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.
|
|
|
.v-t-outer {
|
|
|
|
margin-top: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.v-t-outer .van-tab {
|
|
|
|
color: #999999 !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.v-t-outer .van-tabs__scroll--card {
|
|
|
|
border-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.v-t-outer .van-tabs__nav--card .van-tab {
|
|
|
|
border-right-style: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.v-t-outer .van-tabs__nav--card .van-tab.van-tab--active {
|
|
|
|
background-color: transparent;
|
|
|
|
color: #0084FF !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
.p-container {
|
|
|
|
width: calc(100% - 32px);
|
|
|
|
padding: 0px 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 入库数据趋势 */
|
|
|
|
.trend {
|
|
|
|
/* width:calc(100% - 32px); */
|
|
|
|
height: 100%;
|
|
|
|
background-color: #ffffff;
|
|
|
|
margin: 32rpx 0;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.trend_tu {
|
|
|
|
width: 100%;
|
|
|
|
height: 420rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.text {
|
|
|
|
font-size: 18px;
|
|
|
|
padding: 24rpx 24rpx 12rpx 24rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* 入库数据量 */
|
|
|
|
.data {
|
|
|
|
/* width:calc(100% - 32px); */
|
|
|
|
height: 720rpx;
|
|
|
|
background-color: #ffffff;
|
|
|
|
margin: 32rpx 0;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
padding-bottom: 26px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
border-radius: 4rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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 {
|
|
|
|
display: flex;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
/* width: 686rpx; */
|
|
|
|
}
|
|
|
|
|
|
|
|
.total_content {
|
|
|
|
display: flex;
|
|
|
|
width: 270rpx;
|
|
|
|
justify-content: space-between;
|
|
|
|
padding: 32rpx;
|
|
|
|
height: 72rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content_img {
|
|
|
|
width: 64rpx;
|
|
|
|
height: 64rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.content_text {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total_text {
|
|
|
|
color: #999999;
|
|
|
|
font-size: 28rpx;
|
|
|
|
}
|
|
|
|
|
|
|
|
.total_num {
|
|
|
|
color: #333333;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-weight: 600;
|
|
|
|
|
|
|
|
}
|