runningState.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. .anniu {
  2. width: 116rpx;
  3. height: 116rpx;
  4. float: right;
  5. margin-right: 10rpx;
  6. }
  7. .button {
  8. background-color: #E12A1F;
  9. color: white;
  10. width: 654rpx;
  11. margin-left: 48rpx;
  12. margin-top: 44rpx;
  13. }
  14. .name1 {
  15. color: #848586;
  16. font-size: 24rpx;
  17. }
  18. .name {
  19. color: #848586;
  20. font-size: 30rpx;
  21. }
  22. .value {
  23. font-size: 38rpx;
  24. color: #444546;
  25. }
  26. .paramItem {
  27. display: flex;
  28. flex-direction: column;
  29. margin-left: 58rpx;
  30. margin-right: 46rpx;
  31. }
  32. .paramItem1 {
  33. display: flex;
  34. flex-direction: column;
  35. margin-left: 40rpx;
  36. margin-right: 40rpx;
  37. }
  38. .param {
  39. display: flex;
  40. flex-direction: row;
  41. margin-left: 24rpx;
  42. align-items: center;
  43. justify-content: center;
  44. width: 702rpx;
  45. height: 140rpx;
  46. background-color: white;
  47. border-bottom-right-radius: 8rpx;
  48. border-bottom-left-radius: 8rpx;
  49. }
  50. .tiaoText {
  51. margin-left: 44rpx;
  52. font-size: 34rpx;
  53. font-weight: 550;
  54. }
  55. .stopTiaoText {
  56. margin-left: 44rpx;
  57. font-size: 36rpx;
  58. font-weight: 550;
  59. }
  60. .tiao {
  61. margin-top: 26rpx;
  62. border-top-left-radius: 8rpx;
  63. border-top-right-radius: 8rpx;
  64. margin-left: 24rpx;
  65. width: 702rpx;
  66. height: 60px;
  67. background: #EAF1FE;
  68. font-size: 30rpx;
  69. color: #007AFF;
  70. display: flex;
  71. align-items: center;
  72. }
  73. .stopTiao {
  74. margin-top: 26rpx;
  75. border-top-left-radius: 8rpx;
  76. border-top-right-radius: 8rpx;
  77. margin-left: 24rpx;
  78. width: 702rpx;
  79. height: 60px;
  80. background: #007AFF;
  81. font-size: 38rpx;
  82. color: white;
  83. display: flex;
  84. align-items: center;
  85. }
  86. .xia {
  87. display: flex;
  88. flex-direction: row;
  89. }
  90. .xiaItem {
  91. color: white;
  92. display: flex;
  93. flex-direction: column;
  94. margin-left: 20rpx;
  95. margin-right: 20rpx;
  96. align-items: center;
  97. justify-content: center;
  98. margin-bottom: 16rpx;
  99. }
  100. .shang {
  101. display: flex;
  102. flex-direction: row;
  103. }
  104. .shangItem {
  105. color: white;
  106. display: flex;
  107. flex-direction: column;
  108. margin-left: 30rpx;
  109. margin-right: 30rpx;
  110. align-items: center;
  111. justify-content: center;
  112. margin-bottom: 16rpx;
  113. }
  114. .buttonItem {
  115. display: flex;
  116. flex-direction: row;
  117. font-size: 20rpx;
  118. color: #444546;
  119. }
  120. .but {
  121. width: 50rpx;
  122. height: 50rpx;
  123. display: flex;
  124. align-items: center;
  125. justify-content: center;
  126. margin-left: 10rpx;
  127. margin-top: 5rpx;
  128. font-size: 24rpx;
  129. }
  130. .active-but {
  131. background-color: #00ff99;
  132. }
  133. .xiaBut {
  134. display: flex;
  135. flex-direction: row;
  136. font-size: 20rpx;
  137. color: #444546;
  138. }
  139. .KGJ_button{
  140. background-color: #00ff99;
  141. }
  142. .xiaButton {
  143. width: 100rpx;
  144. height: 50rpx;
  145. display: flex;
  146. align-items: center;
  147. justify-content: center;
  148. margin-left: 10rpx;
  149. margin-top: 5rpx;
  150. font-size: 24rpx;
  151. }
  152. .head {
  153. font-size: 26rpx;
  154. height: 300px;
  155. background: linear-gradient(180deg, #2A8FFB 0%, #0467FB 100%);
  156. display: flex;
  157. flex-direction: column;
  158. align-items: center;
  159. justify-content: center;
  160. }
  161. .comp {
  162. background-color: #D6D6D6;
  163. width: 702rpx;
  164. height: 200rpx;
  165. border-radius: 8rpx;
  166. margin-bottom: 20rpx;
  167. }