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.
60 lines
1.0 KiB
60 lines
1.0 KiB
|
|
.white-card{ |
|
@include wh(750upx,auto); |
|
background: white; |
|
//padding-top: 20upx; |
|
//padding-bottom: 20upx; |
|
.list-list{ |
|
@include wh(710upx,auto); |
|
padding-top: 24upx; |
|
padding-bottom:24upx; |
|
margin: auto; |
|
border-bottom: 1upx solid #F1F1F1; |
|
@include flex(center,space-between); |
|
.list-title{ |
|
@include fonts(26upx,#333,400); |
|
} |
|
.list-right{ |
|
@include flex(center,flex-start); |
|
text{ |
|
@include fonts(24upx,#999,400); |
|
} |
|
input{ |
|
font-size: 26upx; |
|
} |
|
.next{ |
|
@include wh(26upx,33upx); |
|
} |
|
} |
|
} |
|
} |
|
.big-titlt{ |
|
@include wh(710upx,auto); |
|
padding-top: 24upx; |
|
padding-bottom:24upx; |
|
margin: auto; |
|
@include fonts(26upx,#333,bold); |
|
} |
|
|
|
.bzqk-card{ |
|
width: 710upx; |
|
height: 200upx; |
|
margin: auto; |
|
border: 1upx solid #F1F1F1; |
|
padding-top: 20upx; |
|
padding-bottom: 20upx; |
|
margin-top: 30upx; |
|
@include flex(center,center); |
|
textarea{ |
|
width: 710upx; |
|
height: 200upx; |
|
font-size: 26upx; |
|
text-indent: 30upx; |
|
} |
|
} |
|
|
|
.submit-btn{ |
|
@include wh(690upx,auto); |
|
margin: auto; |
|
margin-top: 60upx; |
|
} |