index.wxss 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277
  1. /* pages/index/index.wxss */
  2. .newIndex {
  3. width: 100%;
  4. height: 100%;
  5. display: flex;
  6. flex-direction: column;
  7. justify-content: space-between;
  8. position: relative;
  9. box-sizing: border-box;
  10. }
  11. .penWidthPic {
  12. display: flex;
  13. justify-content: space-around;
  14. position: absolute;
  15. bottom: 40px;
  16. z-index: 1000;
  17. height: 150rpx;
  18. width: 100vw;
  19. align-items: center;
  20. box-shadow: 0px 2px 8px 0px #D4D4D4;
  21. border: 1px solid #E7EBF4;
  22. background-color: #fff;
  23. }
  24. .penColor {
  25. display: flex;
  26. justify-content: space-around;
  27. position: absolute;
  28. bottom: 40px;
  29. z-index: 1000;
  30. height: 160rpx;
  31. width: 100vw;
  32. align-items: center;
  33. box-shadow: 0px 2px 8px 0px #D4D4D4;
  34. border: 1px solid #E7EBF4;
  35. background-color: #fff;
  36. }
  37. .allOption {
  38. display: flex;
  39. flex-direction: column;
  40. align-items: center;
  41. box-shadow: 0px 1px 10px 0px rgba(77, 84, 91, 0.2);
  42. border-radius: 10px;
  43. position: absolute;
  44. bottom: 40px;
  45. right: 5px;
  46. width: 240rpx;
  47. height: 430rpx;
  48. background-color: #fff;
  49. box-sizing: border-box;
  50. }
  51. .onOpt {
  52. font-size: 20rpx;
  53. color: #132238;
  54. display: flex;
  55. align-items: center;
  56. width: 180rpx;
  57. box-sizing: border-box;
  58. }
  59. .optImg {
  60. height: 48rpx;
  61. width: 48rpx;
  62. margin-right: 20rpx;
  63. }
  64. .optTxt {
  65. margin-right: 12rpx;
  66. }
  67. .optionTitle {
  68. font-size: 18rpx;
  69. color: #132238;
  70. height: 64rpx;
  71. display: flex;
  72. align-items: center;
  73. text-align: center;
  74. }
  75. .m9 {
  76. margin: 9rpx 0;
  77. }
  78. .menuOpt {
  79. display: flex;
  80. flex-direction: column;
  81. justify-content: space-between;
  82. align-items: center;
  83. }
  84. .ChosenColor {
  85. width: 72rpx;
  86. height: 94rpx;
  87. display: flex;
  88. align-items: center;
  89. justify-content: center;
  90. border-radius: 2px;
  91. }
  92. .penWidthPic image {
  93. height: 92rpx;
  94. width: 92rpx;
  95. }
  96. .topBar {
  97. height: 35px;
  98. display: flex;
  99. justify-content: space-between;
  100. line-height: 35px;
  101. align-items: center;
  102. padding: 0 20px 0 25px;
  103. }
  104. .borders {
  105. border: none !important;
  106. }
  107. .connectPen {
  108. display: flex;
  109. flex-direction: column;
  110. align-items: center;
  111. justify-content: center;
  112. height: 100%;
  113. overflow: hidden;
  114. }
  115. .w50 {
  116. width: 100%;
  117. background-color: #fff;
  118. }
  119. .flex {
  120. display: flex;
  121. }
  122. .columnCenter {
  123. flex-direction: column;
  124. align-items: center;
  125. }
  126. .closeButton {
  127. justify-content: flex-end;
  128. padding-right: 26rpx;
  129. box-sizing: border-box;
  130. }
  131. .changeButton {
  132. border: none !important;
  133. width: 100%;
  134. }
  135. .penDeteils {
  136. width: 490rpx;
  137. height: 376rpx;
  138. background-color: #fff;
  139. border-radius: 20rpx;
  140. display: flex;
  141. flex-direction: column;
  142. align-items: center;
  143. justify-content: space-between;
  144. box-sizing: border-box;
  145. padding-top: 20rpx;
  146. overflow: hidden;
  147. }
  148. .penName {
  149. color: #151515;
  150. font-size: 32rpx;
  151. font-weight: 500;
  152. margin: 14rpx 0 21rpx;
  153. }
  154. .macAdrress {
  155. font-size: 28rpx;
  156. color: #505050;
  157. font-weight: 400;
  158. margin: 15rpx 0;
  159. }
  160. .middleInfo {
  161. border-bottom: 2rpx solid #E7EBF4;
  162. }
  163. .chosenPenWidth {
  164. border: 2px solid #585E77;
  165. box-sizing: border-box;
  166. height: 92rpx;
  167. width: 92rpx;
  168. overflow: hidden;
  169. border-radius: 6rpx;
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. }
  174. .dialogClass {
  175. background: rgba(255, 255, 255, 0.1);
  176. }
  177. .flex {
  178. display: flex;
  179. }
  180. .flexColumn {
  181. flex-direction: column;
  182. }
  183. .alignCenter {
  184. align-items: center;
  185. }
  186. .justifyCenter {
  187. justify-content: center;
  188. }
  189. .offlineProcess {
  190. position: absolute;
  191. width: 40vw;
  192. height: 30vw;
  193. top: 40%;
  194. left: 50%;
  195. transform: translate(-50%, -50%);
  196. z-index: 9999;
  197. background-color: #000;
  198. opacity: 0.3;
  199. box-shadow: 0px 2px 10px 0px rgba(202, 202, 202, 0.5);
  200. border-radius: 10px;
  201. display: flex;
  202. flex-direction: column;
  203. align-items: center;
  204. justify-content: space-between;
  205. box-sizing: border-box;
  206. padding-top: 20rpx;
  207. }
  208. .process {
  209. color: red;
  210. }
  211. .processButton {
  212. color: #ED7143;
  213. width: 100%;
  214. text-align: center;
  215. border-top: #E7EBF4 2rpx solid;
  216. height: 60rpx;
  217. }
  218. .processButton:active {
  219. background-color: #E7EBF4;
  220. }
  221. .identify {
  222. /* text-align: center; */
  223. font-size: 32rpx;
  224. color: #151515;
  225. width: 100vw;
  226. padding: 30rpx 60rpx 100rpx;
  227. box-sizing: border-box;
  228. }
  229. .codeTitle{
  230. font-size: 16px;
  231. text-indent: 10px;
  232. line-height: 20px;
  233. margin-top: 5px;
  234. }
  235. .codeValue{
  236. margin-top: 3px;
  237. color: #ED7143;
  238. font-size: 14px;
  239. text-indent: 10px;
  240. line-height: 14px;
  241. /* border-bottom: #ED7143 1px solid; */
  242. }