parameterSetting.wxss 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. .button {
  2. width: 208rpx;
  3. height: 98rpx;
  4. margin-top: 20rpx;
  5. background-color: #007AFF;
  6. color: white;
  7. font-size: unset;
  8. display: flex;
  9. align-items: center;
  10. justify-content: center;
  11. }
  12. .Green_button {
  13. background-color: green;
  14. }
  15. .Red_button {
  16. background-color: crimson;
  17. }
  18. .anniu {
  19. width: 116rpx;
  20. height: 116rpx;
  21. float: right;
  22. margin-right: 10rpx;
  23. }
  24. .four1 {
  25. margin-right: 30rpx;
  26. margin-left: 30rpx;
  27. }
  28. .four {
  29. margin-right: 60rpx;
  30. }
  31. .whiteItem {
  32. height: 60px;
  33. background: white;
  34. border-radius: 4px;
  35. font-size: 30rpx;
  36. display: flex;
  37. justify-content: space-around;
  38. align-items: center;
  39. color: #444546;
  40. }
  41. .grayItem {
  42. height: 60px;
  43. background: #F6F7FB;
  44. border-radius: 4px;
  45. font-size: 30rpx;
  46. display: flex;
  47. align-items: center;
  48. color: #444546;
  49. }
  50. .text1 {
  51. margin-left: 20rpx;
  52. font-size: 30rpx;
  53. color: #444546;
  54. }
  55. .auto {
  56. width: 60px;
  57. height: 33px;
  58. background: #007AFF;
  59. border-radius: 4px;
  60. font-size: 30rpx;
  61. color: white;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. }
  66. .three {
  67. margin-right: 10rpx;
  68. margin-left: 0rpx;
  69. display: flex;
  70. align-items: center;
  71. justify-content: center;
  72. font-size: 30rpx;
  73. color: #007AFF;
  74. width: 60px;
  75. height: 33px;
  76. border-radius: 4px;
  77. border: 1px solid #007AFF;
  78. }
  79. .stop {
  80. margin-right: 75rpx;
  81. margin-left: 0rpx;
  82. display: flex;
  83. align-items: center;
  84. justify-content: center;
  85. font-size: 30rpx;
  86. color: #007AFF;
  87. width: 60px;
  88. height: 33px;
  89. border-radius: 4px;
  90. border: 1px solid #007AFF;
  91. }
  92. .head {
  93. height: 60px;
  94. background: #EAF1FE;
  95. border-radius: 4px;
  96. font-size: 30rpx;
  97. display: flex;
  98. justify-content: space-around;
  99. align-items: center;
  100. color: #444546;
  101. }
  102. .xiabu {
  103. margin-left: 24rpx;
  104. margin-top: 24rpx;
  105. background-color: white;
  106. width: 702rpx;
  107. height: 1520rpx;
  108. border-radius: 10rpx;
  109. }
  110. .buttonItem {
  111. display: flex;
  112. flex-direction: row;
  113. margin-top: 5rpx;
  114. justify-content: center;
  115. }
  116. .item {
  117. margin-left: 20rpx;
  118. }
  119. .setmenu {
  120. display: flex;
  121. flex-wrap: wrap;
  122. }
  123. .setItem {
  124. margin-left: 20rpx;
  125. }
  126. .text {
  127. margin-top: 40rpx;
  128. margin-bottom: 16rpx;
  129. color: #444546;
  130. font-size: 26rpx;
  131. }
  132. .input {
  133. width: 320rpx;
  134. height: 98rpx;
  135. background-color: #eaeaea;
  136. display: flex;
  137. flex-direction: row;
  138. align-items: center;
  139. border-radius: 5rpx;
  140. border: 1px solid #eaeaea;
  141. }
  142. .danwei {
  143. width: 78rpx;
  144. height: 98rpx;
  145. background-color: white;
  146. display: flex;
  147. align-items: center;
  148. }
  149. .white {
  150. width: 702rpx;
  151. height: 711rpx;
  152. background-color: white;
  153. margin-left: 24rpx;
  154. margin-top: 26rpx;
  155. }
  156. .title {
  157. display: flex;
  158. flex-direction: column;
  159. align-items: center;
  160. }
  161. .tiao {
  162. width: 60px;
  163. height: 3px;
  164. margin-top: 20rpx;
  165. background: #007AFF;
  166. }
  167. .param {
  168. font-size: 38rpx;
  169. font-weight: 550;
  170. margin-top: 40rpx;
  171. }
  172. .active_button {
  173. background-color: skyblue;
  174. }