159 lines
4.4 KiB
Plaintext
159 lines
4.4 KiB
Plaintext
/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
|
|
!*** 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/components/FromList/index.scss ***!
|
|
\*********************************************************************************************************************************************************************************************************************************************************************************************************************************/
|
|
@charset "UTF-8";
|
|
.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%;
|
|
}
|
|
.form-list {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 30rpx 30rpx 0;
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
|
|
}
|
|
.form-list .form-list-label {
|
|
font-size: 28rpx;
|
|
font-weight: 700;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
margin-top: 20rpx;
|
|
margin-right: 30rpx;
|
|
}
|
|
.form-list .form-list-label-required::before {
|
|
content: "*";
|
|
color: #ff0000;
|
|
font-size: 28rpx;
|
|
}
|
|
.form-list .form-list-right {
|
|
width: 506rpx;
|
|
font-size: 26rpx;
|
|
font-weight: 400;
|
|
}
|
|
.form-list .form-list-right-meet {
|
|
width: 506rpx;
|
|
min-height: 80rpx;
|
|
border-radius: 20rpx;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
padding: 10rpx 20rpx;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.form-list .form-list-input {
|
|
width: 100%;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
}
|
|
.form-list .form-list-input view {
|
|
height: 100%;
|
|
padding: 0 10rpx;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
.form-list .form-list-input text {
|
|
width: 30rpx;
|
|
min-width: 30rpx;
|
|
height: 30rpx;
|
|
background: rgba(0, 0, 0, 0.3);
|
|
border-radius: 50%;
|
|
font-size: 18rpx;
|
|
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;
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
color: white;
|
|
}
|
|
.form-list .form-list-right {
|
|
-webkit-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
}
|
|
.form-list .form-list-right input,
|
|
.form-list .form-list-right textarea {
|
|
min-height: 100%;
|
|
width: 100%;
|
|
color: rgba(0, 0, 0, 0.8);
|
|
}
|
|
.form-list .form-list-right textarea {
|
|
height: 186rpx;
|
|
border-radius: 10rpx;
|
|
padding: 10rpx 0;
|
|
}
|
|
.form-list .form-list-right .phcolor {
|
|
color: #ababab;
|
|
}
|
|
.form-list .form-list-right-placeholder {
|
|
color: #ababab;
|
|
}
|
|
.form-list .form-list-right-enter .icon-a-moreback {
|
|
font-size: 28rpx;
|
|
}
|
|
.form-list .add-address-default {
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-align-items: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
-webkit-justify-content: space-between;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
margin: 70rpx 30rpx 0;
|
|
font-size: 26rpx;
|
|
font-weight: 700;
|
|
color: #000000;
|
|
}
|
|
.form-list .add-address-save {
|
|
width: 668rpx;
|
|
height: 82rpx;
|
|
background: #4581ff;
|
|
border-radius: 40rpx;
|
|
font-size: 32rpx;
|
|
font-weight: 400;
|
|
color: #ffffff;
|
|
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: 620rpx auto 0;
|
|
}
|