125 lines
1.9 KiB
Plaintext
125 lines
1.9 KiB
Plaintext
@import "../../../static/css/order.wxss";
|
|
|
|
.fui-list-angle {
|
|
color: #000;
|
|
font-size: 28rpx;
|
|
height: 160rpx;
|
|
margin-right: 0;
|
|
}
|
|
|
|
.textarea {
|
|
padding: 0 30rpx;
|
|
color: #999;
|
|
font-size: 30rpx;
|
|
}
|
|
|
|
.image-32 {
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.image-40 {
|
|
height: 40rpx;
|
|
width: 40rpx;
|
|
margin-right: 10rpx;
|
|
}
|
|
|
|
.fui-list-inner .text.grade {
|
|
font-size: 30rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.grade {
|
|
font-size: 28rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.default {
|
|
color: #999;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-label {
|
|
width: 100rpx;
|
|
}
|
|
|
|
.btn {
|
|
margin-top: 10rpx;
|
|
}
|
|
|
|
.upload,.chose-img {
|
|
width: 50rpx;
|
|
height: 50rpx;
|
|
margin: 0 5rpx;
|
|
}
|
|
|
|
.delete {
|
|
height: 30rpx;
|
|
width: 30rpx;
|
|
position: absolute;
|
|
top: 10rpx;
|
|
}
|
|
|
|
.fui-label {
|
|
display: inline-block;
|
|
padding: 0 8rpx;
|
|
background: #d9d9d9;
|
|
color: #333;
|
|
margin: 0 4rpx;
|
|
font-size: 24rpx;
|
|
line-height: 40rpx;
|
|
}
|
|
|
|
.fui-list-inner {
|
|
height: 160rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
flex-direction: column;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.fui-footer {
|
|
height: 90rpx;
|
|
}
|
|
|
|
.fui-footer .nav-item.btn {
|
|
color: #fff;
|
|
border-radius: 0;
|
|
margin: 0;
|
|
line-height: 90rpx;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-label {
|
|
align-self: flex-start;
|
|
width: 140rpx;
|
|
}
|
|
|
|
.fui-cell.must .icox {
|
|
color: #999;
|
|
margin-right: 4rpx;
|
|
transition-duration: 300ms;
|
|
transition-property: color;
|
|
font-size: 40rpx;
|
|
}
|
|
|
|
.fui-cell.must .icox.selected {
|
|
color: #ff8000;
|
|
}
|
|
|
|
.textColor {
|
|
color: #888;
|
|
}
|
|
|
|
.textRemark {
|
|
margin-top: -4rpx;
|
|
font-size: 28rpx;
|
|
line-height: 40rpx;
|
|
width: 100%;
|
|
min-height: 100rpx;
|
|
background: transparent;
|
|
border: none;
|
|
resize: none;
|
|
} |