mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-06-28 18:16:35 +08:00
24 lines
399 B
CSS
24 lines
399 B
CSS
.integral-header-icon {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
}
|
|
|
|
.integral-header-divider {
|
|
width: 2rpx;
|
|
align-self: stretch;
|
|
background-color: #eee;
|
|
margin: 24rpx 0;
|
|
}
|
|
|
|
.points-integral .list {
|
|
border-bottom: 2rpx solid #eee;
|
|
padding: 30rpx 0;
|
|
}
|
|
|
|
.points-integral .list:last-of-type {
|
|
border: 0;
|
|
}
|
|
|
|
.scroll-box {
|
|
height: calc(100vh - 190rpx);
|
|
} |