2023-05-12 11:43:37 +08:00

74 lines
2.5 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/creditUsed/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;
}
.credit-used .credit-used-list-top {
display: -webkit-flex;
display: -ms-flexbox;
display: flex;
-webkit-justify-content: space-between;
-ms-flex-pack: justify;
justify-content: space-between;
margin-bottom: 20rpx;
}
.credit-used .credit-used-list-type {
font-size: 26rpx;
font-weight: 400;
color: #000000;
}
.credit-used .credit-used-list-price {
font-size: 28rpx;
font-weight: 400;
}
.credit-used .credit-used-list-price-add {
color: red;
}
.credit-used .credit-used-list-bottom {
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-date {
font-size: 24rpx;
font-weight: 400;
color: #ababab;
}
.credit-used .credit-used-list-orderno {
font-size: 20rpx;
font-weight: 400;
color: #ababab;
}
.credit-used .green {
color: #07C160;
}
.credit-used .red {
color: #FF0000;
}