index.less 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237
  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: 50rpx 14rpx 24rpx;
  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. --cell-line-height: 42rpx!important;
  42. .required {
  43. font-weight: 600;
  44. color: #666666;
  45. text {
  46. color: #FF5A56;
  47. }
  48. }
  49. .van-field__label {
  50. font-weight: 600;
  51. color: #666666;
  52. }
  53. .van-icon-arrow {
  54. color: #CCCCCC;
  55. font-weight: 600;
  56. }
  57. .van-field__body, .van-field__control--right {
  58. justify-content: flex-end;
  59. }
  60. }
  61. .gender-section {
  62. display: flex;
  63. align-items: flex-end;
  64. .gender-item {
  65. margin-left: 24rpx;
  66. background: #FFF1E0;
  67. border-radius: 12rpx;
  68. font-weight: 500;
  69. font-size: 28rpx;
  70. color: rgba(254, 70, 0, 0.5);
  71. width: 104rpx;
  72. line-height: 46rpx;
  73. height: 46rpx;
  74. text-align: center;
  75. &.active {
  76. background: linear-gradient( 270deg, #FF9501 0%, #FE4600 100%);
  77. color: #FFFFFF;
  78. }
  79. }
  80. }
  81. }
  82. .btnGroup {
  83. // box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  84. padding: 12rpx 32rpx 50rpx;
  85. background-color: #fff;
  86. button {
  87. width: 100% !important;
  88. line-height: 94rpx;
  89. padding: 0 !important;
  90. color: #FEFFCA;
  91. font-size: 36rpx;
  92. background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
  93. box-shadow: 0rpx 14rpx 14rpx 0rpx rgba(0, 0, 0, 0.18);
  94. border-radius: 36rpx;
  95. border: 8rpx solid #FFFFFF;
  96. box-sizing: border-box;
  97. }
  98. button[disabled] {
  99. color: #FEFFCA !important;
  100. }
  101. }
  102. .van-picker__toolbar,
  103. .toolbar-top {
  104. margin: 0 7px !important;
  105. padding: 0 7px !important;
  106. border-bottom: 1px solid #F2F2F2;
  107. height: auto !important;
  108. line-height: normal !important;
  109. }
  110. .van-picker__cancel,
  111. .van-picker__confirm,
  112. .toolbar-cancel,
  113. toolbar-confirm {
  114. font-size: 16px !important;
  115. padding: 14px 0 !important;
  116. color: #777777 !important;
  117. }
  118. .van-picker__confirm,
  119. .toolbar-confirm {
  120. color: #FE4600 !important;
  121. }
  122. .toolbar-top {
  123. display: flex;
  124. align-items: center;
  125. justify-content: space-between;
  126. }
  127. .searchList {
  128. .icon-search {
  129. width: 16px;
  130. height: 16px;
  131. margin: auto 5px auto auto;
  132. }
  133. .van-search {
  134. margin: 15px 13px 13px !important;
  135. padding: 0 !important;
  136. height: 35px !important;
  137. background: #F6F6F6 !important;
  138. border-radius: 18px !important;
  139. border: 1rpx solid #FFFFFF !important;
  140. }
  141. .van-search__content {
  142. background: #F6F6F6 !important;
  143. }
  144. .van-search__content {
  145. border-top-left-radius: 35rpx !important;
  146. border-bottom-left-radius: 35rpx !important;
  147. }
  148. .van-cell {
  149. font-size: 13px !important;
  150. }
  151. .searchBtn {
  152. width: 56px;
  153. line-height: 27px !important;
  154. padding: 0 !important;
  155. text-align: center;
  156. background: linear-gradient( 270deg, #FF9501 0%, #FE4600 100%);
  157. font-weight: 500;
  158. font-size: 14px;
  159. color: #FFFFFF;
  160. line-height: 20px;
  161. border-radius: 20px;
  162. margin-right: 3px;
  163. }
  164. }
  165. .van-picker-column__item--selected {
  166. font-weight: 600;
  167. font-size: 16px;
  168. color: #FE4600 !important;
  169. }
  170. .empty-box {
  171. padding-top: 6px;
  172. box-sizing: border-box;
  173. height: 220px;
  174. text-align: center;
  175. font-size: 16px;
  176. font-family: PingFangSC-Regular, PingFang SC;
  177. font-weight: 400;
  178. color: #999999;
  179. position: relative;
  180. display: flex;
  181. flex-direction: column;
  182. align-items: center;
  183. justify-content: center;
  184. .empty_loading {
  185. align-items: center;
  186. background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
  187. bottom: 0;
  188. display: flex;
  189. justify-content: center;
  190. left: 0;
  191. position: absolute;
  192. right: 0;
  193. top: 0;
  194. z-index: 4;
  195. }
  196. image {
  197. width: 162px;
  198. }
  199. .empty-text {
  200. font-size: 14px;
  201. color: #AAA;
  202. line-height: 20x;
  203. text-align: center;
  204. padding-top: 8px;
  205. }
  206. }