123 lines
1.9 KiB
Plaintext
123 lines
1.9 KiB
Plaintext
.fui-list-group.notop {
|
|
margin-top: 0;
|
|
}
|
|
|
|
.fui-list-group.notop .fui-list {
|
|
padding: 32rpx 24rpx;
|
|
}
|
|
|
|
.fui-list-media {
|
|
margin-right: 24rpx;
|
|
}
|
|
|
|
.fui-list-group.notop .fui-list image {
|
|
width: 90rpx;
|
|
height: 90rpx;
|
|
}
|
|
|
|
.fui-list-inner .title {
|
|
font-size: 26rpx;
|
|
line-height: 1.5;
|
|
}
|
|
|
|
.fui-list-inner .subtitle {
|
|
font-size: 26rpx;
|
|
color: #999;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.fui-list-angle {
|
|
margin: 0 0 0 54rpx;
|
|
font-size: 26rpx;
|
|
height: 90rpx;
|
|
line-height: 2;
|
|
}
|
|
|
|
.code_box {
|
|
text-align: center;
|
|
background: #fff;
|
|
height: 520rpx;
|
|
}
|
|
|
|
.code_box .p {
|
|
font-size: 28rpx;
|
|
color: #000;
|
|
padding-top: 45rpx;
|
|
padding-bottom: 20rpx;
|
|
}
|
|
|
|
.img_box {
|
|
margin-top: 5rpx;
|
|
}
|
|
|
|
.img_box image {
|
|
width: 260rpx;
|
|
height: 260rpx;
|
|
}
|
|
|
|
.cav_code {
|
|
width: 276rpx;
|
|
height: 60rpx;
|
|
line-height: 60rpx;
|
|
font-size: 26rpx;
|
|
color: #666;
|
|
border-radius: 8rpx;
|
|
background: #f7f7f7;
|
|
margin: 32rpx auto 0;
|
|
}
|
|
|
|
.fui-cell.noborder {
|
|
padding: 30rpx 24rpx 0;
|
|
}
|
|
|
|
.fui-cell.noborder:last-child {
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.fui-cell-title {
|
|
font-size: 28rpx;
|
|
color: #999;
|
|
position: relative;
|
|
}
|
|
|
|
.fui-cell-title:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 24rpx;
|
|
right: 24rpx;
|
|
bottom: 0;
|
|
height: 0;
|
|
border-bottom: 2rpx solid #D9D9D9;
|
|
color: #D9D9D9;
|
|
transform-origin: 0 100%;
|
|
transform: scaleY(0.5);
|
|
}
|
|
|
|
.record {
|
|
position: relative;
|
|
}
|
|
|
|
.record:after {
|
|
content: "";
|
|
position: absolute;
|
|
left: 24rpx;
|
|
right: 24rpx;
|
|
bottom: 0;
|
|
height: 0;
|
|
border-bottom: 2rpx solid #D9D9D9;
|
|
color: #D9D9D9;
|
|
transform-origin: 0 100%;
|
|
transform: scaleY(0.5);
|
|
}
|
|
|
|
.record:last-child::after {
|
|
display: none;
|
|
}
|
|
|
|
.fui-cell-group .record .fui-cell .fui-cell-info,.fui-cell-group .record .fui-cell .fui-cell-label {
|
|
color: #666;
|
|
}
|
|
|
|
.fui-cell-group .record .fui-cell .fui-cell-remark.noremark {
|
|
color: #b2b2b2;
|
|
} |