bluetooth.wxss 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366
  1. page {
  2. width: 100%;
  3. height: 99%;
  4. overflow: hidden;
  5. }
  6. .page-bluebooth-list{
  7. width: 100%;
  8. height: 100%;
  9. display: flex;
  10. flex-direction: column;
  11. justify-content: start;
  12. overflow: hidden;
  13. }
  14. .page-rtu-status-list{
  15. width: 100%;
  16. height: 100%;
  17. display: flex;
  18. flex-direction: column;
  19. }
  20. .body-toolBar{
  21. width:100%;
  22. height: 35%;
  23. background-color: #426666;
  24. display: flex;
  25. flex-direction: column;
  26. align-items: center;
  27. }
  28. .body-content{
  29. width: 100%;
  30. height: 64%;
  31. background-color: white;
  32. display: flex;
  33. flex-direction: column;
  34. }
  35. .qrbtn{
  36. width: 100%;
  37. height: 50px;
  38. position: fixed;
  39. bottom: 18rpx;
  40. align-self: center;
  41. }
  42. .qrbtn button{
  43. width:60%;
  44. }
  45. /* button{
  46. margin-top: 30rpx;
  47. margin-bottom: 10rpx;
  48. margin-left: 20rpx;
  49. margin-right: 20rpx;
  50. } */
  51. .button-sp-area{
  52. margin: 0 auto;
  53. width: 60%;
  54. }
  55. .mini-btn{
  56. margin-right: 10rpx;
  57. }
  58. .devices_summary {
  59. padding-top: 8px;
  60. padding-left: 20rpx;
  61. background-color: lightgrey;
  62. width: 100%;
  63. height:70rpx;
  64. }
  65. .devices_summary text{
  66. font-size: 30rpx;
  67. color: #7b7b7b;
  68. margin-left: 5px;
  69. }
  70. .devicesBox{
  71. margin-top: 10rpx;
  72. margin-bottom: 10rpx;
  73. }
  74. .connected_devices_info{
  75. /* margin-top: 0px;
  76. padding-left: 20rpx; */
  77. background-color: #ffffff;
  78. width: 90%;
  79. height:15%;
  80. display: flex;
  81. flex-direction: column;
  82. /* border-radius: 5px; */
  83. position: relative;
  84. /* top: -30px; */
  85. border-bottom: 1px #dddddd solid;
  86. }
  87. /* .connected_devices_info text{
  88. font-size: 26rpx;
  89. color: #444444;
  90. } */
  91. .itemBox{
  92. width: 100%;
  93. height: 90%;
  94. }
  95. .device_list {
  96. width: 100%;
  97. height: 99%;
  98. }
  99. .info_list {
  100. /* margin: 50px 5px;
  101. border: 1px solid #EEE;
  102. border-radius: 5px;
  103. width: auto; */
  104. width: 98%;
  105. margin-top: 8px;
  106. /* height: 90%;
  107. background-color: #fff;
  108. border-radius: 5px;
  109. position: relative;
  110. display: flex;
  111. flex-direction: column;
  112. align-items: center; */
  113. }
  114. .device_item {
  115. /* border-bottom: 1px gray solid; */
  116. margin-left: 10rpx;
  117. margin-right: 10rpx;
  118. margin-top:10rpx;
  119. margin-bottom:10rpx;
  120. /* color: #666; */
  121. }
  122. .device_item_hover {
  123. background-color: rgba(0, 0, 0, .1);
  124. }
  125. .bluebooth-status-line{
  126. height:50rpx;
  127. width: 100%;
  128. display: flex;
  129. flex-direction: row;
  130. }
  131. .connected-devices-info-name{
  132. height:100%;
  133. /* padding-left: 10rpx; */
  134. width: 90%;
  135. display: flex;
  136. flex-direction: column;
  137. justify-content: center;
  138. margin-left: 8px;
  139. margin-bottom: 5px;
  140. }
  141. .connected-devices-info-name text{
  142. color: #181818;
  143. font-size: 32rpx;
  144. }
  145. .bluebooth-status-name-view{
  146. height:100%;
  147. padding-left: 10rpx;
  148. width: 90%;
  149. display: flex;
  150. flex-direction: column;
  151. justify-content: center;
  152. }
  153. .bluebooth-status-name-view text{
  154. color: #181818;
  155. font-size: 30rpx;
  156. }
  157. .connected-devices-info-image{
  158. height:100%;
  159. align-items: center;
  160. margin-left: 8px;
  161. margin-top: 8px;
  162. /* width: 10%; */
  163. }
  164. /* .connected-devices-info-image image{
  165. width: 40rpx;
  166. height: 40rpx;
  167. margin-left: 10rpx;
  168. margin-top:5rpx;
  169. } */
  170. .bluebooth-status-image-view{
  171. height:100%;
  172. align-items: center;
  173. width: 10%;
  174. }
  175. .bluebooth-status-image-view image{
  176. width: 40rpx;
  177. height: 40rpx;
  178. margin-left: 10rpx;
  179. margin-top:5rpx;
  180. /* margin-right: 10rpx;
  181. margin-left: 10rpx;
  182. margin-top:5rpx; */
  183. }
  184. .bluebooth-status-info-sub{
  185. height:40rpx;
  186. align-items: center;
  187. padding-left: 10rpx;
  188. width: 100%;
  189. }
  190. .bluebooth-status-info-sub text{
  191. font-size: 24rpx;
  192. color: #acacac;
  193. }
  194. .bluebooth-process-box{
  195. width: 95%;
  196. display: flex;
  197. flex-direction: row;
  198. justify-content: flex-end;
  199. }
  200. .bluebooth-process-btn{
  201. height: 100%;
  202. display: flex;
  203. flex-direction: column;
  204. justify-content: center;
  205. }
  206. .bluebooth-process-btn button{
  207. color:#ffffff;
  208. font-size:26rpx;
  209. background-color:#669999;
  210. }
  211. .connected_info {
  212. position: fixed;
  213. bottom: 0;
  214. width: 100%;
  215. background-color: #F0F0F0;
  216. padding: 10px;
  217. padding-bottom: 20px;
  218. margin-bottom: env(safe-area-inset-bottom);
  219. font-size: 14px;
  220. min-height: 100px;
  221. box-shadow: 0px 0px 3px 0px;
  222. }
  223. .connected_info .operation {
  224. position: absolute;
  225. display: inline-block;
  226. right: 30px;
  227. }
  228. .rtu_status_line_white{
  229. /* background-color: whitesmoke; */
  230. height: 60rpx;
  231. display: flex;
  232. flex-direction: row;
  233. }
  234. .rtu_status_line_grey{
  235. /* background-color: #EEEEEE; */
  236. height: 60rpx;
  237. display: flex;
  238. flex-direction: row;
  239. }
  240. .rtu_status_info_view_name{
  241. display: flex;
  242. flex-direction: column;
  243. justify-content: center;
  244. height: 100%;
  245. width: 40%;
  246. }
  247. .rtu_status_info_view_value{
  248. display: flex;
  249. flex-direction: column;
  250. justify-content: center;
  251. height: 100%;
  252. width: 60%;
  253. }
  254. .rtu_status_info_view_name text{
  255. font-size: 26rpx;
  256. color: #333333;
  257. margin-left: 10rpx;
  258. }
  259. .rtu_status_info_view_value text{
  260. font-size: 26rpx;
  261. color: #FF9933;
  262. width: 60%;
  263. }
  264. .shanshuo{
  265. animation: twinkling 1s infinite ease-in-out;
  266. }
  267. @keyframes twinkling{
  268. 0% {opacity: 0; }
  269. 100% {opacity: 1; }
  270. }
  271. .blue-icon-button-hover {
  272. opacity: 0.8;
  273. background: #f7f7f7;
  274. }
  275. .connectBtn{
  276. align-items: flex-end;
  277. }
  278. .bltImg{
  279. width: 260rpx;
  280. height: 260rpx;
  281. margin-bottom: 20px;
  282. }
  283. .device-list-box{
  284. width: 100%;
  285. height: 99%;
  286. background-color: white;
  287. position: relative;
  288. display: flex;
  289. flex-direction: column;
  290. }
  291. .scanBtn{
  292. background-color: #669999;
  293. border-radius: 50rpx;
  294. width: 300rpx;
  295. margin-bottom: 8px;
  296. }
  297. .scanBtn-l{
  298. background-color: #FD7400;
  299. border-radius: 50px;
  300. width: 300rpx;
  301. }
  302. .bluetooth-status-box{
  303. margin-bottom: 10rpx;
  304. }
  305. .info_list_box{
  306. width: 95%;
  307. height: 95%;
  308. background-color: #fff;
  309. /* border-radius: 5px; */
  310. position: relative;
  311. display: flex;
  312. flex-direction: column;
  313. /* top: -22rpx; */
  314. }