system.wxss 3.0 KB

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