137 lines
4.0 KiB
Plaintext
137 lines
4.0 KiB
Plaintext
@charset "UTF-8";@import "./sub-common/05a092425fd8511e6dd1afc7dccad954.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/creditLine/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-line {
|
|
height: 100vh;
|
|
background-color: #f3f3f3;
|
|
}
|
|
.credit-line canvas {
|
|
width: 238rpx;
|
|
height: 238rpx;
|
|
}
|
|
.credit-line .credit-line-card {
|
|
width: 702rpx;
|
|
background: #ffffff;
|
|
border-radius: 20rpx;
|
|
margin: 20rpx auto 0;
|
|
padding: 0 30rpx;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.credit-line .credit-line-card-top {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: flex-end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end;
|
|
padding: 30rpx 20rpx;
|
|
border-bottom: 1px solid #f6f6f6;
|
|
position: relative;
|
|
}
|
|
.credit-line .credit-line-card-top-info {
|
|
text-align: center;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.credit-line .credit-line-card-top-info-title {
|
|
font-size: 24rpx;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
margin-bottom: 16rpx;
|
|
}
|
|
.credit-line .credit-line-card-top-info-price {
|
|
font-size: 44rpx;
|
|
font-weight: 700;
|
|
color: #4581ff;
|
|
margin-bottom: 48rpx;
|
|
}
|
|
.credit-line .credit-line-card-top-info-price text {
|
|
font-size: 20rpx;
|
|
}
|
|
.credit-line .credit-line-card-top-info-date {
|
|
font-size: 22rpx;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
}
|
|
.credit-line .credit-line-card-top-status {
|
|
padding: 0 20rpx;
|
|
height: 38rpx;
|
|
background: #ebfaea;
|
|
font-size: 22rpx;
|
|
font-weight: 400;
|
|
color: #07c160;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
border-top-right-radius: 20rpx;
|
|
border-bottom-left-radius: 20rpx;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 30rpx;
|
|
}
|
|
.credit-line .credit-line-card-bottom {
|
|
padding: 30rpx 0;
|
|
display: grid;
|
|
grid-template-columns: repeat(2, 1fr);
|
|
text-align: center;
|
|
}
|
|
.credit-line .credit-line-card-bottom-item-title {
|
|
font-size: 24rpx;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin-bottom: 15rpx;
|
|
line-height: 38rpx;
|
|
}
|
|
.credit-line .credit-line-card-bottom-item-title text {
|
|
font-size: 40rpx;
|
|
margin-right: 10rpx;
|
|
color: #4581ff;
|
|
}
|
|
.credit-line .credit-line-card-bottom-item-title .miconfont {
|
|
color: #ccc;
|
|
}
|
|
.credit-line .credit-line-card-bottom-item:nth-child(2) .credit-line-card-bottom-item-title text {
|
|
font-size: 28rpx;
|
|
}
|
|
.credit-line .credit-line-card-bottom-item-price {
|
|
font-size: 40rpx;
|
|
font-weight: 400;
|
|
color: #ababab;
|
|
}
|
|
.credit-line .credit-line-card-bottom-item-price text {
|
|
font-size: 20rpx;
|
|
}
|