net.wxss 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124
  1. /* blecontrol.wxss */
  2. page{
  3. width: 100%;
  4. min-height: 100%;
  5. background: blanchedalmond;
  6. }
  7. .parentstyle {
  8. margin-left: 38rpx;
  9. margin-top: 30rpx;
  10. margin-right: 38rpx;
  11. }
  12. .centerStyle {
  13. display: flex;
  14. align-items: center;
  15. justify-content: space-between;
  16. }
  17. .input{
  18. align-items: center;
  19. margin-left: 4px;
  20. padding: 4px;
  21. width: 80%;
  22. height: 30px;
  23. color: green;
  24. border: 1px solid slategray;
  25. border-radius: 8px;
  26. }
  27. .pwd{
  28. align-items: center;
  29. padding: 4px;
  30. width: 75%;
  31. height: 30px;
  32. color: green;
  33. border: 1px solid slategray;
  34. border-radius: 8px;
  35. }
  36. .pwdinput{
  37. align-items: center;
  38. padding: 4px;
  39. width: 90%;
  40. height: 30px;
  41. color: #54bec2;
  42. }
  43. .imageStyle{
  44. width: 25px;
  45. height: 25px;
  46. }
  47. .text{
  48. font-size: 30rpx;
  49. color: #54bec2;
  50. display: flex;
  51. align-items: center;
  52. justify-content: center;
  53. }
  54. .receiver_info_scroll_view{
  55. width: 90%;
  56. height: 200px;
  57. margin-left: 4%;
  58. margin-right: 4%;
  59. margin-top: 10px;
  60. margin-bottom: 25px;
  61. border: 1px solid black;
  62. }
  63. .result{
  64. width: 90%;
  65. height: 150px;
  66. border: 1px solid black;
  67. margin-left: 4%;
  68. margin-bottom: 4%;
  69. margin-top: 5%
  70. }
  71. button{
  72. width: 90%;
  73. margin-left: 5%;
  74. margin-right: 5%;
  75. }
  76. .switch{
  77. float: right;
  78. margin-right: 20px;
  79. margin-bottom: 16px;
  80. }
  81. text{
  82. color: #fff;
  83. display: block;
  84. }
  85. input{
  86. color: gainsboro;
  87. float: left;
  88. }
  89. .v_net_ssid{
  90. width: 100%;
  91. background: #fff;
  92. }
  93. .v_net_passw{
  94. width: 100%;
  95. background: antiquewhite;
  96. }
  97. .swiper{
  98. width: 100%;
  99. height: 100%;
  100. }
  101. .button {
  102. margin-top: 20px;
  103. width: 90%;
  104. background-color: #54bec2;
  105. color: white;
  106. border-radius: 98rpx;
  107. background: bg_red;
  108. }
  109. /* 按下变颜色 */
  110. .hover {
  111. background: rgb(247, 176, 176);
  112. }