index.wxss 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372
  1. @charset "UTF-8";
  2. /**
  3. * 这里是uni-app内置的常用样式变量
  4. *
  5. * uni-app 官方扩展插件及插件市场(https://ext.dcloud.net.cn)上很多三方插件均使用了这些样式变量
  6. * 如果你是插件开发者,建议你使用scss预处理,并在插件代码中直接使用这些变量(无需 import 这个文件),方便用户通过搭积木的方式开发整体风格一致的App
  7. *
  8. */
  9. /**
  10. * 如果你是App开发者(插件使用者),你可以通过修改这些变量来定制自己的插件主题,实现自定义主题功能
  11. *
  12. * 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
  13. */
  14. /* uni.scss */
  15. /* 颜色变量 */
  16. /* 行为相关颜色 */
  17. /* 文字基本颜色 */
  18. /* 背景颜色 */
  19. /* 边框颜色 */
  20. /* 尺寸变量 */
  21. /* 文字尺寸 */
  22. /* 图片尺寸 */
  23. /* Border Radius */
  24. /* 水平间距 */
  25. /* 垂直间距 */
  26. /* 透明度 */
  27. /* 文章场景相关 */
  28. .container-lab.data-v-71e217db {
  29. width: 100vw;
  30. height: 100vh;
  31. display: flex;
  32. flex-direction: column;
  33. }
  34. /* 头部 */
  35. .header.data-v-71e217db {
  36. width: 100%;
  37. height: 12.6vh;
  38. padding: 0 3.9vw 0 3.125vw;
  39. box-sizing: border-box;
  40. display: flex;
  41. justify-content: space-between;
  42. align-items: flex-end;
  43. }
  44. .header .header-img.data-v-71e217db {
  45. position: absolute;
  46. left: 0;
  47. top: 0;
  48. width: 100%;
  49. height: 12.6vh;
  50. z-index: -1;
  51. }
  52. .hleft.data-v-71e217db {
  53. width: 16.4vw;
  54. height: 100%;
  55. font-size: 1.72vw;
  56. /*background-color: #009688;*/
  57. /*border-radius: 0 1.56vw 1.56vw 0;*/
  58. padding-left: 2vw;
  59. box-sizing: border-box;
  60. display: flex;
  61. align-items: center;
  62. }
  63. .hcenter.data-v-71e217db {
  64. flex: 1;
  65. height: 100%;
  66. line-height: 12.6vh;
  67. text-align: center;
  68. font-size: 3.44vw;
  69. color: #ffffff;
  70. }
  71. .hright.data-v-71e217db {
  72. width: 16.4vw;
  73. height: 5vh;
  74. display: flex;
  75. justify-content: flex-end;
  76. align-items: center;
  77. }
  78. .hright ._img.data-v-71e217db {
  79. width: 3.125vw;
  80. height: auto;
  81. cursor: pointer;
  82. }
  83. /* 中间内容 */
  84. .container.data-v-71e217db {
  85. width: 95%;
  86. flex: 1;
  87. margin: 5vh auto;
  88. display: flex;
  89. }
  90. /* 设备信息 */
  91. .deviceInfo.data-v-71e217db {
  92. width: 31.25vw;
  93. height: 100%;
  94. margin-right: 2vw;
  95. background-color: #fff;
  96. box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  97. opacity: 1;
  98. border-radius: 0.4vw;
  99. }
  100. .deviceInfoTitle.data-v-71e217db {
  101. width: 100%;
  102. height: 5.5vh;
  103. display: flex;
  104. align-items: center;
  105. padding-left: 0.78vw;
  106. border-bottom: 1px solid #f0f2f5;
  107. box-sizing: border-box;
  108. margin-bottom: 1vh;
  109. }
  110. .comImg.data-v-71e217db {
  111. width: 2.34vw;
  112. height: auto;
  113. margin-right: 0.7vw;
  114. }
  115. .title.data-v-71e217db {
  116. display: inline-block;
  117. color: #303133;
  118. font-size: 1.4vw;
  119. }
  120. /* 设备信息 */
  121. .deviecDetail.data-v-71e217db {
  122. padding-left: 0;
  123. }
  124. .deviecDetail ._li.data-v-71e217db {
  125. list-style: none;
  126. width: 100%;
  127. height: 6.25vh;
  128. line-height: 6.25vh;
  129. padding-left: 30px;
  130. box-sizing: border-box;
  131. }
  132. .devicelab.data-v-71e217db {
  133. display: inline-block;
  134. width: 6.2vw;
  135. color: #606266;
  136. font-size: 1.2vw;
  137. text-align: left;
  138. margin-right: 0.5vw;
  139. }
  140. .tongji.data-v-71e217db {
  141. width: 8.3vw !important;
  142. font-weight: 700;
  143. }
  144. .frequency.data-v-71e217db {
  145. display: flex;
  146. align-items: center;
  147. width: 24.8vw;
  148. height: 100%;
  149. }
  150. .num.data-v-71e217db {
  151. display: inline-block;
  152. width: 20%;
  153. color: #303133;
  154. margin-left: 10px;
  155. font-size: 1.4vw;
  156. }
  157. .line.data-v-71e217db {
  158. width: 80%;
  159. height: 1.5vh;
  160. background-color: #ededed;
  161. border-radius: 0.46vw;
  162. }
  163. .realline.data-v-71e217db {
  164. width: 0%;
  165. height: 1.5vh;
  166. background-color: #1d66dc;
  167. border-radius: 0.46vw;
  168. }
  169. .footer.data-v-71e217db {
  170. margin-top: 6vh;
  171. width: 100%;
  172. height: 0.8vh;
  173. display: flex;
  174. justify-content: center;
  175. align-items: center;
  176. }
  177. .tItem.data-v-71e217db {
  178. width: 14vw;
  179. margin-right: 2vw;
  180. margin-bottom: 1.75vh;
  181. text-align: center;
  182. }
  183. .tItem.data-v-71e217db:nth-child(2n) {
  184. margin-right: 0;
  185. }
  186. .tItemTitle.data-v-71e217db {
  187. color: #606266;
  188. margin-top: 0.45vh;
  189. font-size: 1.2vw;
  190. font-weight: 700;
  191. }
  192. .tItemNum.data-v-71e217db {
  193. font-size: 1.3vw;
  194. color: #3399ff;
  195. font-weight: 700;
  196. }
  197. /* 右侧 */
  198. .deviceRight.data-v-71e217db {
  199. width: 60vw;
  200. flex: 1;
  201. }
  202. .deviceTop.data-v-71e217db {
  203. width: 100%;
  204. display: flex;
  205. margin-bottom: 3vh;
  206. }
  207. /* 实验员信息 */
  208. .deviceInfoTop.data-v-71e217db {
  209. width: 100%;
  210. height: 12.5vh;
  211. padding-left: 2.8vw;
  212. box-sizing: border-box;
  213. display: flex;
  214. margin-bottom: 1.875vh;
  215. }
  216. .imgBox.data-v-71e217db {
  217. width: 7.8vw;
  218. height: 13vh;
  219. border-radius: 50%;
  220. margin-right: 1.4vw;
  221. }
  222. .imgBox ._img.data-v-71e217db {
  223. width: 7.8vw;
  224. height: 100%;
  225. border-radius: 50%;
  226. }
  227. /* 实验人员 */
  228. .laboratoryBox.data-v-71e217db {
  229. width: 31.25vw;
  230. height: 37.5vh;
  231. display: flex;
  232. flex-direction: column;
  233. }
  234. .laboratoryBox .nologin.data-v-71e217db {
  235. flex: 1;
  236. }
  237. .nologinImgBox.data-v-71e217db {
  238. display: flex;
  239. align-items: center;
  240. justify-content: center;
  241. height: 100%;
  242. }
  243. .laboratory.data-v-71e217db {
  244. width: 100%;
  245. display: flex;
  246. justify-content: center;
  247. flex-wrap: wrap;
  248. }
  249. .nextLaboratory.data-v-71e217db {
  250. width: 100%;
  251. display: flex;
  252. justify-content: center;
  253. }
  254. .laboratoryDetail ._li.data-v-71e217db {
  255. list-style: none;
  256. width: 100%;
  257. height: 4.375vh;
  258. line-height: 4.375vh;
  259. display: flex;
  260. }
  261. .pd10.data-v-71e217db {
  262. padding-left: 10px;
  263. }
  264. /* */
  265. .laboratoryLab.data-v-71e217db {
  266. display: inline-block;
  267. width: 3.9vw;
  268. color: #606266;
  269. font-size: 1.2vw;
  270. text-align: right;
  271. margin-right: 0.7vw;
  272. }
  273. /* 下一次预约 */
  274. .nextOrder.data-v-71e217db {
  275. width: 28.5vw;
  276. height: 37.5vh;
  277. margin-right: 0;
  278. display: flex;
  279. flex-direction: column;
  280. }
  281. .next-order-wrap.data-v-71e217db {
  282. flex: 1;
  283. overflow: auto;
  284. padding: 0 0 20px 0;
  285. }
  286. /* 照片 */
  287. .nextTop.data-v-71e217db {
  288. width: 100%;
  289. display: flex;
  290. flex-direction: column;
  291. justify-content: space-around;
  292. align-items: center;
  293. }
  294. .nextImgBox.data-v-71e217db {
  295. width: 7.8vw;
  296. height: 13vh;
  297. border-radius: 50%;
  298. margin-right: 1.4vw;
  299. }
  300. .nextNoLoginImgBox.data-v-71e217db {
  301. margin-top: 20px;
  302. }
  303. .nextImgBox ._img.data-v-71e217db {
  304. width: 7.8vw;
  305. height: 100%;
  306. border-radius: 50%;
  307. }
  308. .nextBox.data-v-71e217db {
  309. width: 4.69vw;
  310. height: 7.5vh;
  311. border-radius: 50%;
  312. background-color: #3399ff;
  313. color: #fff;
  314. display: flex;
  315. justify-content: center;
  316. align-items: center;
  317. }
  318. /* 设备数据 */
  319. .deviceData.data-v-71e217db {
  320. width: 100%;
  321. height: 36.5vh;
  322. background-color: #fff;
  323. box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.12);
  324. opacity: 1;
  325. border-radius: 0.4vw;
  326. }
  327. .deviceList.data-v-71e217db {
  328. width: 100%;
  329. height: 29vh;
  330. overflow-y: auto;
  331. padding: 0 2.18vw 1.88vh 2.18vw;
  332. box-sizing: border-box;
  333. }
  334. .deviceList ._li.data-v-71e217db {
  335. list-style: none;
  336. width: 100%;
  337. height: 4.75vh;
  338. line-height: 4.75vh;
  339. font-size: 1.1vw;
  340. color: #606266;
  341. overflow: hidden;
  342. text-overflow: ellipsis;
  343. white-space: nowrap;
  344. border-bottom: 1px dashed #f0f2f5;
  345. display: flex;
  346. }
  347. .deviceList ._li view.data-v-71e217db:first-child {
  348. margin-right: 10px;
  349. }
  350. .deviceList ._li.data-v-71e217db:hover {
  351. color: #3399ff;
  352. }
  353. .notice-wrap.data-v-71e217db {
  354. width: 50vw;
  355. height: 60vh;
  356. }
  357. .notice-wrap .notice-header.data-v-71e217db {
  358. padding: 20px 20px 0;
  359. font-size: 20px;
  360. font-weight: bold;
  361. }
  362. .notice-wrap .notice-content.data-v-71e217db {
  363. padding: 20px;
  364. }
  365. .screen-save-box.data-v-71e217db {
  366. position: fixed;
  367. left: 0;
  368. top: 0;
  369. width: 100%;
  370. height: 100%;
  371. }