You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

112 lines
1.8 KiB

.timelist {
width: 686rpx;
height: 80rpx;
line-height: 80rpx;
margin: 32rpx;
border-radius: 4rpx;
display: grid;
grid-template-columns: repeat(4,1fr);
grid-gap: 16rpx;
background-color: #fff;
}
.timelist view {
text-align: center;
color: #999999;
font-size: 24rpx;
margin: 8rpx;
}
.timelist .active {
color: #027AFF;
background-color: #f9f9f9;
border-radius: 4rpx;
line-height: 64rpx;
height: 64rpx;
}
/* 入库数据趋势 */
.trend{
width: 686rpx;
height: 486rpx;
background-color: #ffffff;
margin: 32rpx;
border-radius: 4rpx;
}
.trend_tu{
width: 100%;
height: 350rpx;
}
.text{
font-size: 36rpx;
padding: 32rpx;
}
/* 入库数据量 */
.data{
width: 686rpx;
height: 1232rpx;
background-color: #ffffff;
margin: 32rpx;
border-radius: 4rpx;
}
.Cumulative{
width: 622rpx;
height: 108rpx;
background-color: #ebf5ff;
margin: 0rpx 32rpx ;
}
.Cumulative_box{
padding: 24rpx;
display: flex;
text-align: center;
justify-content : space-between;
border: 1rpx solid #0084FF;
}
.box2{
width: 35%;
border-left: 1rpx solid #C0DFFF;
border-right: 1rpx solid #C0DFFF;
}
.box_num{
font-size: 24rpx;
font-weight: 600;
color: #0084ff;
}
.box_text{
font-size: 20rpx;
font-weight: 400;
color: #67b3ff;
}
/* 总量 */
.total{
height: 128rpx;
line-height: 128rpx;
display: flex;
text-align: center;
justify-content: space-between;
margin: 0 32rpx;
}
.total_img{
width: 64rpx;
height: 64rpx;
border-radius: 12rpx;
margin: 20rpx 20rpx 0 0rpx;
}
.total_text{
color: #999999;
font-size: 28rpx;
}
.content_left{
display: flex;
}
.total_num{
color: #333333;
font-size: 28rpx;
font-weight: 600;
}