229 lines
5.2 KiB
Plaintext
229 lines
5.2 KiB
Plaintext
.consumption.data-v-b1833862 {
|
|
background: #fff;
|
|
padding-top: 20rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.consumption-card.data-v-b1833862 {
|
|
font-size: 32rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
width: 100%;
|
|
height: 284rpx;
|
|
background: url("https://eshangtech.com/ShopICO/consumption/c-bg.png") no-repeat center;
|
|
background-size: contain;
|
|
box-sizing: border-box;
|
|
padding: 68rpx 50rpx 68rpx 80rpx;
|
|
}
|
|
.card-block.data-v-b1833862 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.amount.data-v-b1833862 {
|
|
color: #fff;
|
|
text-align: left;
|
|
font-size: 60rpx;
|
|
margin-top: 16rpx;
|
|
}
|
|
.jump-btn.data-v-b1833862 {
|
|
background: url("https://eshangtech.com/ShopICO/consumption/c-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-b1833862 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
margin-top: 20rpx;
|
|
}
|
|
.consumption-history>._div.data-v-b1833862 {
|
|
width: 50%;
|
|
text-align: center;
|
|
color: #fff;
|
|
box-sizing: border-box;
|
|
}
|
|
.consumption-history>._div.data-v-b1833862:first-child {
|
|
border-right: 2px solid #fff;
|
|
}
|
|
.consumption-history>._div ._span.data-v-b1833862 {
|
|
display: block;
|
|
}
|
|
.consumption-btn-box.data-v-b1833862 {
|
|
display: flex;
|
|
justify-content: space-around;
|
|
padding: 40rpx 0;
|
|
background-color: #fff;
|
|
}
|
|
.consumption-btn.data-v-b1833862 {
|
|
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-b1833862 {
|
|
background-color: #fff;
|
|
border-top: 1rpx solid #eee;
|
|
border-bottom: 1rpx solid #eee;
|
|
}
|
|
.search-by-date.data-v-b1833862 {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #333;
|
|
height: 80rpx;
|
|
}
|
|
.ico-timer.data-v-b1833862 {
|
|
/* background url(../../../static/img/zq.png) no-repeat center */
|
|
background-size: contain;
|
|
height: 45rpx;
|
|
width: 45rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.search-content-unit.data-v-b1833862 {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
height: 80rpx;
|
|
padding: 0 40rpx;
|
|
}
|
|
.search-content-unit + .search-content-unit.data-v-b1833862 {
|
|
border-top: 1rpx solid #eee;
|
|
}
|
|
.date-color.data-v-b1833862 {
|
|
color: #4aa3f5;
|
|
}
|
|
.consumption-title.data-v-b1833862 {
|
|
padding: 0 32rpx;
|
|
font-size: 32rpx;
|
|
font-weight: bolder;
|
|
margin-top: 32rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.consumption-title-des.data-v-b1833862 {
|
|
font-size: 28rpx;
|
|
font-weight: normal;
|
|
position: relative;
|
|
color: #999;
|
|
}
|
|
.sreen-box.data-v-b1833862 {
|
|
position: absolute;
|
|
padding: 20rpx 32rpx;
|
|
width: 215rpx;
|
|
right: -12rpx;
|
|
border-radius: 16rpx;
|
|
background: url("https://eshangtech.com/ShopICO/consumption/consumption-screen-bg.png") no-repeat center;
|
|
background-size: contain;
|
|
box-sizing: border-box;
|
|
height: 288rpx;
|
|
z-index: 1;
|
|
top: 59rpx;
|
|
transition: all 0.2s;
|
|
}
|
|
.sreen-unit.data-v-b1833862 {
|
|
height: 64rpx;
|
|
line-height: 64rpx;
|
|
font-size: 24rpx;
|
|
color: #454545;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
.sreen-unit+.sreen-unit.data-v-b1833862 {
|
|
border-top: 1rpx solid #ededed;
|
|
}
|
|
.screen-ico.data-v-b1833862 {
|
|
background: #fff url("https://eshangtech.com/ShopICO/consumption/consumption-screen.png") no-repeat center;
|
|
background-size: contain;
|
|
height: 27rpx;
|
|
width: 31rpx;
|
|
margin-right: 12rpx;
|
|
}
|
|
.searchTime-tag.data-v-b1833862 {
|
|
background: #f2f1f1;
|
|
height: 48rpx;
|
|
line-height: 48rpx;
|
|
font-size: 24rpx;
|
|
width: 176rpx;
|
|
color: #999;
|
|
padding: 0;
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
text-align: center;
|
|
}
|
|
.consumption-content.data-v-b1833862 {
|
|
/* background-color #fff */
|
|
padding-bottom: 20rpx;
|
|
}
|
|
.consumption-content-date.data-v-b1833862 {
|
|
color: #999;
|
|
font-size: 12px;
|
|
padding-bottom: 10rpx;
|
|
padding-left: 40rpx;
|
|
}
|
|
.consumption-content-unit.data-v-b1833862 {
|
|
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-b1833862 {
|
|
/* background url(../../../static/img/xiaofei_shop.png) no-repeat center */
|
|
background-size: contain;
|
|
height: 70rpx;
|
|
width: 70rpx;
|
|
margin-right: 16rpx;
|
|
}
|
|
.ico-hym.data-v-b1833862 {
|
|
background: url("https://eshangtech.com/ShopICO/consumption/hymxf.png") no-repeat center;
|
|
}
|
|
.ico-md.data-v-b1833862 {
|
|
background: url("https://eshangtech.com/ShopICO/consumption/mdxf.png") no-repeat center;
|
|
}
|
|
.ico-hy.data-v-b1833862 {
|
|
background: url("https://eshangtech.com/ShopICO/consumption/hyxf.png") no-repeat center;
|
|
}
|
|
.ico-shop.data-v-b1833862 {
|
|
background-size: contain;
|
|
height: 72rpx;
|
|
width: 72rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.cp-u-left.data-v-b1833862 {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
.cp-u-title.data-v-b1833862 {
|
|
font-size: 28rpx;
|
|
color: #494949;
|
|
}
|
|
.cp-u-type.data-v-b1833862 {
|
|
font-size: 24rpx;
|
|
color: #939393;
|
|
}
|
|
.colorOr.data-v-b1833862 {
|
|
color: #d86e35;
|
|
}
|
|
.colorGr.data-v-b1833862 {
|
|
color: #45ab58;
|
|
}
|
|
.cp-u-price.data-v-b1833862 {
|
|
text-align: right;
|
|
font-size: 32rpx;
|
|
}
|
|
|