123456789101112131415161718192021222324252627282930 |
- .ul.data-v-6aa3ecb6 {
- min-height: 100vh;
- background-color: #f2f2f2;
- }
- .li.data-v-6aa3ecb6 {
- background-color: #fff;
- margin: 20rpx 20rpx 0;
- padding: 20rpx;
- list-style: none;
- }
- .li .line.data-v-6aa3ecb6 {
- position: relative;
- line-height: 70rpx;
- border: none;
- display: flex;
- padding: 0 20rpx;
- }
- .li .line .span.data-v-6aa3ecb6 {
- position: absolute;
- left: 50%;
- }
- .footer-btn.data-v-6aa3ecb6 {
- position: fixed;
- bottom: 10rpx;
- left: 10rpx;
- right: 10rpx;
- background-color: red;
- color: #fff;
- }
|