23 lines
333 B
Plaintext
23 lines
333 B
Plaintext
.apply .fui-cell {
|
|
line-height: 1;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell .fui-cell-icon {
|
|
width: auto;
|
|
height: auto;
|
|
}
|
|
|
|
.apply .fui-cell image {
|
|
width: 52rpx;
|
|
height: 52rpx;
|
|
}
|
|
|
|
.apply .fui-cell .price {
|
|
font-size: 40rpx;
|
|
width: 40rpx;
|
|
color: #ff8000;
|
|
}
|
|
|
|
.fui-cell-group .fui-cell::before {
|
|
display: none;
|
|
} |