index.less 4.5 KB

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