123456789101112131415161718192021222324252627282930313233343536373839404142 |
- .content {
- padding: 28rpx;
- }
- .content .item {
- height: 112rpx;
- background: #FFFFFF;
- border-radius: 16rpx;
- font-size: 32rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #333333;
- margin-bottom: 20rpx;
- padding-left: 28rpx;
- }
- .content .item.active {
- background: #FFF0F6;
- border: 2rpx dotted #FF77B0;
- }
- .btn-box {
- position: fixed;
- bottom: 0;
- width: 100%;
- }
- .btn-box .btn {
- height: 96rpx;
- margin: 36rpx;
- background: #FF77B0;
- border-radius: 48rpx;
- color: #fff;
- }
- .btn-box .btn text {
- font-size: 36rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #FFFFFF;
- }
|