| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100 |
- .tab-box{
- background-color: #fff;
- padding: 30rpx;
- position: fixed;
- left: 0;
- right: 0;
- top: 0;
- z-index: 100;
- }
- .tab-item{
- text-align: center;
- font-size: 28rpx;
- line-height: 41rpx;
- }
- .tab-item image{
- visibility: hidden;
- }
- .tab-item-active{
- color: #EB5C20;
- }
- .tab-item-active image{
- visibility: visible;
- }
- .tab-active-icon{
- width: 32rpx;
- height: 10rpx;
- margin-top: 10rpx;
- margin: auto;
- }
- .option-box{
- background: #FFFFFF;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- margin: 30rpx;
- padding: 36rpx 20rpx 10rpx;;
- }
- .option-time{
- font-size: 24rpx;
- font-weight: 500;
- color: #A8A5A5;
- line-height: 36rpx;
- justify-content: space-between;
- padding-bottom:16rpx ;
- border-bottom: 1rpx solid #E6E6E6;
- z-index: 10;
- }
- .refresh{
- font-size: 28rpx;
- }
- .refresh image{
- width: 32rpx;
- height: 32rpx;
- margin-right: 8rpx;
- }
- .state{
- justify-content: space-between;
- font-size: 28rpx;
- margin-top: 10rpx;
- font-weight: 500;
- color: #666464;
- border-bottom: 1rpx solid #E6E6E6;
- }
- .state:last-child{
- border-bottom: none;
- }
- .bms-info{
- padding: 33rpx 20rpx;
- background: #FFFFFF;
- border-radius: 10rpx 10rpx 10rpx 10rpx;
- opacity: 1;
- margin: 30rpx;
- overflow: hidden;
- position: relative;
- }
- .bms-row{
- font-size: 28rpx;
- font-family: Source Han Sans CN-Medium, Source Han Sans CN;
- font-weight: 500;
- color: #666464;
- line-height: 41rpx;
- padding-bottom: 35rpx;
- border-bottom: 1rpx solid #E6E6E6;
- margin-bottom: 35rpx;
- }
- .bms-row:last-child{
- border-bottom: none;
- padding-bottom: 0rpx;
- margin-bottom: 0rpx;
- }
- .bms-row-right{
- justify-content: flex-end;
- }
- .bms-row-data{
- color: #A8A5A5;
- flex: 1;
- text-align: right;
- }
|