system.wxss 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199
  1. /* pages/system/system.wxss */
  2. page{
  3. height: 100%;
  4. }
  5. .overallsituation{
  6. width: 100%;
  7. height: 100%;
  8. }
  9. .switch-1{
  10. width: 100%;
  11. height: 7.5%;
  12. background-color: white;
  13. position: relative;
  14. border-bottom: 0.5px solid grey;
  15. }
  16. .switch-1 image{
  17. position: absolute;
  18. }
  19. .Onlinestatus{
  20. position: absolute;
  21. right: 5%;
  22. top: 20%;
  23. font-weight: 550;
  24. font-size: calc(100vw * 18/375);
  25. }
  26. /* 下拉选择 */
  27. .Dropdown{
  28. height: 100%;
  29. width: 70%;
  30. margin-left: 15%;
  31. }
  32. /* 分组下拉选择 */
  33. .group{
  34. background-color: cornflowerblue;
  35. color: white;
  36. font-size: calc(100vw * 18/375);
  37. float: left;
  38. margin-top: 5%;
  39. height:calc(100vw * 24/375);
  40. max-width: 60%;
  41. }
  42. /* 设备下拉选择 */
  43. .device{
  44. background-color: cornflowerblue;
  45. color: white;
  46. font-size: calc(100vw * 18/375);
  47. margin-left: 3%;
  48. float: left;
  49. margin-top: 5%;
  50. height: calc(100vw * 24/375);
  51. max-width: 37%;
  52. }
  53. .Calibration-time{
  54. position: relative;
  55. width: 100%;
  56. height: 7.3%;
  57. }
  58. .Calibration-time text{
  59. font-weight: 600 ;
  60. font-size: calc(100vw * 16/375);
  61. position: absolute;
  62. top: 25%;
  63. }
  64. /* 校准时间 */
  65. .Calibration-time button{
  66. height: 75%;
  67. position: absolute;
  68. right: 5.3%;
  69. top:12.5%;
  70. background-color: bisque;
  71. display: flex;
  72. align-items:center;
  73. justify-content:center;
  74. font-size: calc(100vw * 12/375);
  75. }
  76. .Calibration-time button:active{
  77. box-shadow:white;
  78. transform: translateY(4px);
  79. }
  80. /* 主体 */
  81. .adjustment{
  82. width: 90.6%;
  83. height: 74%;
  84. margin:0 auto;
  85. }
  86. .adjustment-1{
  87. width: 100%;
  88. height: 11.9%;
  89. margin-top: 0.48%;
  90. background-color: cornflowerblue;
  91. position: relative;
  92. }
  93. .adjustment-1 image{
  94. position: absolute;
  95. top:15%;
  96. left: 3%;
  97. width: 9.5%;
  98. height: 61.2%;
  99. }
  100. .adjustment-1 text{
  101. position:absolute;
  102. top:29%;
  103. font-weight: 550;
  104. font-size: calc(100vw * 18/375);
  105. }
  106. .adjustment-1 picker{
  107. position: absolute;
  108. height: 61.2%;
  109. background-color: blue;
  110. border-radius: 5px;
  111. color: white;
  112. text-align: center;
  113. display: flex;
  114. align-items:center;
  115. justify-content:center;
  116. font-size: calc(100vw * 14/375);
  117. }
  118. .adjustment-1-1{
  119. position: absolute;
  120. height: 30px;
  121. border-radius: 5px;
  122. color: white;
  123. text-align: center;
  124. line-height: 30px;
  125. font-size: 12px;
  126. }
  127. .adjustment-1 button{
  128. background-color: blue;
  129. position:absolute;
  130. font-size: calc(100vw * 12/375);
  131. color:white;
  132. height: 60%;
  133. display: flex;
  134. align-items:center;
  135. justify-content:center;
  136. }
  137. /* 经纬度输入框 */
  138. .longitude-input{
  139. background-color: white;
  140. height: 30px;
  141. }
  142. .latitude-input{
  143. background-color: white;
  144. height: 40px;
  145. }
  146. .Refresh{
  147. margin-top: 1%;
  148. width: 100%;
  149. height: 9.5%;
  150. position: relative;
  151. }
  152. .Refresh button:active{
  153. box-shadow:cornflowerblue;
  154. transform: translateY(4px);
  155. }
  156. /* 刷新页面 */
  157. .Refresh-1{
  158. width: 28%;
  159. height: 75%;
  160. position: absolute;
  161. left: 10.6%;
  162. top:9.6%;
  163. background-color: cornflowerblue;
  164. font-size: calc(100vw * 18/375);
  165. color:white;
  166. display: flex;
  167. align-items:center;
  168. justify-content:center;
  169. }
  170. /* 存储数据 */
  171. .Refresh-2{
  172. width: 28%;
  173. height: 75%;
  174. position: absolute;
  175. right: 10.6%;
  176. top:9.6%;
  177. background-color: cornflowerblue;
  178. color: white;
  179. font-size: calc(100vw * 18/375);
  180. display: flex;
  181. align-items:center;
  182. justify-content:center;
  183. }