You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
397 lines
8.6 KiB
397 lines
8.6 KiB
2 years ago
|
//引入全局配置
|
||
|
@import "c/conf";
|
||
|
@import "c/mx";
|
||
|
@import "c/f";
|
||
|
@import "a/c";
|
||
|
|
||
|
page {
|
||
|
background-color: $bgc1;
|
||
|
padding-bottom: 100rpx;
|
||
|
}
|
||
|
|
||
|
.m-hint {
|
||
|
text-align: center;
|
||
|
padding: 100rpx 50rpx;
|
||
|
line-height: 50rpx;
|
||
|
color: $fc3;
|
||
|
text-align: center;
|
||
|
font-size: 34rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
}
|
||
|
|
||
|
.m-status {
|
||
|
@include shield;
|
||
|
|
||
|
.wrap {
|
||
|
@include cs;
|
||
|
padding: 20rpx 25rpx;
|
||
|
line-height: 40rpx;
|
||
|
font-size: 26rpx;
|
||
|
background-color: #ffffff;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(51, 51, 51, 1);
|
||
|
.btn {
|
||
|
display: block;
|
||
|
box-sizing: border-box;
|
||
|
width: 120rpx;
|
||
|
height: 40rpx;
|
||
|
border-radius: 40rpx;
|
||
|
line-height: 38rpx;
|
||
|
border: 1rpx solid $c1;
|
||
|
color: $c1;
|
||
|
text-align: center;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.m-fm {
|
||
|
.result {
|
||
|
box-sizing: border-box;
|
||
|
margin: 20rpx auto;
|
||
|
width: 710rpx;
|
||
|
border-radius: 10rpx;
|
||
|
padding: 5rpx 20rpx;
|
||
|
background-color: #ffffff;
|
||
|
.item {
|
||
|
@include cs;
|
||
|
line-height: 40rpx;
|
||
|
padding: 25rpx 0;
|
||
|
border-top: 1rpx solid #eee;
|
||
|
|
||
|
&:first-child {
|
||
|
border-top: none;
|
||
|
}
|
||
|
|
||
|
.field {
|
||
|
float: left;
|
||
|
font-size: 32rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc3;
|
||
|
}
|
||
|
|
||
|
.value {
|
||
|
float: right;
|
||
|
width: 500rpx;
|
||
|
font-size: 32rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.fm {
|
||
|
box-sizing: border-box;
|
||
|
margin: 20rpx auto;
|
||
|
width: 710rpx;
|
||
|
border-radius: 10rpx;
|
||
|
padding: 5rpx 20rpx;
|
||
|
background-color: #ffffff;
|
||
|
|
||
|
.fm-title {
|
||
|
line-height: 40rpx;
|
||
|
padding: 25rpx 0;
|
||
|
font-size: 34rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc1;
|
||
|
}
|
||
|
|
||
|
.item {
|
||
|
@include cs;
|
||
|
line-height: 40rpx;
|
||
|
padding: 25rpx 0;
|
||
|
border-top: 1rpx solid #eee;
|
||
|
|
||
|
&:first-child {
|
||
|
border-top: none;
|
||
|
}
|
||
|
|
||
|
.field {
|
||
|
float: left;
|
||
|
font-size: 32rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc1;
|
||
|
.z-stress {
|
||
|
color: rgba(230, 0, 0, 1);
|
||
|
}
|
||
|
}
|
||
|
.input-long {
|
||
|
float: right;
|
||
|
width: 500rpx;
|
||
|
.input-show {
|
||
|
@include toe;
|
||
|
display: block;
|
||
|
width: 500rpx;
|
||
|
height: 40rpx;
|
||
|
line-height: 40rpx;
|
||
|
min-height: 40rpx;
|
||
|
text-align: right;
|
||
|
border: none;
|
||
|
background-color: #fff;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
color: $fc1;
|
||
|
|
||
|
.input-btn {
|
||
|
display: inline-block;
|
||
|
margin: 0 10rpx;
|
||
|
color: $c2;
|
||
|
}
|
||
|
}
|
||
|
input {
|
||
|
display: block;
|
||
|
width: 500rpx;
|
||
|
height: 40rpx;
|
||
|
line-height: 40rpx;
|
||
|
min-height: 40rpx;
|
||
|
text-align: right;
|
||
|
border: none;
|
||
|
background-color: #fff;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
color: $fc1;
|
||
|
.z-placeholder {
|
||
|
color: $fc3;
|
||
|
}
|
||
|
}
|
||
|
&.z-small {
|
||
|
width: 300rpx;
|
||
|
input {
|
||
|
width: 300rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.input {
|
||
|
float: right;
|
||
|
width: 400rpx;
|
||
|
.input-show {
|
||
|
@include toe;
|
||
|
display: block;
|
||
|
width: 400rpx;
|
||
|
height: 40rpx;
|
||
|
line-height: 40rpx;
|
||
|
min-height: 40rpx;
|
||
|
text-align: right;
|
||
|
border: none;
|
||
|
background-color: #fff;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
color: $fc1;
|
||
|
|
||
|
.input-btn {
|
||
|
display: inline-block;
|
||
|
margin: 0 10rpx;
|
||
|
color: $c2;
|
||
|
}
|
||
|
}
|
||
|
input {
|
||
|
display: block;
|
||
|
width: 400rpx;
|
||
|
height: 40rpx;
|
||
|
line-height: 40rpx;
|
||
|
min-height: 40rpx;
|
||
|
text-align: right;
|
||
|
border: none;
|
||
|
background-color: #fff;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
color: $fc1;
|
||
|
.z-placeholder {
|
||
|
color: $fc3;
|
||
|
}
|
||
|
}
|
||
|
&.z-small {
|
||
|
width: 300rpx;
|
||
|
input {
|
||
|
width: 300rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.textarea {
|
||
|
clear: both;
|
||
|
padding-top: 20rpx;
|
||
|
|
||
|
textarea {
|
||
|
box-sizing: border-box;
|
||
|
display: block;
|
||
|
padding: 20rpx;
|
||
|
width: 100%;
|
||
|
height: 200rpx;
|
||
|
border-radius: 10rpx;
|
||
|
background-color: #f3f4f5;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc1;
|
||
|
.z-ph {
|
||
|
color: $fc3;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.item-btn {
|
||
|
float: right;
|
||
|
margin-left: 10rpx;
|
||
|
width: 138rpx;
|
||
|
height: 40rpx;
|
||
|
background: linear-gradient(90deg, rgba(255, 36, 0, 1) 2%, rgba(204, 1, 1, 1) 99%);
|
||
|
border-radius: 10rpx;
|
||
|
text-align: center;
|
||
|
font-size: 22rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(255, 255, 255, 1);
|
||
|
}
|
||
|
.back-grey {
|
||
|
background: #999999;
|
||
|
}
|
||
|
|
||
|
.pic {
|
||
|
position: relative;
|
||
|
width: 400rpx;
|
||
|
height: 250rpx;
|
||
|
margin: 30rpx auto;
|
||
|
box-shadow: 0px 2px 12px 0px rgba(211, 211, 211, 0.26);
|
||
|
|
||
|
image {
|
||
|
@include hub;
|
||
|
width: 244rpx;
|
||
|
height: 150rpx;
|
||
|
|
||
|
&.z-big {
|
||
|
width: 378rpx;
|
||
|
height: 222rpx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.pic-hint {
|
||
|
padding: 20rpx 0 10rpx;
|
||
|
|
||
|
image {
|
||
|
width: 100%;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.item2 {
|
||
|
@include cs;
|
||
|
line-height: 40rpx;
|
||
|
padding: 20rpx 0;
|
||
|
.field {
|
||
|
position: relative;
|
||
|
float: left;
|
||
|
padding-left: 50rpx;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: $fc1;
|
||
|
|
||
|
.field-select {
|
||
|
position: absolute;
|
||
|
box-sizing: border-box;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
bottom: 0;
|
||
|
margin: auto;
|
||
|
width: 26rpx;
|
||
|
height: 26rpx;
|
||
|
display: block;
|
||
|
border-radius: 100%;
|
||
|
border: 1px solid #aaa;
|
||
|
pointer-events: none;
|
||
|
|
||
|
&::after {
|
||
|
content: "";
|
||
|
display: block;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
left: 0;
|
||
|
right: 0;
|
||
|
bottom: 0;
|
||
|
margin: auto;
|
||
|
width: 10rpx;
|
||
|
height: 10rpx;
|
||
|
border-radius: 100%;
|
||
|
pointer-events: none;
|
||
|
}
|
||
|
&.z-on {
|
||
|
border-color: $c1;
|
||
|
&::after {
|
||
|
background-color: $c1;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.input {
|
||
|
float: left;
|
||
|
margin-left: 10rpx;
|
||
|
width: 400rpx;
|
||
|
|
||
|
input {
|
||
|
display: block;
|
||
|
width: 400rpx;
|
||
|
height: 40rpx;
|
||
|
line-height: 40rpx;
|
||
|
min-height: 40rpx;
|
||
|
text-align: left;
|
||
|
border: none;
|
||
|
background-color: #fff;
|
||
|
font-size: 28rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
color: $fc1;
|
||
|
.z-placeholder {
|
||
|
color: $fc3;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
.fm-hint {
|
||
|
padding: 0 20rpx;
|
||
|
line-height: 50rpx;
|
||
|
font-size: 22rpx;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
color: rgba(153, 153, 153, 1);
|
||
|
}
|
||
|
|
||
|
.btn {
|
||
|
display: block;
|
||
|
margin: 80rpx auto;
|
||
|
padding: 0;
|
||
|
width: 600rpx;
|
||
|
height: 80rpx;
|
||
|
min-height: 80rpx;
|
||
|
line-height: 80rpx;
|
||
|
border-radius: 80rpx;
|
||
|
border: none;
|
||
|
outline: none;
|
||
|
font-size: 30rpx;
|
||
|
background-color: rgba(230, 0, 0, 1);
|
||
|
color: #fff;
|
||
|
text-align: center;
|
||
|
transition: background-color 0.13s;
|
||
|
font-family: Source Han Serif SC;
|
||
|
font-weight: 500;
|
||
|
|
||
|
&.z-disabled {
|
||
|
background-color: lighten($c1, 20);
|
||
|
|
||
|
&:active {
|
||
|
background-color: lighten($c1, 15);
|
||
|
}
|
||
|
}
|
||
|
|
||
|
&:active {
|
||
|
background-color: darken($c1, 10);
|
||
|
}
|
||
|
}
|
||
|
}
|