seeAico.wxss 6.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389
  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. border-radius: 292rpx 292rpx 292rpx 292rpx;
  143. font-weight: 400;
  144. font-size: 32rpx;
  145. color: #FFFFFF;
  146. line-height: 42rpx;
  147. text-align: center;
  148. font-style: normal;
  149. text-transform: none;
  150. margin: 40rpx auto 0;
  151. }
  152. .c-888 {
  153. color: #888888;
  154. border: 1rpx solid #888888;
  155. }
  156. .c-F76666 {
  157. color: #F76666;
  158. border: 1rpx solid #F76666;
  159. }
  160. .c-3AA {
  161. color: #0BC3AA;
  162. border: 1rpx solid #0BC3AA;
  163. }
  164. /* 定义一个旋转动画 */
  165. @keyframes rotate {
  166. from {
  167. transform: rotate(0deg);
  168. }
  169. to {
  170. transform: rotate(360deg);
  171. }
  172. }
  173. .in-see-aico-prompt-box {
  174. width: 408rpx;
  175. }
  176. .in-see-aico-prompt-title {
  177. font-weight: 400;
  178. font-size: 32rpx;
  179. color: #333333;
  180. line-height: 48rpx;
  181. text-align: left;
  182. font-style: normal;
  183. text-transform: none;
  184. }
  185. .in-see-aico-prompt-text {
  186. font-weight: 400;
  187. font-size: 24rpx;
  188. color: #888888;
  189. line-height: 36rpx;
  190. text-align: left;
  191. font-style: normal;
  192. text-transform: none;
  193. }
  194. .start-img {
  195. width: 72rpx;
  196. height: 72rpx;
  197. margin-right: 30rpx;
  198. }
  199. .start-text {
  200. width: 144rpx;
  201. height: 36rpx;
  202. font-weight: 400;
  203. font-size: 36rpx;
  204. color: #0BC3AA;
  205. line-height: 36rpx;
  206. text-align: left;
  207. font-style: normal;
  208. text-transform: none;
  209. }
  210. .end-see-aico-prompt-title {
  211. font-weight: 400;
  212. font-size: 32rpx;
  213. color: #666666;
  214. line-height: 48rpx;
  215. text-align: left;
  216. font-style: normal;
  217. text-transform: none;
  218. }
  219. .end-see-aico-img {
  220. width: 60rpx;
  221. height: 60rpx;
  222. margin-right: 20rpx;
  223. }
  224. .end-see-aico-list-tbm-1 {
  225. padding-top: 40rpx;
  226. padding-bottom: 40rpx;
  227. }
  228. .end-see-aico-list-tbm-2 {
  229. padding-top: 24rpx;
  230. padding-bottom: 24rpx;
  231. width: 100%;
  232. }
  233. .end-see-aico-item {
  234. width: 100%;
  235. font-weight: 400;
  236. font-size: 30rpx;
  237. color: #333333;
  238. line-height: 40rpx;
  239. text-align: left;
  240. font-style: normal;
  241. text-transform: none;
  242. }
  243. .see-aico-d-count {
  244. font-size: 36rpx;
  245. color: #333333;
  246. line-height: 40rpx;
  247. }
  248. .normal-d-count {
  249. font-size: 36rpx;
  250. color: #0BC3AA;
  251. line-height: 40rpx;
  252. }
  253. .abnormal-d-count {
  254. font-size: 36rpx;
  255. color: #F76666;
  256. line-height: 40rpx;
  257. }
  258. .mb36 {
  259. margin-bottom: 36rpx;
  260. }
  261. .end-see-aico-btn-box {
  262. margin-top: 80rpx;
  263. }
  264. .end-see-aico-btn-1{
  265. width: 330rpx;
  266. height: 80rpx;
  267. background: linear-gradient( 315deg, #0ABCA4 0%, rgba(11,195,170,0.8) 100%);
  268. border-radius: 292rpx 292rpx 292rpx 292rpx;
  269. }
  270. .end-see-aico-btn-color-1{
  271. background: linear-gradient( 315deg, #0ABCA4 0%, rgba(11,195,170,0.8) 100%);
  272. }
  273. .end-see-aico-btn-color-2{
  274. background: linear-gradient( 315deg, #FF6C2E 0%, #FF9B71 100%);
  275. }
  276. .end-see-aico-btn{
  277. width: 330rpx;
  278. height: 80rpx;
  279. border-radius: 292rpx 292rpx 292rpx 292rpx;
  280. font-weight: 400;
  281. font-size: 30rpx;
  282. color: #FFFFFF;
  283. line-height: 42rpx;
  284. text-align: center;
  285. font-style: normal;
  286. text-transform: none;
  287. }
  288. .popup-box-1{
  289. width: 572rpx;
  290. height: 352rpx;
  291. padding: 0 40rpx;
  292. background: #FFFFFF;
  293. border-radius: 24rpx 24rpx 24rpx 24rpx;
  294. box-sizing: border-box;
  295. }
  296. .popup-box-2{
  297. width: 572rpx;
  298. height: 352rpx;
  299. padding: 0 62rpx;
  300. background: #FFFFFF;
  301. border-radius: 24rpx 24rpx 24rpx 24rpx;
  302. box-sizing: border-box;
  303. }
  304. .popup-title-1{
  305. font-weight: 400;
  306. font-size: 32rpx;
  307. color: #333333;
  308. line-height: 40rpx;
  309. text-align: center;
  310. font-style: normal;
  311. text-transform: none;
  312. }
  313. .popup-text-1{
  314. color: #777777;
  315. margin: 40rpx 0;
  316. text-align: center;
  317. text-overflow: ellipsis;
  318. }
  319. .popup-btn-1{
  320. width: 236rpx;
  321. height: 72rpx;
  322. border-radius: 292rpx 292rpx 292rpx 292rpx;
  323. font-weight: 400;
  324. font-size: 28rpx;
  325. color: #FFFFFF;
  326. line-height: 40rpx;
  327. text-align: center;
  328. font-style: normal;
  329. text-transform: none;
  330. }
  331. .popup-btn-2{
  332. width: 276rpx;
  333. height: 72rpx;
  334. border-radius: 292rpx 292rpx 292rpx 292rpx;
  335. font-weight: 400;
  336. font-size: 28rpx;
  337. color: #FFFFFF;
  338. line-height: 40rpx;
  339. text-align: center;
  340. font-style: normal;
  341. text-transform: none;
  342. }
  343. .popup-abnormal-img {
  344. height: 48rpx;
  345. width: 48rpx;
  346. margin-right: 16rpx;
  347. }