huhaobangding.wxss 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. .container {
  2. padding: 30rpx;
  3. background-color: #F5F5F5;
  4. min-height: 100vh;
  5. display: flex;
  6. flex-direction: column;
  7. }
  8. .form-group {
  9. background-color: #FFFFFF;
  10. border-radius: 18rpx;
  11. padding: 0 40rpx;
  12. margin-bottom: 30rpx;
  13. }
  14. .form-item {
  15. display: flex;
  16. align-items: center;
  17. padding: 34rpx 0;
  18. }
  19. .form-item:first-child {
  20. border-bottom: 1rpx solid #EEEEEE;
  21. }
  22. .label {
  23. width: 120rpx;
  24. color: #333333;
  25. font-size: 30rpx;
  26. text-align: left;
  27. margin-right: 20rpx;
  28. }
  29. input {
  30. flex: 1;
  31. font-size: 30rpx;
  32. color: #333333;
  33. padding: 0 20rpx;
  34. text-align: right;
  35. }
  36. .placeholder {
  37. color: #999999;
  38. text-align: right;
  39. font-size: 28rpx;
  40. }
  41. .placeholdersecond {
  42. color: #999999;
  43. text-align: left;
  44. font-size: 28rpx;
  45. }
  46. .verify-btn {
  47. color: #0066FF;
  48. font-size: 28rpx;
  49. padding-left: 30rpx;
  50. }
  51. .group-select {
  52. background-color: #FFFFFF;
  53. border-radius: 8rpx;
  54. padding: 0 40rpx;
  55. padding-top: 20rpx;
  56. margin-bottom: 30rpx;
  57. position: relative;
  58. width: calc(100% - 80rpx);
  59. overflow: visible;
  60. }
  61. .section-title {
  62. font-size: 30rpx;
  63. color: #333333;
  64. padding: 34rpx 0;
  65. display: flex;
  66. align-items: center;
  67. justify-content: space-between;
  68. position: relative;
  69. }
  70. .section-title::after {
  71. content: '';
  72. position: absolute;
  73. left: 0;
  74. right: 0;
  75. bottom: 0;
  76. height: 1rpx;
  77. background-color: #EEEEEE;
  78. }
  79. .tag-group {
  80. display: flex;
  81. flex-wrap: nowrap;
  82. gap: 12rpx;
  83. padding: 30rpx 0;
  84. overflow-x: auto;
  85. white-space: nowrap;
  86. }
  87. .tag {
  88. padding: 12rpx 24rpx;
  89. background-color: #F5F5F5;
  90. border-radius: 8rpx;
  91. font-size: 26rpx;
  92. color: rgba(0, 0, 0, 1);
  93. display: inline-block;
  94. }
  95. .tag.active {
  96. background-color: #E6F0FF;
  97. color: #0066FF;
  98. }
  99. .custom-group {
  100. position: relative;
  101. left: 0;
  102. right: 0;
  103. background-color: #FFFFFF;
  104. padding: 20rpx 0;
  105. margin-top: 0;
  106. }
  107. .custom-input {
  108. display: flex;
  109. align-items: center;
  110. background-color: #F5F5F5;
  111. border-radius: 8rpx;
  112. padding: 24rpx;
  113. margin: 0;
  114. }
  115. .custom-input input {
  116. text-align: left;
  117. }
  118. .count {
  119. font-size: 26rpx;
  120. color: #999999;
  121. margin-left: 24rpx;
  122. }
  123. .submit-btn {
  124. margin: 50rpx 5%;
  125. width: 90%;
  126. }
  127. .submit-btn button {
  128. background-color: #0066FF;
  129. color: #FFFFFF;
  130. font-size: 32rpx;
  131. border-radius: 44rpx;
  132. width: 100%;
  133. height: 88rpx;
  134. line-height: 88rpx;
  135. }
  136. .tips {
  137. padding: 0 30rpx;
  138. margin-top: 0;
  139. }
  140. .tips text {
  141. display: block;
  142. font-size: 26rpx;
  143. color: #999999;
  144. line-height: 1.8;
  145. margin-bottom: 10rpx;
  146. }
  147. .check-auth-btn {
  148. background-color: rgba(45, 128, 254, 0.12);
  149. font-family: 'PingFang SC', sans-serif;
  150. border-radius: 2px;
  151. padding: 10rpx 20rpx;
  152. color: rgba(31, 103, 212, 1);
  153. font-size: 28rpx;
  154. }
  155. .drawer-mask {
  156. position: fixed;
  157. top: 0;
  158. left: 0;
  159. right: 0;
  160. bottom: 0;
  161. background-color: rgba(0, 0, 0, 0.5);
  162. z-index: 100;
  163. }
  164. .drawer-container {
  165. position: fixed;
  166. left: 0;
  167. right: 0;
  168. bottom: 0;
  169. background-color: #FFFFFF;
  170. border-radius: 24rpx 24rpx 0 0;
  171. z-index: 101;
  172. padding: 40rpx 30rpx;
  173. transform: translateY(100%);
  174. transition: transform 0.3s ease-out;
  175. }
  176. .drawer-container.show {
  177. transform: translateY(0);
  178. }
  179. .drawer-title {
  180. text-align: center;
  181. font-size: 32rpx;
  182. color: #333333;
  183. font-weight: 500;
  184. margin-bottom: 40rpx;
  185. }
  186. .auth-method {
  187. display: flex;
  188. align-items: center;
  189. padding: 30rpx 0;
  190. border-bottom: 1rpx solid #EEEEEE;
  191. }
  192. .auth-method:last-child {
  193. border-bottom: none;
  194. }
  195. .auth-method-icon {
  196. width: 40rpx;
  197. height: 40rpx;
  198. margin-right: 20rpx;
  199. }
  200. .auth-method-content {
  201. flex: 1;
  202. }
  203. .auth-method-title {
  204. font-size: 30rpx;
  205. color: #333333;
  206. margin-bottom: 8rpx;
  207. }
  208. .auth-method-desc {
  209. font-size: 26rpx;
  210. color: #999999;
  211. }
  212. .auth-method-action {
  213. padding: 10rpx 30rpx;
  214. background-color: #0066FF;
  215. border-radius: 30rpx;
  216. color: #FFFFFF;
  217. font-size: 26rpx;
  218. }
  219. .drawer-close {
  220. width: 100%;
  221. height: 10rpx;
  222. background-color: #D8D8D8;
  223. border-radius: 5rpx;
  224. margin: 0 auto 30rpx;
  225. max-width: 80rpx;
  226. }
  227. /* 预览图样式 */
  228. .preview {
  229. display: flex;
  230. align-items: center;
  231. margin-left: 10rpx;
  232. color: #007bff;
  233. cursor: pointer;
  234. }
  235. .preview-icon {
  236. width: 32rpx;
  237. height: 32rpx;
  238. margin-right: 10rpx;
  239. }
  240. .preview-text {
  241. font-size: 28rpx;
  242. color: rgba(104, 108, 128, 1);
  243. }
  244. .preview-modal {
  245. position: fixed;
  246. top: 0;
  247. left: 0;
  248. width: 100%;
  249. height: 100%;
  250. background: rgba(0, 0, 0, 0.7);
  251. display: flex;
  252. justify-content: center;
  253. align-items: center;
  254. z-index: 1000;
  255. opacity: 0;
  256. visibility: hidden;
  257. transition: all 0.3s;
  258. }
  259. .preview-modal.show {
  260. opacity: 1;
  261. visibility: visible;
  262. }
  263. .preview-content {
  264. width: 90%;
  265. display: flex;
  266. flex-direction: column;
  267. align-items: center;
  268. position: relative;
  269. }
  270. .preview-image {
  271. width: 100%;
  272. max-height: 80vh;
  273. }
  274. .close-preview-btn {
  275. margin-top: 30rpx;
  276. padding: 20rpx 60rpx;
  277. background: #FFFFFF;
  278. color: #333333;
  279. border-radius: 40rpx;
  280. font-size: 28rpx;
  281. }