deviceLocalnvue.css 8.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532
  1. /* pages/deviceLocal/deviceLocal.wxss */
  2. /* 底部tab栏开始 */
  3. .bottom-view {
  4. position: fixed;
  5. z-index: 100;
  6. /* width: 100vw; */
  7. bottom: 0;
  8. left: 0;
  9. height: 118rpx;
  10. display: flex;
  11. flex-direction: row;
  12. background: rgba(255, 255, 255, 1);
  13. box-shadow: 0px -5rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
  14. }
  15. .bottom-center {
  16. width: 88rpx;
  17. height: 88rpx;
  18. background: rgba(255, 255, 255, 1);
  19. box-shadow: 0px -5rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
  20. border-radius: 50%;
  21. /* margin: 0 auto; */
  22. margin-top: -18rpx;
  23. display: flex;
  24. justify-content: center;
  25. align-items: center;
  26. position: fixed;
  27. z-index: 101;
  28. bottom: 30rpx;
  29. left: 50%;
  30. transform: translate(270%,0%);
  31. }
  32. .bottom-centent {
  33. /* width: 100vw; */
  34. /* position: absolute; */
  35. /* top: 0;
  36. left: 0; */
  37. display: flex;
  38. flex-direction: row;
  39. align-items: center;
  40. justify-content: space-around;
  41. }
  42. .bottom-img {
  43. width: 50rpx;
  44. height: 50rpx;
  45. }
  46. .bottom-item {
  47. text-align: center;
  48. display: flex;
  49. align-items: center;
  50. }
  51. .bottom-text {
  52. font-size: 18rpx;
  53. font-family: PingFang SC;
  54. font-weight: 400;
  55. color: rgba(135, 135, 135, 1);
  56. line-height: 34rpx;
  57. }
  58. .play-img {
  59. width: 92rpx;
  60. height: 92rpx;
  61. /* position: absolute; */
  62. position: fixed;
  63. bottom: 330rpx;
  64. left: 20rpx;
  65. }
  66. .stop-img {
  67. width: 92rpx;
  68. height: 92rpx;
  69. /* position: absolute; */
  70. position: fixed;
  71. bottom: 430rpx;
  72. left: 20rpx;
  73. }
  74. .close-img {
  75. width: 92rpx;
  76. height: 92rpx;
  77. /* position: absolute; */
  78. position: fixed;
  79. bottom: 330rpx;
  80. left: 120rpx;
  81. }
  82. .tip-top {
  83. /* position: absolute; */
  84. position: fixed;
  85. top: 0;
  86. right: 0;
  87. width: 26rpx;
  88. height: 26rpx;
  89. background: rgba(255, 39, 39, 1);
  90. border-radius: 50%;
  91. text-align: center;
  92. font-size: 18rpx;
  93. font-family: DIN;
  94. font-weight: bold;
  95. color: rgba(255, 255, 255, 1);
  96. line-height: 26rpx;
  97. }
  98. .gps_last {
  99. width: 78rpx;
  100. height: 78rpx;
  101. border-radius: 10rpx;
  102. bottom: 220rpx;
  103. /* position: absolute; */
  104. position: fixed;
  105. right: 28rpx;
  106. background-color: #ffffff;
  107. box-shadow: 3rpx 3rpx 3rpx 3rpx #cccccc;
  108. }
  109. .text_view {
  110. font-size: 24rpx;
  111. text-align: center;
  112. height: 39rpx;
  113. line-height: 39rpx;
  114. }
  115. .fence-img {
  116. width: 92rpx;
  117. height: 92rpx;
  118. /* position: absolute; */
  119. position: fixed;
  120. bottom: 120rpx;
  121. right: 20rpx;
  122. }
  123. .trace-box {
  124. width: 300rpx;
  125. height: 90rpx;
  126. /* position: absolute; */
  127. position: fixed;
  128. bottom: 190rpx;
  129. /* left: calc(50% - 150rpx); */
  130. background: rgba(255, 255, 255, 1);
  131. border-radius: 20rpx;
  132. box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
  133. line-height: 90rpx;
  134. text-align: center;
  135. font-weight: bold;
  136. font-size: 28rpx;
  137. }
  138. /* 底部tab栏结束 */
  139. /* 页面上方弹窗开始 */
  140. .battery-group {
  141. position: fixed;
  142. z-index: 100;
  143. top: 30rpx;
  144. /* width: 100%; */
  145. left: 50%;
  146. transform: translate(-9%,0%);
  147. }
  148. .battery-item {
  149. background-color: #fff;
  150. border-radius: 8rpx;
  151. box-shadow: 0px 6rpx 10rpx 0px rgba(192, 192, 192, 0.16);
  152. position: relative;
  153. width: 671rpx;
  154. /* margin: 0 auto; */
  155. }
  156. .map-top {
  157. padding: 0 23rpx;
  158. height: 60rpx;
  159. display: flex;
  160. flex-direction: row;
  161. align-items: center;
  162. justify-content: space-between;
  163. margin-bottom: 20rpx;
  164. position: relative;
  165. }
  166. .map-cross {
  167. display: flex;
  168. flex-direction: row;
  169. align-items: center;
  170. justify-content: space-between;
  171. }
  172. .map-top-box {
  173. display: flex;
  174. flex-direction: row;
  175. align-items: center;
  176. justify-content: flex-start;
  177. }
  178. .gsm-view {
  179. margin-left: 20rpx;
  180. }
  181. .map-top-text {
  182. font-size: 26rpx;
  183. font-family: DIN;
  184. font-weight: bold;
  185. color: rgba(0, 0, 0, 1);
  186. margin-right: 15rpx;
  187. }
  188. .map-top-i {
  189. width: 6rpx;
  190. height: 20rpx;
  191. background: rgba(17, 191, 150, 1);
  192. border-radius: 3rpx;
  193. margin-right: 5rpx;
  194. }
  195. .map-top-n {
  196. width: 6rpx;
  197. height: 20rpx;
  198. background: rgba(186, 222, 214, 1);
  199. border-radius: 3rpx;
  200. margin-right: 5rpx;
  201. }
  202. .map-top-box-1 {
  203. display: flex;
  204. flex-direction: row;
  205. }
  206. .map-top-text-1 {
  207. font-size: 24rpx;
  208. color: rgba(0, 0, 0, 1);
  209. margin-right: 15rpx;
  210. height: 19rpx;
  211. line-height: 19rpx;
  212. text-align: center;
  213. margin-top: 16rpx;
  214. }
  215. .battery_num_view {
  216. height: 19rpx;
  217. width: 0rpx;
  218. background-color: #08c58b;
  219. position: absolute;
  220. /* top: 50rpx; */
  221. }
  222. .battery_num_view_red {
  223. height: 19rpx;
  224. width: 0rpx;
  225. background-color: #ff2727;
  226. position: absolute;
  227. }
  228. .batter-info-group {
  229. padding: 5rpx 28rpx;
  230. }
  231. .battery-desc {
  232. font-size: 22rpx;
  233. font-family: PingFang SC;
  234. font-weight: 500;
  235. color: rgba(0, 0, 0, 1);
  236. margin: 0 10rpx;
  237. margin-bottom: 22rpx;
  238. }
  239. /* 页面上方弹窗结束 */
  240. /* 轨迹弹窗开始 */
  241. .popup-black {
  242. position: fixed;
  243. bottom: 0;
  244. left: 0;
  245. z-index: 101;
  246. background-color: rgba(0, 0, 0, 0.4);
  247. }
  248. .popup-view {
  249. margin-top: 500rpx;
  250. margin-left: 40rpx;
  251. width: 671rpx;
  252. border-radius: 30rpx;
  253. overflow: hidden;
  254. z-index: 2;
  255. background-color: #ffffff;
  256. border-radius: 8rpx;
  257. padding-top: 30rpx;
  258. }
  259. .popup-top {
  260. display: flex;
  261. justify-content: center;
  262. align-items: center;
  263. text-align: center;
  264. border-bottom: 4rpx solid #f7f7f7;
  265. margin-bottom: 20rpx;
  266. }
  267. .location_mark {
  268. font-size: 28rpx;
  269. }
  270. .sel_location_view {
  271. border: 1rpx solid #08c58b;
  272. padding-left: 16rpx;
  273. padding-right: 16rpx;
  274. padding-top: 4rpx;
  275. padding-bottom: 4rpx;
  276. margin-left: 10rpx;
  277. margin-right: 10rpx;
  278. border-radius: 8rpx;
  279. font-size: 26rpx;
  280. }
  281. .un_location_view {
  282. border: 1rpx solid rgba(179, 179, 179, 1);
  283. padding-left: 16rpx;
  284. padding-right: 16rpx;
  285. padding-top: 4rpx;
  286. padding-bottom: 4rpx;
  287. margin-left: 10rpx;
  288. margin-right: 10rpx;
  289. border-radius: 8rpx;
  290. font-size: 26rpx;
  291. }
  292. .time-img {
  293. margin-right: 20rpx;
  294. width: 30rpx;
  295. height: 30rpx;
  296. }
  297. .day-btn {
  298. justify-content: space-around;
  299. }
  300. .bottom-btn {
  301. justify-content: space-around;
  302. margin-top: 30rpx;
  303. }
  304. .btn {
  305. width: 336rpx;
  306. padding-top: 30rpx;
  307. padding-bottom: 30rpx;
  308. border-top: 6rpx solid #f7f7f7;
  309. text-align: center;
  310. }
  311. .first-btn {
  312. border-right: 3rpx solid #f7f7f7;
  313. text-align: center;
  314. }
  315. .second-btn {
  316. border-left: 3rpx solid #f7f7f7;
  317. text-align: center;
  318. }
  319. /* 轨迹弹窗结束 */
  320. /* 报警弹窗开始 */
  321. .alarm-view,
  322. .fence-view,
  323. .stop-view,
  324. .time-view {
  325. position: fixed;
  326. bottom: 0;
  327. height: 700rpx;
  328. border-radius: 50rpx 50rpx 0 0;
  329. overflow: hidden;
  330. z-index: 2;
  331. background-color: #ffffff;
  332. padding-top: 40rpx;
  333. padding-bottom: 30rpx;
  334. white-space: nowrap;
  335. /* 保持项目在同一行 */
  336. /* overflow-y: auto; */
  337. }
  338. .alarm-top,
  339. .fence-top,
  340. .stop-top {
  341. justify-content: space-between;
  342. align-items: flex-end;
  343. padding-bottom: 20rpx;
  344. margin-left: 30rpx;
  345. margin-right: 30rpx;
  346. }
  347. .alarm-content,
  348. .fence-content,
  349. .fence-config,
  350. .stop-content {
  351. border-top: 4rpx solid #f7f7f7;
  352. padding: 30rpx;
  353. }
  354. .danger-view {
  355. color: #ffffff;
  356. font-size: 24rpx;
  357. padding: 6rpx 10rpx;
  358. background-color: #ee0a24;
  359. border-radius: 5rpx;
  360. margin-right: 10rpx;
  361. }
  362. .primary-view {
  363. color: #ffffff;
  364. font-size: 24rpx;
  365. padding: 6rpx 10rpx;
  366. background-color: #1989fa;
  367. border-radius: 5rpx;
  368. }
  369. .alarm-right,
  370. .stop-right {
  371. width: 350rpx;
  372. }
  373. /* 报警弹窗结束 */
  374. .custom-button {
  375. height: 40rpx;
  376. font-size: 26rpx;
  377. font-family: DIN;
  378. font-weight: bold;
  379. line-height: 40rpx;
  380. color: rgba(255, 255, 255, 1);
  381. background: #08c58b;
  382. border-radius: 20rpx;
  383. padding: 0 20rpx;
  384. box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(173, 187, 217, 0.24);
  385. }
  386. .save-btn {
  387. width: 100%;
  388. font-size: 32rpx;
  389. font-family: PingFang SC;
  390. font-weight: 500;
  391. color: rgba(255, 255, 255, 1);
  392. text-align: center;
  393. /* margin: 0 auto; */
  394. background: rgba(17, 191, 150, 1);
  395. border-radius: 45rpx;
  396. }
  397. /* 左下角定位开始 */
  398. .left-group {
  399. left: 17rpx;
  400. }
  401. .left-group,
  402. .right-group {
  403. position: fixed;
  404. bottom: 80px;
  405. }
  406. .btn-ctr {
  407. margin-top: 22rpx;
  408. width: 89rpx;
  409. height: 89rpx;
  410. }
  411. /* 左下角定位结束 */
  412. /* 页面下方时间范围开始 */
  413. .track_bottom {
  414. position: fixed;
  415. bottom: 140rpx;
  416. height: 180rpx;
  417. width: 750rpx;
  418. background-color: white;
  419. }
  420. .track_total_time {
  421. font-size: 26rpx;
  422. padding-left: 20rpx;
  423. padding-right: 10rpx;
  424. padding-top: 30rpx;
  425. color: rgba(135, 135, 135, 1);
  426. }
  427. .track_slide {
  428. height: 120rpx;
  429. width: 750rpx;
  430. padding-left: 20rpx;
  431. }
  432. .fastForward {
  433. margin-left: 20rpx;
  434. margin-right: 20rpx;
  435. flex-direction: row;
  436. align-items: center;
  437. }
  438. .fastForward_img {
  439. width: 64rpx;
  440. height: 64rpx;
  441. vertical-align: middle;
  442. }
  443. /* 页面下方时间范围结束 */
  444. .fence-btn {
  445. padding: 10rpx 20rpx;
  446. background-color: #1989fa;
  447. border-radius: 5rpx;
  448. }
  449. .van-cell-text {
  450. font-size: 28rpx;
  451. }
  452. .fence-content {
  453. justify-content: space-between;
  454. }
  455. .fence-right {
  456. display: flex;
  457. align-items: flex-end;
  458. }
  459. .o-text {
  460. background-color: #ff976a;
  461. color: #ffffff;
  462. border-radius: 5rpx;
  463. padding: 5rpx 10rpx;
  464. font-size: 24rpx;
  465. margin-left: 20rpx;
  466. }
  467. .fastForward_text {
  468. /* height: 120rpx;
  469. line-height: 120rpx; */
  470. height: 120rpx;
  471. line-height: 120rpx;
  472. text-align: center;
  473. padding: 20rpx;
  474. font-size: 26rpx;
  475. }