随手精灵小程序,单独为了获取WIFI信息加强围栏告警功能能力
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

60 linhas
942B

  1. /* pages/selble/selble.wxss */
  2. .item_class{
  3. width: 94vw;
  4. padding: 3vw 3vw 0vw 3vw;
  5. background: #fff;
  6. }
  7. .ble_img{
  8. width: 7vw;
  9. height: 7vw;
  10. }
  11. .item_name_text{
  12. margin-left: 5px;
  13. font-size:90%;
  14. font-family:PingFangSC-Medium;
  15. font-weight:500;
  16. color:rgba(51,51,51,1);
  17. }
  18. .item_sel_img{
  19. width: 5vw;
  20. height: 5vw;
  21. background:#eee;
  22. border-radius:50%
  23. }
  24. .item_sel_img-active{
  25. width: 5vw;
  26. height: 5vw;
  27. background:rgba(12,135,255,1);
  28. border-radius:50%
  29. }
  30. .line{
  31. margin-top:3vw;
  32. width: 100%;
  33. height: 1px;
  34. background: #E4E4E4;
  35. }
  36. .bottom_fix_show{
  37. width:90vw;
  38. padding: 4vw 5vw;
  39. position: fixed;
  40. bottom: 0;
  41. background: #fff;
  42. }
  43. .bottom_text{
  44. width: 100px;
  45. display: flex;
  46. justify-content: center;
  47. font-size: 32rpx;
  48. font-family:PingFangSC-Medium;
  49. font-weight:500;
  50. color:rgba(12,135,255,1);
  51. z-index: 99999;
  52. padding: 20rpx;
  53. margin: 10px;
  54. border: 1rpx solid;
  55. border-radius: 20px;
  56. }