penInfo.wxss 3.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. /* pages/penInfo/penInfo.wxss */
  2. .penInfo {
  3. width: 100vw;
  4. background: #F2F2F2;
  5. box-sizing: border-box;
  6. }
  7. .title {
  8. width: 100vw;
  9. height: 5vh;
  10. font-size: 36rpx;
  11. color: #1F2430;
  12. line-height: 96rpx;
  13. text-align: center;
  14. background-color: #fff;
  15. }
  16. .penInfoScroll {
  17. height: 95vh;
  18. width: 100vw;
  19. box-sizing: border-box;
  20. padding: 20rpx 20rpx 0;
  21. background-color: #f2f2f2;
  22. border-radius: 8rpx;
  23. }
  24. .mb20 {
  25. margin-bottom: 20rpx;
  26. border-radius: 8rpx;
  27. overflow: hidden;
  28. }
  29. .changePenName {
  30. display: flex;
  31. flex-direction: column;
  32. align-items: center;
  33. justify-content: space-between;
  34. box-sizing: border-box;
  35. }
  36. .penNameTitle {
  37. font-size: 32rpx;
  38. color: #151515;
  39. font-weight: bold;
  40. font-family: PingFangSC-Medium, PingFang SC;
  41. margin: 40rpx 0 32rpx;
  42. }
  43. .buttons {
  44. display: flex;
  45. width: 100%;
  46. height: 88rpx;
  47. border-top: 2rpx solid #E6E6E6;
  48. justify-content: space-between;
  49. }
  50. .penNameInput {
  51. height: 80rpx;
  52. width: 664rpx;
  53. border: 2rpx solid #EC6938;
  54. border-radius: 16rpx;
  55. }
  56. .w50 {
  57. width: 375rpx !important;
  58. border: none !important;
  59. }
  60. .leftButton {
  61. color: #8492a6 !important;
  62. font-size: 32rpx !important;
  63. border-right: 2rpx solid #E6E6E6 !important;
  64. }
  65. .rightButton {
  66. color: #EC6938 !important;
  67. font-size: 32rpx !important;
  68. }
  69. .inputArea {
  70. margin-bottom: 40rpx;
  71. }
  72. .penSensor {
  73. display: flex;
  74. flex-direction: column;
  75. align-items: center;
  76. box-sizing: border-box;
  77. padding: 0 72rpx;
  78. }
  79. .sensorTitle {
  80. display: flex;
  81. align-items: center;
  82. justify-content: space-between;
  83. font-size: 32rpx;
  84. margin: 58rpx 0;
  85. width: 100%;
  86. }
  87. .sensorTitle>text {
  88. color: #000000;
  89. font-weight: bold;
  90. }
  91. .sensorTitle>view {
  92. color: #8492A6;
  93. }
  94. .secondSensorTitle {
  95. color: #313B46;
  96. font-size: 32rpx;
  97. font-weight: 500;
  98. margin-bottom: 22rpx;
  99. width: 616rpx;
  100. }
  101. .sensorChosen {
  102. display: flex;
  103. justify-content: space-between;
  104. margin-bottom: 46rpx;
  105. width: 616rpx;
  106. }
  107. .secondTitle {
  108. width: 616rpx;
  109. color: #313B46;
  110. font-size: 32rpx;
  111. margin-bottom: 22rpx;
  112. font-weight: 500;
  113. }
  114. .sensorItem {
  115. background-color: #FDF1ED;
  116. color: #000000;
  117. border-radius: 13px;
  118. width: 90rpx;
  119. height: 90rpx;
  120. text-align: center;
  121. line-height: 90rpx;
  122. font-size: 28rpx;
  123. }
  124. .sensorClick {
  125. background-color: #EF7A4E;
  126. color: #fff;
  127. border-radius: 13px;
  128. width: 90rpx;
  129. height: 90rpx;
  130. font-size: 28rpx;
  131. text-align: center;
  132. line-height: 90rpx;
  133. }
  134. .sensorButton {
  135. height: 90rpx;
  136. width: 648rpx;
  137. border-radius: 45rpx;
  138. color: #fff;
  139. background: #EF7A4E;
  140. font-size: 32rpx;
  141. font-weight: 500;
  142. line-height: 90rpx;
  143. text-align: center;
  144. margin-bottom: 30rpx;
  145. }
  146. .timeTitle {
  147. color: #151515;
  148. font-weight: bold;
  149. font-size: 32rpx;
  150. text-align: center;
  151. margin: 40rpx 0;
  152. width: 750rpx;
  153. }
  154. .changeAutoOff {
  155. display: flex;
  156. flex-direction: column;
  157. align-items: center;
  158. box-sizing: border-box;
  159. }
  160. .autoTitle {
  161. font-size: 32rpx;
  162. color: #151515;
  163. font-weight: bold;
  164. margin-top: 52rpx;
  165. }
  166. .autoSecondTitle {
  167. color: #D3DBE8;
  168. font-size: 24rpx;
  169. margin: 22rpx 0 38rpx;
  170. }
  171. .autoInput {
  172. width: 664rpx;
  173. height: 80rpx;
  174. border-radius: 8px;
  175. border: 2rpx solid #EC6938;
  176. margin: 0 0 20rpx;
  177. font-size: 30rpx;
  178. color: #151515;
  179. display: flex;
  180. align-items: center;
  181. }
  182. .autoInput>input {
  183. border: none;
  184. flex: 1;
  185. }
  186. .autoInput>text {
  187. margin-right: 44rpx;
  188. }
  189. .mainBox {
  190. display: flex;
  191. flex-direction: column;
  192. justify-content: center;
  193. box-sizing: border-box;
  194. }
  195. .inputArea {
  196. font-size: 32rpx;
  197. display: flex;
  198. width: 80vw;
  199. border-bottom: 1px solid #ccc;
  200. align-items: center;
  201. }