1234567891011121314151617181920212223242526272829303132333435363738 |
- .u-cell__body--large.data-v-913eaa32 {
- padding: 48rpx 0 !important;
- box-sizing: border-box;
- }
- page {
- font-size: 32rpx;
- }
- .list .list-item {
- display: flex;
- justify-content: space-between;
- align-items: center;
- border-bottom: 1rpx solid #E3E3E3;
- padding: 30rpx;
- }
- .list .list-item image {
- width: 36rpx;
- margin-bottom: 0;
- }
- .navbar {
- width: 100%;
- height: 104rpx;
- line-height: 104rpx;
- display: flex;
- border-top: 1rpx solid #E3E3E3;
- position: fixed;
- left: 0;
- bottom: 0;
- }
- .navbar .navbar-item {
- flex: 1;
- text-align: center;
- }
- .navbar .sure {
- background: #1E9F6A;
- border-radius: 0px 16rpx 0px 0px;
- color: #FFFFFF;
- }
|