| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798 |
- .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;
- }
|