123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .content {
- padding: 0 28rpx;
- }
- .border-radius {
- background: #FFFFFF;
- border-radius: 24rpx;
- margin: 20rpx 0;
- }
- .top-text {
- padding: 18rpx 0 18rpx;
- padding-left: 8rpx;
- }
- .top-text .text-1 {
- font-size: 36rpx;
- font-family: PingFangSC-Semibold, PingFang SC;
- font-weight: 600;
- color: #FF77B0;
- }
- .top-text image {
- width: 28rpx;
- height: 28rpx;
- background-color: #ccc;
- margin-right: 8rpx;
- }
- .title {
- margin: 20rpx 0;
- padding: 0 28rpx;
- }
- .item-content {
- height: 112rpx;
- padding: 0 28rpx;
- background-color: #fff;
- border-bottom: 2rpx solid #eee;
- }
- .item-content image {
- width: 72rpx;
- height: 72rpx;
- margin-right: 20rpx;
- border-radius: 50%;
- }
- .fixed {
- position: fixed;
- right: 20rpx;
- top: 0rpx;
- height: 100%;
- }
|