123456789101112131415161718192021222324252627282930313233 |
- .ul.data-v-c9eafb2e {
- padding-bottom: 200rpx;
- }
- .li.data-v-c9eafb2e {
- background-color: #fff;
- margin: 20rpx 20rpx 0;
- padding: 20rpx;
- list-style: none;
- }
- .li .line.data-v-c9eafb2e {
- line-height: 70rpx;
- border: none;
- display: flex;
- padding: 0 20rpx;
- }
- .li .line .span.data-v-c9eafb2e {
- margin-left: 50rpx;
- }
- .btn-warp.data-v-c9eafb2e {
- display: flex;
- }
- .btn-warp button.data-v-c9eafb2e {
- width: 48%;
- }
- .footer-btn.data-v-c9eafb2e {
- position: fixed;
- bottom: 10rpx;
- left: 10rpx;
- right: 10rpx;
- background-color: red;
- color: #fff;
- }
|