seeAico.wxss 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. page {
  2. background: #F8F9FA;
  3. }
  4. .content {
  5. width: 100vw;
  6. display: flex;
  7. flex-direction: column;
  8. padding: 30rpx;
  9. position: relative;
  10. box-sizing: border-box;
  11. }
  12. .see-aico-info {
  13. width: 630rpx;
  14. height: 84rpx;
  15. padding: 0 30rpx;
  16. background: #FFFFFF;
  17. box-shadow: 20rpx 8rpx 20rpx 0rpx rgba(219, 225, 231, 0.2);
  18. border-radius: 12rpx 12rpx 12rpx 12rpx;
  19. }
  20. .flex-level-center {
  21. display: flex;
  22. /*水平居中*/
  23. justify-content: center;
  24. }
  25. .flex-vertical-center {
  26. display: flex;
  27. /*垂直居中*/
  28. align-items: center;
  29. }
  30. .flex-column{
  31. display: flex;
  32. flex-direction: column;
  33. }
  34. .flex-space-between {
  35. display: flex;
  36. justify-content: space-between;
  37. }
  38. .see-aico-item {
  39. display: flex;
  40. flex: 1;
  41. height: 100%;
  42. }
  43. .see-aico-img {
  44. width: 36rpx;
  45. height: 36rpx;
  46. margin-right: 12rpx;
  47. }
  48. .see-aico-text {
  49. height: 36rpx;
  50. font-weight: 400;
  51. font-size: 30rpx;
  52. color: #333333;
  53. line-height: 36rpx;
  54. text-align: left;
  55. font-style: normal;
  56. text-transform: none;
  57. align-items: center;
  58. }
  59. .data-box {
  60. width: 100%;
  61. }
  62. .start-see-aico {
  63. margin-top: 440rpx;
  64. width: 436rpx;
  65. height: 144rpx;
  66. background: #FFFFFF;
  67. box-shadow: 0rpx 8rpx 48rpx 0rpx #E3E4E5;
  68. border-radius: 40rpx 40rpx 40rpx 40rpx;
  69. border: 4rpx solid #F6F9FD;
  70. }
  71. .in-see-aico {
  72. width: 100%;
  73. }
  74. .in-see-aico-prompt {
  75. display: flex;
  76. margin: 40rpx 0;
  77. }
  78. .in-see-aico-img {
  79. width: 60rpx;
  80. height: 60rpx;
  81. margin-right: 16rpx;
  82. animation: rotate 2s linear infinite;
  83. }
  84. .in-see-aico-list {
  85. width: 100%;
  86. background: #FFFFFF;
  87. box-shadow: 20rpx 8rpx 20rpx 0rpx rgba(219, 225, 231, 0.2);
  88. border-radius: 12rpx 12rpx 12rpx 12rpx;
  89. margin-bottom: 16rpx;
  90. box-sizing: border-box;
  91. padding: 0 30rpx;
  92. }
  93. .input-img {
  94. height: 30rpx;
  95. width: 30rpx;
  96. margin-right: 16rpx;
  97. }
  98. .bindNotesInput {
  99. height: 40rpx;
  100. width: 100%;
  101. font-weight: 400;
  102. font-size: 26rpx;
  103. color: #888888;
  104. line-height: 40rpx;
  105. text-align: left;
  106. font-style: normal;
  107. text-transform: none;
  108. }
  109. .in-see-aico-list-tbm {
  110. padding-top: 20rpx;
  111. padding-bottom: 20rpx;
  112. }
  113. .device-name {
  114. font-weight: 400;
  115. font-size: 32rpx;
  116. color: #333333;
  117. line-height: 36rpx;
  118. text-align: left;
  119. font-style: normal;
  120. text-transform: none;
  121. margin-right: 20rpx;
  122. }
  123. .device-status-img {
  124. width: 32rpx;
  125. height: 32rpx;
  126. }
  127. .in-see-aico-btn {
  128. width: 116rpx;
  129. height: 56rpx;
  130. background: #FFFFFF;
  131. border-radius: 8rpx 8rpx 8rpx 8rpx;
  132. font-weight: 400;
  133. font-size: 28rpx;
  134. line-height: 36rpx;
  135. text-align: left;
  136. font-style: normal;
  137. text-transform: none;
  138. }
  139. .in-see-aico-submit {
  140. width: 630rpx;
  141. height: 90rpx;
  142. background: linear-gradient(315deg, #0ABCA4 0%, rgba(11, 195, 170, 0.8) 100%);
  143. border-radius: 292rpx 292rpx 292rpx 292rpx;
  144. font-weight: 400;
  145. font-size: 32rpx;
  146. color: #FFFFFF;
  147. line-height: 42rpx;
  148. text-align: center;
  149. font-style: normal;
  150. text-transform: none;
  151. margin: 40rpx auto 0;
  152. }
  153. .c-888 {
  154. color: #888888;
  155. border: 1rpx solid #888888;
  156. }
  157. .c-F76666 {
  158. color: #F76666;
  159. border: 1rpx solid #F76666;
  160. }
  161. .c-3AA {
  162. color: #0BC3AA;
  163. border: 1rpx solid #0BC3AA;
  164. }
  165. /* 定义一个旋转动画 */
  166. @keyframes rotate {
  167. from {
  168. transform: rotate(0deg);
  169. }
  170. to {
  171. transform: rotate(360deg);
  172. }
  173. }
  174. .in-see-aico-prompt-box {
  175. width: 408rpx;
  176. }
  177. .in-see-aico-prompt-title {
  178. font-weight: 400;
  179. font-size: 32rpx;
  180. color: #333333;
  181. line-height: 48rpx;
  182. text-align: left;
  183. font-style: normal;
  184. text-transform: none;
  185. }
  186. .in-see-aico-prompt-text {
  187. font-weight: 400;
  188. font-size: 24rpx;
  189. color: #888888;
  190. line-height: 36rpx;
  191. text-align: left;
  192. font-style: normal;
  193. text-transform: none;
  194. }
  195. .start-img {
  196. width: 72rpx;
  197. height: 72rpx;
  198. margin-right: 30rpx;
  199. }
  200. .start-text {
  201. width: 144rpx;
  202. height: 36rpx;
  203. font-weight: 400;
  204. font-size: 36rpx;
  205. color: #0BC3AA;
  206. line-height: 36rpx;
  207. text-align: left;
  208. font-style: normal;
  209. text-transform: none;
  210. }
  211. .end-see-aico-prompt-title {
  212. font-weight: 400;
  213. font-size: 32rpx;
  214. color: #666666;
  215. line-height: 48rpx;
  216. text-align: left;
  217. font-style: normal;
  218. text-transform: none;
  219. }
  220. .end-see-aico-img {
  221. width: 60rpx;
  222. height: 60rpx;
  223. margin-right: 20rpx;
  224. }
  225. .end-see-aico-list-tbm-1 {
  226. padding-top: 40rpx;
  227. padding-bottom: 40rpx;
  228. }
  229. .end-see-aico-list-tbm-2 {
  230. padding-top: 24rpx;
  231. padding-bottom: 24rpx;
  232. width: 100%;
  233. }
  234. .end-see-aico-item {
  235. width: 100%;
  236. font-weight: 400;
  237. font-size: 30rpx;
  238. color: #333333;
  239. line-height: 40rpx;
  240. text-align: left;
  241. font-style: normal;
  242. text-transform: none;
  243. }
  244. .see-aico-d-count {
  245. font-size: 36rpx;
  246. color: #333333;
  247. line-height: 40rpx;
  248. }
  249. .normal-d-count {
  250. font-size: 36rpx;
  251. color: #0BC3AA;
  252. line-height: 40rpx;
  253. }
  254. .abnormal-d-count {
  255. font-size: 36rpx;
  256. color: #F76666;
  257. line-height: 40rpx;
  258. }
  259. .mb36 {
  260. margin-bottom: 36rpx;
  261. }
  262. .end-see-aico-btn-box {
  263. margin-top: 80rpx;
  264. }
  265. .end-see-aico-btn-1{
  266. width: 330rpx;
  267. height: 80rpx;
  268. background: linear-gradient( 315deg, #0ABCA4 0%, rgba(11,195,170,0.8) 100%);
  269. border-radius: 292rpx 292rpx 292rpx 292rpx;
  270. }
  271. .end-see-aico-btn-color-1{
  272. background: linear-gradient( 315deg, #0ABCA4 0%, rgba(11,195,170,0.8) 100%);
  273. }
  274. .end-see-aico-btn-color-2{
  275. background: linear-gradient( 315deg, #FF6C2E 0%, #FF9B71 100%);
  276. }
  277. .end-see-aico-btn{
  278. width: 330rpx;
  279. height: 80rpx;
  280. border-radius: 292rpx 292rpx 292rpx 292rpx;
  281. font-weight: 400;
  282. font-size: 30rpx;
  283. color: #FFFFFF;
  284. line-height: 42rpx;
  285. text-align: center;
  286. font-style: normal;
  287. text-transform: none;
  288. }
  289. .popup-box-1{
  290. width: 572rpx;
  291. height: 352rpx;
  292. padding: 0 40rpx;
  293. background: #FFFFFF;
  294. border-radius: 24rpx 24rpx 24rpx 24rpx;
  295. box-sizing: border-box;
  296. }
  297. .popup-box-2{
  298. width: 572rpx;
  299. height: 352rpx;
  300. padding: 0 62rpx;
  301. background: #FFFFFF;
  302. border-radius: 24rpx 24rpx 24rpx 24rpx;
  303. box-sizing: border-box;
  304. }
  305. .popup-title-1{
  306. font-weight: 400;
  307. font-size: 32rpx;
  308. color: #333333;
  309. line-height: 40rpx;
  310. text-align: center;
  311. font-style: normal;
  312. text-transform: none;
  313. }
  314. .popup-text-1{
  315. color: #777777;
  316. margin: 40rpx 0;
  317. text-align: center;
  318. text-overflow: ellipsis;
  319. }
  320. .popup-btn-1{
  321. width: 236rpx;
  322. height: 72rpx;
  323. border-radius: 292rpx 292rpx 292rpx 292rpx;
  324. font-weight: 400;
  325. font-size: 28rpx;
  326. color: #FFFFFF;
  327. line-height: 40rpx;
  328. text-align: center;
  329. font-style: normal;
  330. text-transform: none;
  331. }
  332. .popup-btn-2{
  333. width: 276rpx;
  334. height: 72rpx;
  335. border-radius: 292rpx 292rpx 292rpx 292rpx;
  336. font-weight: 400;
  337. font-size: 28rpx;
  338. color: #FFFFFF;
  339. line-height: 40rpx;
  340. text-align: center;
  341. font-style: normal;
  342. text-transform: none;
  343. }
  344. .popup-abnormal-img {
  345. height: 48rpx;
  346. width: 48rpx;
  347. margin-right: 16rpx;
  348. }