index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227
  1. /* pages/buyerInformation/index.wxss */
  2. .container {
  3. height: 100vh;
  4. display: flex;
  5. flex-direction: column;
  6. background: url('https://oss.dayaedu.com/ktyq/1739781599065.png') top center no-repeat;
  7. background-color: #FAD400;
  8. background-size: contain;
  9. }
  10. .record-list {
  11. flex: 1;
  12. padding-bottom: 12rpx;
  13. overflow-y: scroll;
  14. box-sizing: border-box;
  15. }
  16. .title-img {
  17. margin-top: 50rpx;
  18. width: 568rpx;
  19. margin-left: 92rpx;
  20. }
  21. .section {
  22. margin: 24rpx 14rpx;
  23. // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  24. background: rgba(255, 255, 255, 0.56);
  25. border-radius: 12rpx;
  26. padding: 12rpx;
  27. // border: 12rpx solid rgba(255, 255, 255, 0.56);
  28. .section-content {
  29. border-radius: 12rpx;
  30. overflow: hidden;
  31. }
  32. .section-title {
  33. width: 236rpx;
  34. height: 46rpx;
  35. margin: 20rpx 0 18rpx 28rpx;
  36. }
  37. .van-cell {
  38. padding: 28rpx;
  39. font-size: 30rpx;
  40. line-height: 42rpx;
  41. .required {
  42. font-weight: 600;
  43. color: #666666;
  44. text {
  45. color: #FF5A56;
  46. }
  47. }
  48. .van-field__label {
  49. font-weight: 600;
  50. color: #666666;
  51. }
  52. .van-icon-arrow {
  53. color: #CCCCCC;
  54. font-weight: 600;
  55. }
  56. }
  57. .gender-section {
  58. display: flex;
  59. .gender-item {
  60. margin-left: 24rpx;
  61. background: #FFF1E0;
  62. border-radius: 12rpx;
  63. font-weight: 500;
  64. font-size: 28rpx;
  65. color: rgba(254, 70, 0, 0.5);
  66. width: 104rpx;
  67. line-height: 48rpx;
  68. text-align: center;
  69. &.active {
  70. background: linear-gradient( 270deg, #FF9501 0%, #FE4600 100%);
  71. color: #FFFFFF;
  72. }
  73. }
  74. }
  75. }
  76. .btnGroup {
  77. // box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  78. padding: 12rpx 32rpx 50rpx;
  79. background-color: #fff;
  80. button {
  81. width: 100% !important;
  82. line-height: 94rpx;
  83. padding: 0 !important;
  84. color: #FEFFCA;
  85. font-size: 36rpx;
  86. background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
  87. box-shadow: 0rpx 14rpx 14rpx 0rpx rgba(0, 0, 0, 0.18);
  88. border-radius: 30rpx;
  89. border: 8rpx solid #FFFFFF;
  90. box-sizing: border-box;
  91. }
  92. }
  93. .van-picker__toolbar,
  94. .toolbar-top {
  95. margin: 0 14rpx !important;
  96. padding: 0 14rpx !important;
  97. border-bottom: 2rpx solid #F2F2F2;
  98. height: auto !important;
  99. line-height: normal !important;
  100. }
  101. .van-picker__cancel,
  102. .van-picker__confirm,
  103. .toolbar-cancel,
  104. toolbar-confirm {
  105. font-size: 32rpx !important;
  106. padding: 28rpx 0 !important;
  107. color: #777777 !important;
  108. }
  109. .van-picker__confirm,
  110. .toolbar-confirm {
  111. color: #FE4600 !important;
  112. }
  113. .toolbar-top {
  114. display: flex;
  115. align-items: center;
  116. justify-content: space-between;
  117. }
  118. .searchList {
  119. .icon-search {
  120. width: 32rpx;
  121. height: 32rpx;
  122. margin: auto 10rpx auto auto;
  123. }
  124. .van-search {
  125. margin: 40rpx 26rpx 26rpx !important;
  126. padding: 0 !important;
  127. height: 70rpx !important;
  128. background: #F6F6F6 !important;
  129. border-radius: 35rpx !important;
  130. border: 1rpx solid #FFFFFF !important;
  131. }
  132. .van-search__content {
  133. background: #F6F6F6 !important;
  134. }
  135. .van-search__content {
  136. border-top-left-radius: 35rpx !important;
  137. border-bottom-left-radius: 35rpx !important;
  138. }
  139. .van-cell {
  140. font-size: 26rpx !important;
  141. }
  142. .searchBtn {
  143. width: 112rpx;
  144. line-height: 54rpx !important;
  145. padding: 0 !important;
  146. text-align: center;
  147. background: linear-gradient( 270deg, #FF9501 0%, #FE4600 100%);
  148. font-weight: 500;
  149. font-size: 28rpx;
  150. color: #FFFFFF;
  151. line-height: 40rpx;
  152. border-radius: 40rpx;
  153. margin-right: 6rpx;
  154. }
  155. }
  156. .van-picker-column__item--selected {
  157. font-weight: 600;
  158. font-size: 32rpx;
  159. color: #FE4600 !important;
  160. }
  161. .empty-box {
  162. padding-top: 12rpx;
  163. box-sizing: border-box;
  164. height: 176px;
  165. text-align: center;
  166. font-size: 32rpx;
  167. font-family: PingFangSC-Regular, PingFang SC;
  168. font-weight: 400;
  169. color: #999999;
  170. position: relative;
  171. display: flex;
  172. flex-direction: column;
  173. align-items: center;
  174. justify-content: center;
  175. .empty_loading {
  176. align-items: center;
  177. background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
  178. bottom: 0;
  179. display: flex;
  180. justify-content: center;
  181. left: 0;
  182. position: absolute;
  183. right: 0;
  184. top: 0;
  185. z-index: 4;
  186. }
  187. image {
  188. width: 324rpx;
  189. }
  190. .empty-text {
  191. font-size: 28rpx;
  192. color: #AAA;
  193. line-height: 40rpx;
  194. text-align: center;
  195. padding-top: 16rpx;
  196. }
  197. }