You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

97 lines
1.3 KiB

1 year ago
  1. /* pages/Bluetooth/Bluetooth.wxss */
  2. .btnlist{
  3. display: flex;
  4. flex-wrap: wrap;
  5. margin: 30rpx;
  6. }
  7. .btnli{
  8. width: 33%;
  9. margin-top: 30rpx;
  10. }
  11. .locktext{
  12. margin: 30rpx;
  13. font-size: 24rpx;
  14. line-height: 40rpx;
  15. color: #999;
  16. }
  17. .containerOne {
  18. /* height: 100vh; */
  19. width: 100%;
  20. background: #f6f7f6;
  21. }
  22. .lock-info {
  23. width: 100%;
  24. display: flex;
  25. align-items: center;
  26. /* margin-top: 24rpx; */
  27. background: #fff;
  28. flex-direction: column;
  29. align-items: center;
  30. }
  31. .line-container {
  32. width: 100%;
  33. display: flex;
  34. flex-direction: row;
  35. justify-content: space-between;
  36. }
  37. .line {
  38. width: 90%;
  39. height: 1rpx;
  40. margin-left: 5%;
  41. background-color: lightgray;
  42. }
  43. .type, .mac, .label {
  44. margin-left: 5%;
  45. margin-right: 5%;
  46. margin-top: 18rpx;
  47. margin-bottom: 18rpx;
  48. font-size: 28rpx;
  49. color: #333;
  50. }
  51. .mac, .label {
  52. margin-bottom: 16rpx;
  53. margin-right: 16rpx;
  54. }
  55. .row{
  56. width: 100%;
  57. display: flex;
  58. flex-direction: row;
  59. justify-content: space-between;
  60. margin: 20rpx;
  61. }
  62. .button-action{
  63. width: 45%;
  64. }
  65. /* 配网 */
  66. .wificontact{
  67. box-sizing: border-box;
  68. padding: 10px;
  69. }
  70. /* 注册到平台 */
  71. .regdevice{
  72. width: 100%;
  73. box-sizing: border-box;
  74. }
  75. .radiolists{
  76. padding: 0 10px;
  77. }
  78. .sheetlist{
  79. width: 100%;
  80. padding: 0 10px;
  81. display: flex;
  82. align-items: center;
  83. margin-bottom: 10px;
  84. }
  85. .platformIdlist{
  86. margin-right: 10px;
  87. }