home.css 7.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390
  1. .top-container {
  2. width: 100%;
  3. height: 951rpx;
  4. background-color: #0ac38e;
  5. padding-top: 88rpx;
  6. }
  7. .head-box {
  8. padding-left: 28rpx;
  9. margin-bottom: 33rpx;
  10. }
  11. .head-img {
  12. width: 52rpx;
  13. height: 52rpx;
  14. }
  15. .status-box {
  16. margin-left: 38rpx;
  17. margin-top: 16rpx;
  18. margin-bottom: 11rpx;
  19. }
  20. .status-item {
  21. margin-right: 49rpx;
  22. }
  23. .status-img {
  24. width: 30rpx;
  25. height: 30rpx;
  26. }
  27. .status-text {
  28. padding-left: 7rpx;
  29. display: inline-block;
  30. color: #ffffff;
  31. font-size: 26rpx;
  32. font-family: PingFang SC;
  33. font-weight: 400;
  34. }
  35. .device-box {
  36. width: 100%;
  37. padding-left: 30rpx;
  38. padding-right: 49rpx;
  39. }
  40. .device-view {
  41. width: 300rpx;
  42. height: 60rpx;
  43. background: rgba(255, 255, 255, 0.2);
  44. border-radius: 30rpx;
  45. display: flex;
  46. align-items: center;
  47. justify-content: center;
  48. }
  49. .device-text {
  50. font-size: 26rpx;
  51. font-family: PingFang SC;
  52. font-weight: 400;
  53. color: rgba(255, 255, 255, 1);
  54. }
  55. .sky-text {
  56. font-size: 20rpx;
  57. font-family: PingFang SC;
  58. font-weight: 400;
  59. color: rgba(255, 255, 255, 1);
  60. }
  61. .main-box {
  62. margin-top: 37rpx;
  63. display: flex;
  64. justify-content: center;
  65. }
  66. .main-img {
  67. width: 427rpx;
  68. height: 418rpx;
  69. position: relative;
  70. display: flex;
  71. justify-content: center;
  72. }
  73. .main-text {
  74. position: absolute;
  75. top: 127rpx;
  76. font-size: 85rpx;
  77. font-family: DIN;
  78. font-weight: bold;
  79. color: rgba(255, 255, 255, 1);
  80. line-height: 85rpx;
  81. }
  82. .main-status {
  83. position: absolute;
  84. top: 270rpx;
  85. display: flex;
  86. align-items: center;
  87. justify-content: center;
  88. }
  89. .chongdian-img {
  90. width: 159rpx;
  91. height: 62rpx;
  92. }
  93. .main-status-text {
  94. position: absolute;
  95. font-size: 28rpx;
  96. font-family: PingFang SC;
  97. font-weight: 600;
  98. color: rgba(255, 255, 255, 1);
  99. line-height: 37rpx;
  100. }
  101. .bms-box {
  102. position: absolute;
  103. top: 647rpx;
  104. left: 0;
  105. background-color: #fff;
  106. width: 127rpx;
  107. height: 70rpx;
  108. border-top-right-radius: 45rpx;
  109. border-bottom-right-radius: 45rpx;
  110. display: flex;
  111. align-items: center;
  112. justify-content: center;
  113. }
  114. .bms-text {
  115. font-size: 28rpx;
  116. font-family: PingFang SC;
  117. font-weight: 500;
  118. color: rgba(10, 195, 143, 1);
  119. line-height: 45rpx;
  120. }
  121. .bms-img {
  122. width: 34rpx;
  123. height: 34rpx;
  124. }
  125. .alarm-box {
  126. position: absolute;
  127. top: 647rpx;
  128. right: 0;
  129. background-color: #fbb700;
  130. width: 146rpx;
  131. height: 70rpx;
  132. border-top-left-radius: 45rpx;
  133. border-bottom-left-radius: 45rpx;
  134. display: flex;
  135. align-items: center;
  136. justify-content: center;
  137. }
  138. .emergency-starting {
  139. position: absolute;
  140. top: 527rpx;
  141. right: 0;
  142. background-color: #fbb700;
  143. width: 146rpx;
  144. height: 70rpx;
  145. border-top-left-radius: 45rpx;
  146. border-bottom-left-radius: 45rpx;
  147. display: flex;
  148. align-items: center;
  149. justify-content: center;
  150. }
  151. .alarm-text {
  152. margin-left: 11rpx;
  153. font-size: 28rpx;
  154. font-family: PingFang SC;
  155. font-weight: 500;
  156. color: rgba(255, 255, 255, 1);
  157. line-height: 45rpx;
  158. }
  159. .status-container {
  160. position: relative;
  161. width: 100%;
  162. padding-left: 9rpx;
  163. padding-right: 8px;
  164. margin-top: -134rpx;
  165. }
  166. .stat-img {
  167. width: 733rpx;
  168. height: 273rpx;
  169. }
  170. .stat-box {
  171. position: absolute;
  172. width: 100%;
  173. height: 100%;
  174. top: 0;
  175. left: 0;
  176. padding-left: 9rpx;
  177. padding-right: 8px;
  178. display: flex;
  179. align-items: center;
  180. justify-content: space-around;
  181. }
  182. .stat-item {
  183. text-align: center;
  184. }
  185. .stat-name {
  186. display: block;
  187. font-size: 26rpx;
  188. font-family: PingFang SC;
  189. font-weight: 400;
  190. color: rgba(102, 102, 102, 1);
  191. margin-bottom: 16rpx;
  192. }
  193. .stat-value {
  194. display: block;
  195. font-size: 48rpx;
  196. font-family: DIN;
  197. font-weight: bold;
  198. color: rgba(51, 51, 51, 1);
  199. margin-bottom: 11rpx;
  200. }
  201. .stat-tip {
  202. font-size: 22rpx;
  203. font-family: PingFang SC;
  204. font-weight: 400;
  205. color: rgba(179, 179, 179, 1);
  206. }
  207. .map-container {
  208. /*margin-top: 25rpx;*/
  209. width: 100%;
  210. height: 376rpx;
  211. padding: 0 20rpx;
  212. margin-bottom: 113rpx;
  213. }
  214. .map-box {
  215. width: 100%;
  216. height: 100%;
  217. border-radius: 16rpx;
  218. background: rgba(255, 255, 255, 1);
  219. box-shadow: 0px 10px 12px 0px rgba(178, 178, 178, 0.08);
  220. }
  221. .map-top {
  222. padding: 0 23rpx;
  223. height: 60rpx;
  224. display: flex;
  225. align-items: center;
  226. justify-content: space-between;
  227. }
  228. .map-top-box {
  229. display: flex;
  230. align-items: center;
  231. justify-content: center;
  232. }
  233. .map-top-text {
  234. font-size: 26rpx;
  235. font-family: DIN;
  236. font-weight: bold;
  237. color: rgba(0, 0, 0, 1);
  238. margin-right: 15rpx;
  239. }
  240. .map-top-i {
  241. width: 6rpx;
  242. height: 20rpx;
  243. background: rgba(17, 191, 150, 1);
  244. border-radius: 3rpx;
  245. margin-right: 5rpx;
  246. }
  247. .map-top-n {
  248. width: 6rpx;
  249. height: 20rpx;
  250. background: rgba(186, 222, 214, 1);
  251. border-radius: 3rpx;
  252. margin-right: 5rpx;
  253. }
  254. .map-addr {
  255. position: absolute;
  256. left: 38rpx;
  257. bottom: 19rpx;
  258. width: 641rpx;
  259. height: 69rpx;
  260. background: rgba(255, 255, 255, 1);
  261. border-radius: 10rpx;
  262. display: flex;
  263. align-items: center;
  264. justify-content: center;
  265. }
  266. .addr-img {
  267. width: 30rpx;
  268. height: 30rpx;
  269. }
  270. .addr-text {
  271. font-size: 24rpx;
  272. font-family: PingFang SC;
  273. font-weight: 400;
  274. color: rgba(0, 0, 0, 1);
  275. }
  276. .left-box {
  277. position: relative;
  278. width: 470rpx;
  279. height: 100vh;
  280. background-color: #f8f8f8;
  281. }
  282. .left-background {
  283. width: 100%;
  284. height: 417rpx;
  285. margin-bottom: 7rpx;
  286. }
  287. .head-left-box {
  288. position: absolute;
  289. left: 0;
  290. top: 197rpx;
  291. }
  292. .head-left-img {
  293. width: 109rpx;
  294. height: 109rpx;
  295. border-radius: 50%;
  296. margin: 0 38rpx;
  297. }
  298. .name-text {
  299. font-size: 40rpx;
  300. font-family: PingFang SC;
  301. font-weight: 500;
  302. color: rgba(255, 255, 255, 1);
  303. line-height: 44rpx;
  304. margin-bottom: 23rpx;
  305. }
  306. .quit-button {
  307. height: 48rpx;
  308. width: 98rpx;
  309. border-radius: 24rpx;
  310. border: 1rpx solid #fff;
  311. padding: 0;
  312. margin: 0;
  313. background: 0;
  314. font-size: 26rpx;
  315. font-family: PingFang SC;
  316. font-weight: 400;
  317. color: rgba(255, 255, 255, 1);
  318. line-height: 44rpx;
  319. }
  320. .version-no {
  321. color: rgba(255, 255, 255, 1);
  322. margin-top: 10rpx;
  323. }
  324. .left-item {
  325. width: 100%;
  326. padding: 28.5rpx 55rpx;
  327. border-radius: 0;
  328. border: 0;
  329. position: relative;
  330. }
  331. .left-view-item {
  332. padding: 28.5rpx 55rpx;
  333. border-radius: 0;
  334. border: 0;
  335. position: relative;
  336. }
  337. .gold-view {
  338. margin-right: 40rpx;
  339. font-size: 28rpx;
  340. color: #f4516c;
  341. }
  342. .left-item::after {
  343. border: 0;
  344. }
  345. .left-img {
  346. width: 48rpx;
  347. height: 48rpx;
  348. }
  349. .left-text {
  350. margin-left: 21rpx;
  351. font-size: 33rpx;
  352. font-family: PingFang SC;
  353. font-weight: 400;
  354. color: rgba(44, 44, 50, 1);
  355. line-height: 44rpx;
  356. }
  357. .notice-img {
  358. width: 74rpx;
  359. height: 74rpx;
  360. position: absolute;
  361. top: 15.5rpx;
  362. right: 44rpx;
  363. }
  364. .load-img {
  365. width: 60rpx;
  366. height: 60rpx;
  367. }
  368. @keyframes loading {
  369. 0% {
  370. -webkit-transform: rotate(0deg);
  371. }
  372. 25% {
  373. -webkit-transform: rotate(-90deg);
  374. }
  375. 50% {
  376. -webkit-transform: rotate(-180deg);
  377. }
  378. 75% {
  379. -webkit-transform: rotate(-270deg);
  380. }
  381. 100% {
  382. -webkit-transform: rotate(-360deg);
  383. }
  384. }