bluetoothHome.wxss 6.2 KB

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