deviceLocal.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335
  1. /* pages/deviceLocal/deviceLocal.wxss */
  2. .bottom-view {
  3. position: absolute;
  4. width: 100%;
  5. bottom: 0;
  6. left: 0;
  7. height: 118rpx;
  8. background: rgba(255, 255, 255, 1);
  9. box-shadow: 0px -5rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
  10. }
  11. .bottom-center {
  12. width: 88rpx;
  13. height: 88rpx;
  14. background: rgba(255, 255, 255, 1);
  15. box-shadow: 0px -5rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
  16. border-radius: 50%;
  17. margin: 0 auto;
  18. margin-top: -18rpx;
  19. display: flex;
  20. align-items: center;
  21. justify-content: center;
  22. }
  23. .bottom-centent {
  24. width: 100%;
  25. height: 100%;
  26. position: absolute;
  27. top: 0;
  28. left: 0;
  29. display: flex;
  30. align-items: center;
  31. justify-content: space-around;
  32. }
  33. .sel_location_view {
  34. border: 1rpx solid #08c58b;
  35. padding-left: 16rpx;
  36. padding-right: 16rpx;
  37. padding-top: 4rpx;
  38. padding-bottom: 4rpx;
  39. margin-left: 10rpx;
  40. margin-right: 10rpx;
  41. border-radius: 8rpx;
  42. font-size: 26rpx;
  43. }
  44. .un_location_view {
  45. border: 1rpx solid rgba(179, 179, 179, 1);
  46. padding-left: 16rpx;
  47. padding-right: 16rpx;
  48. padding-top: 4rpx;
  49. padding-bottom: 4rpx;
  50. margin-left: 10rpx;
  51. margin-right: 10rpx;
  52. border-radius: 8rpx;
  53. font-size: 26rpx;
  54. }
  55. .location_mark {
  56. font-size: 28rpx;
  57. }
  58. .bottom-item {
  59. text-align: center;
  60. }
  61. .bottom-img {
  62. width: 50rpx;
  63. height: 50rpx;
  64. }
  65. .battery_num_view {
  66. height: 19rpx;
  67. width: 0rpx;
  68. background-color: #08c58b;
  69. position: fixed;
  70. right: 71rpx;
  71. }
  72. .battery_num_view_red {
  73. height: 19rpx;
  74. width: 0rpx;
  75. background-color: #ff2727;
  76. position: fixed;
  77. right: 71rpx;
  78. }
  79. .bottom-text {
  80. font-size: 18rpx;
  81. font-family: PingFang SC;
  82. font-weight: 400;
  83. color: rgba(135, 135, 135, 1);
  84. line-height: 34rpx;
  85. }
  86. .play-img {
  87. width: 92rpx;
  88. height: 92rpx;
  89. position: absolute;
  90. bottom: 330rpx;
  91. left: 20rpx;
  92. }
  93. .stop-img {
  94. width: 92rpx;
  95. height: 92rpx;
  96. position: absolute;
  97. bottom: 430rpx;
  98. left: 20rpx;
  99. }
  100. .close-img {
  101. width: 92rpx;
  102. height: 92rpx;
  103. position: absolute;
  104. bottom: 330rpx;
  105. left: 120rpx;
  106. }
  107. .fence-img {
  108. width: 92rpx;
  109. height: 92rpx;
  110. position: absolute;
  111. bottom: 120rpx;
  112. right: 20rpx;
  113. }
  114. .text_view {
  115. font-size: 24rpx;
  116. text-align: center;
  117. height: 39rpx;
  118. line-height: 39rpx;
  119. }
  120. .gps_last {
  121. width: 78rpx;
  122. height: 78rpx;
  123. border-radius: 10rpx;
  124. bottom: 220rpx;
  125. position: absolute;
  126. right: 28rpx;
  127. background-color: #ffffff;
  128. box-shadow: 3rpx 3rpx 3rpx 3rpx #cccccc;
  129. }
  130. .tip-top {
  131. position: absolute;
  132. top: 0;
  133. right: 0;
  134. width: 26rpx;
  135. height: 26rpx;
  136. background: rgba(255, 39, 39, 1);
  137. border-radius: 50%;
  138. text-align: center;
  139. font-size: 18rpx;
  140. font-family: DIN;
  141. font-weight: bold;
  142. color: rgba(255, 255, 255, 1);
  143. line-height: 26rpx;
  144. }
  145. .trace-box {
  146. width: 300rpx;
  147. height: 90rpx;
  148. position: absolute;
  149. bottom: 190rpx;
  150. left: calc(50% - 150rpx);
  151. background: rgba(255, 255, 255, 1);
  152. border-radius: 20rpx;
  153. box-shadow: 0rpx 0rpx 12rpx 0rpx rgba(173, 187, 217, 0.24);
  154. line-height: 90rpx;
  155. text-align: center;
  156. font-weight: bold;
  157. font-size: 28rpx;
  158. }
  159. .battery-group {
  160. position: fixed;
  161. top: 30rpx;
  162. width: 100%;
  163. }
  164. .battery-item {
  165. background-color: #fff;
  166. border-radius: 8rpx;
  167. box-shadow: 0px 6rpx 10rpx 0px rgba(192, 192, 192, 0.16);
  168. position: relative;
  169. width: 671rpx;
  170. margin: 0 auto;
  171. }
  172. .batter-info-group {
  173. padding: 5rpx 28rpx;
  174. }
  175. .battery-desc {
  176. font-size: 22rpx;
  177. font-family: PingFang SC;
  178. font-weight: 500;
  179. color: rgba(0, 0, 0, 1);
  180. margin: 0 10rpx;
  181. margin-bottom: 22rpx;
  182. }
  183. .map-top {
  184. padding: 0 23rpx;
  185. height: 60rpx;
  186. display: flex;
  187. align-items: center;
  188. justify-content: space-between;
  189. margin-bottom: 20rpx;
  190. }
  191. .map-cross {
  192. display: flex;
  193. }
  194. .gsm-view {
  195. margin-left: 20rpx;
  196. }
  197. .map-top-box-1 {
  198. display: flex;
  199. }
  200. .map-top-box {
  201. display: flex;
  202. align-items: center;
  203. justify-content: center;
  204. }
  205. .map-top-text {
  206. font-size: 26rpx;
  207. font-family: DIN;
  208. font-weight: bold;
  209. color: rgba(0, 0, 0, 1);
  210. margin-right: 15rpx;
  211. }
  212. .map-top-text-1 {
  213. font-size: 24rpx;
  214. color: rgba(0, 0, 0, 1);
  215. margin-right: 15rpx;
  216. height: 19rpx;
  217. line-height: 19rpx;
  218. text-align: center;
  219. margin-top: 16rpx;
  220. }
  221. .map-top-i {
  222. width: 6rpx;
  223. height: 20rpx;
  224. background: rgba(17, 191, 150, 1);
  225. border-radius: 3rpx;
  226. margin-right: 5rpx;
  227. }
  228. .map-top-n {
  229. width: 6rpx;
  230. height: 20rpx;
  231. background: rgba(186, 222, 214, 1);
  232. border-radius: 3rpx;
  233. margin-right: 5rpx;
  234. }
  235. .custom-button {
  236. height: 40rpx;
  237. font-size: 26rpx;
  238. font-family: DIN;
  239. font-weight: bold;
  240. line-height: 40rpx;
  241. color: rgba(255, 255, 255, 1);
  242. background: #08c58b;
  243. border-radius: 20rpx;
  244. padding: 0 20rpx;
  245. box-shadow: 0rpx 0rpx 6rpx 0rpx rgba(173, 187, 217, 0.24);
  246. }
  247. .save-btn {
  248. width: 100%;
  249. height: 90rpx;
  250. font-size: 32rpx;
  251. font-family: PingFang SC;
  252. font-weight: 500;
  253. color: rgba(255, 255, 255, 1);
  254. text-align: center;
  255. margin: 0 auto;
  256. background: rgba(17, 191, 150, 1);
  257. border-radius: 45rpx;
  258. }
  259. .left-group {
  260. left: 17rpx;
  261. }
  262. .left-group,
  263. .right-group {
  264. position: fixed;
  265. }
  266. .left-group,
  267. .right-group {
  268. bottom: 80px;
  269. }
  270. .track_bottom {
  271. position: fixed;
  272. bottom: 140rpx;
  273. height: 180rpx;
  274. width: 100%;
  275. background-color: white;
  276. }
  277. .track_slide {
  278. height: 120rpx;
  279. width: 100%;
  280. }
  281. .track_total_time {
  282. font-size: 26rpx;
  283. padding-left: 20rpx;
  284. padding-right: 10rpx;
  285. padding-top: 30rpx;
  286. color: rgba(135, 135, 135, 1);
  287. }
  288. .fastForward_img {
  289. width: 64rpx;
  290. height: 64rpx;
  291. /* margin-top: 28rpx; */
  292. }
  293. .fastForward {
  294. margin-right: 20rpx;
  295. margin: 0 auto;
  296. }
  297. .fastForward_text {
  298. /* height: 120rpx;
  299. line-height: 120rpx; */
  300. height: 120rpx;
  301. line-height: 120rpx;
  302. text-align: center;
  303. padding: 20rpx;
  304. }
  305. .btn-ctr {
  306. margin-top: 22rpx;
  307. width: 89rpx;
  308. height: 89rpx;
  309. display: block;
  310. }