parameterSetting.wxss 2.6 KB

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