sendCommand.wxss 1019 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /* blecontrol.wxss */
  2. page{
  3. width: 100%;
  4. min-height: 100%;
  5. background: blanchedalmond;
  6. }
  7. .input{
  8. text-align: top;
  9. width: 90%;
  10. height: 150px;
  11. margin-left: 4%;
  12. margin-right: 4%;
  13. margin-top: 10px;
  14. margin-bottom: 12px;
  15. border: 1px solid slategray;
  16. }
  17. .receiver_info_scroll_view{
  18. width: 90%;
  19. height: 200px;
  20. margin-left: 4%;
  21. margin-right: 4%;
  22. margin-top: 10px;
  23. margin-bottom: 25px;
  24. border: 1px solid black;
  25. }
  26. .result{
  27. width: 90%;
  28. height: 150px;
  29. border: 1px solid black;
  30. margin-left: 4%;
  31. margin-bottom: 4%;
  32. margin-top: 5%
  33. }
  34. button{
  35. width: 90%;
  36. margin-left: 5%;
  37. margin-right: 5%;
  38. }
  39. .switch{
  40. float: right;
  41. margin-right: 20px;
  42. margin-bottom: 16px;
  43. }
  44. text{
  45. color: #fff;
  46. display: block;
  47. }
  48. input{
  49. color: gainsboro;
  50. float: left;
  51. }
  52. .v_net_ssid{
  53. width: 100%;
  54. background: #fff;
  55. }
  56. .v_net_passw{
  57. width: 100%;
  58. background: antiquewhite;
  59. }
  60. .swiper{
  61. width: 100%;
  62. height: 100%;
  63. }