index.less 4.5 KB

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