12345678910111213141516171819202122232425262728293031323334353637 |
- .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%;
- }
- .btn-warp.data-v-6aa3ecb6 {
- display: flex;
- justify-content: space-between;
- }
- .btn-warp button.data-v-6aa3ecb6 {
- width: 48%;
- }
- .footer-btn.data-v-6aa3ecb6 {
- position: fixed;
- bottom: 10rpx;
- left: 10rpx;
- right: 10rpx;
- background-color: red;
- color: #fff;
- }
|