- /* lionfish_comshop/pages/groupCenter/cashList.wxss */
- .list-item {
- background: #fff;
- border-radius: 10rpx;
- padding: 24rpx 20rpx;
- margin: 20rpx 20rpx;
- line-height: 2;
- font-size: 24rpx;
- }
- .list-item .title {
- border-bottom: 2rpx solid #f2f2f2;
- font-size: 28rpx;
- margin-bottom: 5px;
- }
|