44 lines
594 B
CSS
44 lines
594 B
CSS
.row-remark {
|
|
text-align: right;
|
|
position: relative;
|
|
flex-shrink: 0;
|
|
padding-left: 20rpx;
|
|
color: #aaa;
|
|
font-size: 26rpx;
|
|
}
|
|
|
|
.row-remark:before {
|
|
content: "";
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 1px;
|
|
height: 100%;
|
|
background: #eee;
|
|
}
|
|
|
|
.center {
|
|
text-align: center;
|
|
}
|
|
|
|
.edtion {
|
|
color: #999999;
|
|
font-size: 14px;
|
|
text-align: center;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.empty-tip {
|
|
padding: 100rpx;
|
|
}
|
|
|
|
.light {
|
|
height: 240rpx;
|
|
width: 240rpx;
|
|
}
|
|
|
|
.text-cancel {
|
|
padding: 40rpx;
|
|
color: #999;
|
|
font-size: 30rpx;
|
|
} |