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.
57 lines
933 B
57 lines
933 B
4 years ago
|
.card{
|
||
|
@include wh(710upx,auto);
|
||
|
padding: 30upx;
|
||
|
margin: auto;
|
||
|
background: white;
|
||
|
view{
|
||
|
@include fonts(26upx,#333);
|
||
|
line-height: 55upx;
|
||
|
}
|
||
|
}
|
||
|
.from{
|
||
|
@include wh(750upx,auto);
|
||
|
background: white;
|
||
|
margin-top: 30upx;
|
||
|
.list{
|
||
|
width: 710upx;
|
||
|
margin: auto;
|
||
|
padding-top: 25upx;
|
||
|
padding-bottom: 25upx;
|
||
|
@include flex(center,space-between);
|
||
|
view{
|
||
|
@include fonts(26upx,#333);
|
||
|
width: 600upx;
|
||
|
}
|
||
|
.right{
|
||
|
width: 100upx;
|
||
|
@include flex(center,flex-end);
|
||
|
text{
|
||
|
@include fonts(24upx,#666)
|
||
|
}
|
||
|
image{
|
||
|
@include wh(22upx,33upx)
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.remark{
|
||
|
width: 710upx;
|
||
|
margin: auto;
|
||
|
padding-top: 25upx;
|
||
|
padding-bottom: 25upx;
|
||
|
@include flex(flex-start,space-between);
|
||
|
textarea{
|
||
|
font-size: 26upx;
|
||
|
border: 1upx solid #F1F1F1;
|
||
|
padding: 10upx;
|
||
|
}
|
||
|
view{
|
||
|
@include fonts(26upx,#333);
|
||
|
width: 200upx;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
.submit-btn{
|
||
|
@include wh(710upx,auto);
|
||
|
margin: auto;
|
||
|
margin-top: 30upx;
|
||
|
}
|