| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657 |
- /* pages/setuplevel/index.wxss */
- page{
- background: linear-gradient(to bottom, #0197D4 -40%, #F0F5F5 40%,#F0F5F5 100%);
- }
- .buttom_{
- width: 100%;
- position: fixed;
- bottom: 88rpx;
- display: flex;
- align-items: center;
- justify-content: center;
- }
- .buttom{
- width: 80%;
- height: 80rpx;
- color: #0197D4;
- border: 1rpx solid #0197D4;
- display: flex;
- align-items: center;
- justify-content: center;
- border-radius: 20rpx;
- }
- .box{
- width: 100%;
- padding: 0rpx 30rpx;
- box-sizing: border-box;
- }
- .allocation{
- width: 100%;
- height: 80rpx;
- display: flex;
- align-items: center;
- justify-content:space-between;
- padding: 0rpx 20rpx;
- box-sizing: border-box;
- }
- .allocation_1{
- display: flex;
- font-size:13px;
- align-items: center;
- }
- .allocation_box{
- border-radius: 16rpx;
- background-color: #ffffff;
- padding: 10rpx 0rpx;
- box-sizing: border-box;
- margin-top: 30rpx;
- box-shadow: 0 4rpx 16rpx rgba(0, 0, 0, 0.1);
-
- }
- .allocation_2{
- color: #999999;
-
- }
- .allocation_3{
- font-size: 14px;
- }
|