bluetooth.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153
  1. /**app.wxss**/
  2. .container {
  3. height: 100%;
  4. display: flex;
  5. flex-direction: column;
  6. align-items: center;
  7. justify-content: space-between;
  8. padding: 200rpx 0;
  9. box-sizing: border-box;
  10. }
  11. /**app.wxss**/
  12. view, input, button {
  13. display: flex;
  14. align-items: center;
  15. justify-content: center;
  16. font-size: 32rpx;
  17. color: #27364e; /* 字体颜色 */
  18. }
  19. /*
  20. #27364e 字体颜色深蓝
  21. #939aa6 深色边框线
  22. #e6e6e6 输入框等浅色边框线
  23. #f55d55主色红色
  24. #FAAEAA 浅色红色13335069822
  25. */
  26. input {
  27. border: solid 1px #e6e6e6; /* 输入框颜色 */
  28. padding-left: 10rpx;
  29. z-index: 0;
  30. }
  31. .allpage {
  32. height: 100vh;
  33. /* background-color: #333; */
  34. flex-direction: column;
  35. }
  36. .top {
  37. opacity: 0.9;
  38. height: 85rpx;
  39. width: 100%;
  40. border-bottom: 1px solid #939aa6; /*深色边线*/
  41. background-color: #fdfdfd;
  42. justify-content: space-between; /*主轴上的排列方式 */
  43. align-items: stretch; /*交叉轴对齐方式 占满 */
  44. }
  45. .Fpage {
  46. flex-direction: column;
  47. justify-content: flex-start;
  48. }
  49. .Ftop {
  50. opacity: 0.9;
  51. position: fixed;
  52. height: 85rpx;
  53. width: 100%;
  54. border-bottom: 1px solid #939aa6;
  55. background-color: #fdfdfd;
  56. justify-content: space-between; /*主轴上的排列方式 */
  57. align-items: stretch; /*交叉轴对齐方式 占满 */
  58. }
  59. .topl {
  60. font-size: 32rpx;
  61. width: 150rpx;
  62. color: #f55d55; /*主色红色 #FAAEAA 浅色红色 */
  63. }
  64. .topc {
  65. width: 350rpx;
  66. flex-grow: 1;
  67. font-size: 36rpx;
  68. font-weight: bold;
  69. }
  70. .topr {
  71. width: 160rpx;
  72. font-size: 32rpx;
  73. color: #f55d55;
  74. }
  75. .topr image {
  76. margin-left: 50rpx;
  77. width: 60rpx;
  78. height: 60rpx;
  79. }
  80. .body {
  81. width: 100%;
  82. /* background-color: #fd6969; */
  83. flex-grow: 1;
  84. }
  85. .INP {
  86. border: solid 1px #939aa6;
  87. height: 85rpx;
  88. width: 450rpx;
  89. padding-left: 10rpx;
  90. }
  91. .BUT {
  92. background-color: #f55d55;
  93. color: #fff;
  94. width: 460rpx;
  95. height: 80rpx;
  96. font-size: 36rpx;
  97. margin: 10rpx;
  98. }
  99. .SBUT {
  100. background-color: #f55d55;
  101. color: #fff;
  102. width: 200rpx;
  103. height: 70rpx;
  104. font-size: 32rpx;
  105. border-radius: 5rpx;
  106. }
  107. .TiShi{ height: 100vh;width: 750rpx; position: fixed;z-index: 100}
  108. .TiShiK{position: relative;height: 100vh;width: 750rpx; display: flex; justify-content:center; align-items: center;}
  109. .TiShiB{ position: absolute; left: 0;top: 0; width: 750rpx; height: 100vh;background: #FFF; opacity: 0.05;}
  110. .TiShiN{ width:285rpx; height:285rpx;z-index: 10; border-radius: 20rpx; margin-top: -330rpx;opacity: 0.8;
  111. position: relative;}
  112. .TiShiN image{height:280rpx;width:280rpx; border-radius: 20rpx;}
  113. .TiShiTXT{ width: 280rpx; height: 50rpx; color: #FFFFFF; position: absolute; top: 200rpx; left: 0rpx;}
  114. .sbody {
  115. width: 730rpx;
  116. margin-top: 100rpx;
  117. justify-content: flex-start;
  118. align-items: flex-start;
  119. flex-direction: column;
  120. }
  121. .huise{
  122. background: #e6e6e6;
  123. height: 100vh;
  124. }
  125. .hang {
  126. height: 100rpx;
  127. width: 100%;
  128. background: #FFF;
  129. border-bottom: solid 1px #666;
  130. }
  131. .hang2 {
  132. height: 180rpx;
  133. width: 100%;
  134. background: #FFF;
  135. border-bottom: solid 1px #666;
  136. }
  137. .TOU{ width: 100%; height: 120rpx; display: flex; justify-content: center; margin: 1px 0 1px 0}
  138. .FF{ background: #FFF;}
  139. .ly{ display: block; width: 280rpx; padding-left: 100rpx;}
  140. .xh{ width: 60rpx; height: 60rpx; padding-right: 60rpx;}
  141. .T1{ height: 50rpx; padding-left: 50rpx; margin-top: 50rpx;}