BMS.css 1.6 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798
  1. .tab-box{
  2. background-color: #fff;
  3. padding: 30rpx;
  4. position: fixed;
  5. left: 0;
  6. right: 0;
  7. top: 0;
  8. z-index: 100;
  9. }
  10. .tab-item{
  11. text-align: center;
  12. font-size: 28rpx;
  13. line-height: 41rpx;
  14. }
  15. .tab-item image{
  16. visibility: hidden;
  17. }
  18. .tab-item-active{
  19. color: #EB5C20;
  20. }
  21. .tab-item-active image{
  22. visibility: visible;
  23. }
  24. .tab-active-icon{
  25. width: 32rpx;
  26. height: 10rpx;
  27. margin-top: 10rpx;
  28. margin: auto;
  29. }
  30. .option-box{
  31. background: #FFFFFF;
  32. border-radius: 10rpx 10rpx 10rpx 10rpx;
  33. opacity: 1;
  34. margin: 30rpx;
  35. padding: 36rpx 20rpx 10rpx;;
  36. }
  37. .option-time{
  38. font-size: 24rpx;
  39. font-weight: 500;
  40. color: #A8A5A5;
  41. line-height: 36rpx;
  42. justify-content: space-between;
  43. padding-bottom:16rpx ;
  44. border-bottom: 1rpx solid #E6E6E6;
  45. z-index: 10;
  46. }
  47. .refresh{
  48. font-size: 28rpx;
  49. }
  50. .refresh image{
  51. width: 32rpx;
  52. height: 32rpx;
  53. margin-right: 8rpx;
  54. }
  55. .state{
  56. justify-content: space-between;
  57. font-size: 28rpx;
  58. margin-top: 10rpx;
  59. font-weight: 500;
  60. color: #666464;
  61. border-bottom: 1rpx solid #E6E6E6;
  62. }
  63. .state:last-child{
  64. border-bottom: none;
  65. }
  66. .bms-info{
  67. padding: 33rpx 20rpx;
  68. background: #FFFFFF;
  69. border-radius: 10rpx 10rpx 10rpx 10rpx;
  70. opacity: 1;
  71. margin: 30rpx;
  72. overflow: hidden;
  73. position: relative;
  74. }
  75. .bms-row{
  76. font-size: 28rpx;
  77. font-family: Source Han Sans CN-Medium, Source Han Sans CN;
  78. font-weight: 500;
  79. color: #666464;
  80. line-height: 41rpx;
  81. padding-bottom: 35rpx;
  82. border-bottom: 1rpx solid #E6E6E6;
  83. margin-bottom: 35rpx;
  84. }
  85. .bms-row:last-child{
  86. border-bottom: none;
  87. padding-bottom: 0rpx;
  88. margin-bottom: 0rpx;
  89. }
  90. .bms-row-right{
  91. justify-content: flex-end;
  92. }
  93. .bms-row-data{
  94. color: #A8A5A5;
  95. }