| 1234567891011121314151617181920212223242526272829303132333435363738 |
- .local{
- padding-bottom: 100rpx;
- }
- .local >text{
- display: block;
- color: #999999;
- padding: 30rpx;
- }
- .local > view{
- background: #fff;
- display: flex;
- align-items: center;
- padding: 30rpx 30rpx;
- justify-content: space-between;
- border-bottom: 2.5rpx solid #F5F5F5;
- }
- .local > view > view >text{
- color: #333333;
- }
- input{
- text-align: right;
- }
- .foot{
- text-align: center;
- padding: 30rpx;
- position: fixed;
- bottom: 0;
- width: 100%;
- background-color: var(--color);
- color: #fff;
- }
- .simll{
- font-size: 24rpx !important;
- padding-left: 80rpx !important;
- }
- .simll switch{
- zoom: .8 !important;
- }
|