349 lines
8.1 KiB
Plaintext
349 lines
8.1 KiB
Plaintext
.main.data-v-4acf9d8e {
|
|
width: 100%;
|
|
background: #f5f5f5;
|
|
}
|
|
.main .markTitle.data-v-4acf9d8e {
|
|
width: 100%;
|
|
padding: 16rpx 40rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
.main .markTitle .mark.data-v-4acf9d8e {
|
|
font-family: DINAlternate, DINAlternate;
|
|
font-weight: bold;
|
|
font-size: 72rpx;
|
|
color: #ba922f;
|
|
line-height: 84rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .markTitle .text.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #716f69;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-left: 8rpx;
|
|
}
|
|
.main .detailBox.data-v-4acf9d8e {
|
|
width: 100%;
|
|
height: 100vh;
|
|
background: #fff;
|
|
box-sizing: border-box;
|
|
padding: 24rpx 32rpx;
|
|
}
|
|
.main .detailBox .tabBox.data-v-4acf9d8e {
|
|
padding-bottom: 34rpx;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.main .detailBox .tabBox .title.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 32rpx;
|
|
color: #130f05;
|
|
line-height: 44rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.main .detailBox .tabBox .tabs.data-v-4acf9d8e {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .detailBox .tabBox .tabs .tabItem.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #716f69;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
padding: 8rpx 24rpx;
|
|
background: #f5f6f7;
|
|
border-radius: 4rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
.main .detailBox .tabBox .tabs .selectTab.data-v-4acf9d8e {
|
|
color: #ffffff;
|
|
background: #ba922f;
|
|
}
|
|
.main .detailBox .signIn.data-v-4acf9d8e {
|
|
background: #ba922f;
|
|
border-radius: 4rpx;
|
|
padding: 8rpx 24rpx;
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 24rpx;
|
|
color: #ffffff;
|
|
line-height: 36rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .detailBox .markList.data-v-4acf9d8e {
|
|
width: 100%;
|
|
height: calc(100% - 184rpx);
|
|
margin-top: 32rpx;
|
|
box-sizing: border-box;
|
|
overflow-y: auto;
|
|
}
|
|
.main .detailBox .markList .markItem.data-v-4acf9d8e {
|
|
width: 100%;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
.main .detailBox .markList .markItem .itemTitle.data-v-4acf9d8e {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.main .detailBox .markList .markItem .itemTitle .titleIcon.data-v-4acf9d8e {
|
|
width: 32rpx;
|
|
height: 32rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.main .detailBox .markList .markItem .itemTitle .label.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-right: 8rpx;
|
|
}
|
|
.main .detailBox .markList .markItem .itemTitle .value.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #ba922f;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
margin-right: 32rpx;
|
|
}
|
|
.main .detailBox .markList .markItem .childrenList.data-v-4acf9d8e {
|
|
width: 100%;
|
|
}
|
|
.main .detailBox .markList .markItem .childrenList .itemContent.data-v-4acf9d8e {
|
|
box-sizing: border-box;
|
|
padding: 24rpx 0;
|
|
border-bottom: 1px solid #f0f0f0;
|
|
}
|
|
.main .detailBox .markList .markItem .childrenList .itemContent .top.data-v-4acf9d8e {
|
|
width: 100%;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
margin-bottom: 4rpx;
|
|
}
|
|
.main .detailBox .markList .markItem .childrenList .itemContent .top .topLeft.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #130f05;
|
|
line-height: 40rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
display: inline-block;
|
|
width: 80%;
|
|
white-space: nowrap;
|
|
text-overflow: ellipsis;
|
|
overflow: hidden;
|
|
}
|
|
.main .detailBox .markList .markItem .childrenList .itemContent .top .topRight .unit.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #ba922f;
|
|
line-height: 40rpx;
|
|
text-align: right;
|
|
font-style: normal;
|
|
}
|
|
.main .detailBox .markList .markItem .childrenList .itemContent .top .topRight .value.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 28rpx;
|
|
color: #ba922f;
|
|
line-height: 40rpx;
|
|
text-align: right;
|
|
font-style: normal;
|
|
}
|
|
.main .detailBox .markList .markItem .childrenList .itemContent .bottom.data-v-4acf9d8e {
|
|
font-family: PingFangSC, PingFang SC;
|
|
font-weight: 400;
|
|
font-size: 22rpx;
|
|
color: #716f69;
|
|
line-height: 32rpx;
|
|
text-align: left;
|
|
font-style: normal;
|
|
}
|
|
.main .detailBox .markList.data-v-4acf9d8e::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
.consumption.data-v-4acf9d8e {
|
|
background: #f5f5f5;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.consumption-card.data-v-4acf9d8e {
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
width: 100%;
|
|
height: 284rpx;
|
|
background: url("https://eshangtech.com/ShopICO/consumption/i-bg.png") no-repeat center;
|
|
background-size: contain;
|
|
box-sizing: border-box;
|
|
padding: 68rpx 50rpx 68rpx 80rpx;
|
|
}
|
|
.card-block.data-v-4acf9d8e {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.amount.data-v-4acf9d8e {
|
|
color: #fff;
|
|
text-align: left;
|
|
font-size: 60rpx;
|
|
margin-top: 20rpx;
|
|
}
|
|
.jump-btn.data-v-4acf9d8e {
|
|
background: url("https://eshangtech.com/ShopICO/consumption/i-btn.png") no-repeat center;
|
|
width: 190rpx;
|
|
height: 68rpx;
|
|
font-size: 26rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
background-size: contain;
|
|
border-radius: 34rpx;
|
|
justify-content: center;
|
|
}
|
|
.consumption-history.data-v-4acf9d8e {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
}
|
|
.consumption-history > ._div.data-v-4acf9d8e {
|
|
width: 50%;
|
|
text-align: center;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
.consumption-history > ._div.data-v-4acf9d8e:first-child {
|
|
border-right: 2px solid #fff;
|
|
}
|
|
.consumption-history > ._div ._span.data-v-4acf9d8e {
|
|
display: block;
|
|
}
|
|
.consumption-btn-box.data-v-4acf9d8e {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 40rpx 0;
|
|
background-color: #fff;
|
|
}
|
|
.consumption-btn.data-v-4acf9d8e {
|
|
width: 210rpx;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
border-radius: 40rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
background-color: #4aa3f5;
|
|
box-shadow: 0 0 8rpx #4aa3f5;
|
|
}
|
|
.consumption-search-box.data-v-4acf9d8e {
|
|
background-color: #fff;
|
|
border-top: 1rpx solid #eee;
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
.search-by-date.data-v-4acf9d8e {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #333;
|
|
height: 80rpx;
|
|
}
|
|
.ico-timer.data-v-4acf9d8e {
|
|
/* background url(../../../static/img/zq.png) no-repeat center */
|
|
background-size: contain;
|
|
height: 45rpx;
|
|
width: 45rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.search-content-unit.data-v-4acf9d8e {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
padding: 0 40rpx;
|
|
}
|
|
.search-content-unit + .search-content-unit.data-v-4acf9d8e {
|
|
border-top: 1rpx solid #eee;
|
|
}
|
|
.date-color.data-v-4acf9d8e {
|
|
color: #4aa3f5;
|
|
}
|
|
.consumption-title.data-v-4acf9d8e {
|
|
padding: 0 32rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bolder;
|
|
margin-top: 48rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.consumption-title-des.data-v-4acf9d8e {
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
}
|
|
.consumption-content.data-v-4acf9d8e {
|
|
/* background-color #fff */
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.consumption-content-date.data-v-4acf9d8e {
|
|
color: #999;
|
|
font-size: 12px;
|
|
padding-bottom: 10rpx;
|
|
padding-left: 40rpx;
|
|
}
|
|
.consumption-content-unit.data-v-4acf9d8e {
|
|
display: flex;
|
|
padding: 0 32rpx;
|
|
line-height: 42rpx;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
background-color: #fff;
|
|
margin-top: 28rpx;
|
|
}
|
|
.ico-shop.data-v-4acf9d8e {
|
|
/* background url(../../../static/img/xiaofei_shop.png) no-repeat center */
|
|
background-size: contain;
|
|
height: 72rpx;
|
|
width: 72rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.cp-u-left.data-v-4acf9d8e {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.cp-u-title.data-v-4acf9d8e {
|
|
font-size: 28rpx;
|
|
color: #494949;
|
|
}
|
|
.cp-u-type.data-v-4acf9d8e {
|
|
font-size: 24rpx;
|
|
color: #939393;
|
|
}
|
|
.colorOr.data-v-4acf9d8e {
|
|
color: #de7e42;
|
|
}
|
|
.colorGr.data-v-4acf9d8e {
|
|
color: #45ab58;
|
|
}
|
|
.cp-u-price.data-v-4acf9d8e {
|
|
text-align: right;
|
|
font-size: 32rpx;
|
|
}
|
|
|