index.less 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222
  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: 22rpx 32rpx 56rpx;
  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. }
  91. }
  92. .van-picker__toolbar,
  93. .toolbar-top {
  94. margin: 0 14rpx !important;
  95. padding: 0 14rpx !important;
  96. border-bottom: 2rpx solid #F2F2F2;
  97. height: auto !important;
  98. line-height: normal !important;
  99. }
  100. .van-picker__cancel,
  101. .van-picker__confirm,
  102. .toolbar-cancel,
  103. toolbar-confirm {
  104. font-size: 32rpx !important;
  105. padding: 28rpx 0 !important;
  106. color: #777777 !important;
  107. }
  108. .van-picker__confirm,
  109. .toolbar-confirm {
  110. color: #FE4600 !important;
  111. }
  112. .toolbar-top {
  113. display: flex;
  114. align-items: center;
  115. justify-content: space-between;
  116. }
  117. .searchList {
  118. .icon-search {
  119. width: 32rpx;
  120. height: 32rpx;
  121. margin: auto 10rpx auto auto;
  122. }
  123. .van-search {
  124. margin: 40rpx 26rpx 26rpx !important;
  125. padding: 0 !important;
  126. height: 70rpx !important;
  127. background: #F6F6F6 !important;
  128. border-radius: 35rpx !important;
  129. border: 1rpx solid #FFFFFF !important;
  130. }
  131. .van-search__content {
  132. background: #F6F6F6 !important;
  133. }
  134. .van-search__content {
  135. border-top-left-radius: 35rpx !important;
  136. border-bottom-left-radius: 35rpx !important;
  137. }
  138. .van-cell {
  139. font-size: 26rpx !important;
  140. }
  141. .searchBtn {
  142. width: 112rpx;
  143. line-height: 54rpx !important;
  144. padding: 0 !important;
  145. text-align: center;
  146. background: linear-gradient( 270deg, #FF9501 0%, #FE4600 100%);
  147. font-weight: 500;
  148. font-size: 28rpx;
  149. color: #FFFFFF;
  150. line-height: 40rpx;
  151. border-radius: 40rpx;
  152. margin-right: 6rpx;
  153. }
  154. }
  155. .van-picker-column__item--selected {
  156. font-weight: 600;
  157. font-size: 32rpx;
  158. color: #FE4600 !important;
  159. }
  160. .empty-box {
  161. padding-top: 12rpx;
  162. box-sizing: border-box;
  163. height: 176px;
  164. text-align: center;
  165. font-size: 32rpx;
  166. font-family: PingFangSC-Regular, PingFang SC;
  167. font-weight: 400;
  168. color: #999999;
  169. position: relative;
  170. .empty_loading {
  171. align-items: center;
  172. background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
  173. bottom: 0;
  174. display: flex;
  175. justify-content: center;
  176. left: 0;
  177. position: absolute;
  178. right: 0;
  179. top: 0;
  180. z-index: 4;
  181. }
  182. image {
  183. width: 224rpx;
  184. }
  185. .empty-text {
  186. font-size: 28rpx;
  187. color: #AAA;
  188. line-height: 40rpx;
  189. text-align: center;
  190. padding-top: 36rpx;
  191. }
  192. }