85 lines
2.8 KiB
Plaintext
85 lines
2.8 KiB
Plaintext
@charset "UTF-8";@import "./sub-common/f7c2016e1fc8045300ee51e652beb947.wxss";@import "./sub-common/31c2143408a2e4f5735ccb6e07aa07fc.wxss";/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[2]!./node_modules/resolve-url-loader/index.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].oneOf[2].use[4]!./src/pages/depositList/index.scss ***!
|
|
\*******************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
|
|
.common_safe_area_y {
|
|
width: 100%;
|
|
height: constant(safe-area-inset-bottom);
|
|
/* 兼容 iOS < 11.2 */
|
|
height: env(safe-area-inset-bottom);
|
|
/* 兼容 iOS >= 11.2 */
|
|
}
|
|
.hoverClass {
|
|
-webkit-filter: brightness(70%);
|
|
filter: brightness(70%);
|
|
}
|
|
.full-100 {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.credit-used {
|
|
height: 100vh;
|
|
background-color: #f3f3f3;
|
|
}
|
|
.credit-used .credit-used-list {
|
|
background-color: white;
|
|
padding: 30rpx 25rpx;
|
|
border-bottom: 1px solid #f6f6f6;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
.credit-used .credit-used-list-type {
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
color: #000000;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
.credit-used .credit-used-list-price {
|
|
font-size: 28rpx;
|
|
font-weight: 400;
|
|
}
|
|
.credit-used .credit-used-list-right {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.credit-used .credit-used-list-right-price view {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: flex-end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
}
|
|
.credit-used .credit-used-list-right text {
|
|
font-size: 30rpx;
|
|
margin-left: 10rpx;
|
|
}
|
|
.credit-used .credit-used-list-date {
|
|
font-size: 24rpx;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
}
|
|
.credit-used .credit-used-list-orderno {
|
|
font-size: 25rpx;
|
|
font-weight: 400;
|
|
margin-top: 16rpx;
|
|
color: #ababab;
|
|
}
|
|
.credit-used .green {
|
|
color: #07c160;
|
|
}
|
|
.credit-used .red {
|
|
color: #ff0000;
|
|
}
|