index.less 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226
  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/1738907060663.png') top center no-repeat;
  7. background-color: #D7F2FA;
  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: -30rpx;
  18. width: 690rpx;
  19. margin-left: 30rpx;
  20. }
  21. .section {
  22. margin: 24rpx 22rpx;
  23. // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  24. border-radius: 18rpx;
  25. border: 8rpx solid #FFFFFF;
  26. background-color: #fff;
  27. .section-content {
  28. background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  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. .gender-item {
  63. margin-left: 24rpx;
  64. background: rgba(28, 172, 241, 0.11);
  65. border-radius: 12rpx;
  66. font-weight: 500;
  67. font-size: 28rpx;
  68. color: #1CACF1;
  69. width: 104rpx;
  70. line-height: 48rpx;
  71. text-align: center;
  72. &.active {
  73. background: #1CACF1;
  74. color: #FFFFFF;
  75. }
  76. }
  77. }
  78. }
  79. .btnGroup {
  80. // box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  81. padding: 22rpx 32rpx 56rpx;
  82. background-color: #fff;
  83. button {
  84. width: 100% !important;
  85. line-height: 88rpx;
  86. background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
  87. border-radius: 44rpx;
  88. padding: 0 !important;
  89. color: #FBEAC9;
  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: #1CACF1 !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-color: #1CACF1;
  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: #1CACF1 !important;
  159. }
  160. .empty-box {
  161. display: flex;
  162. align-items: center;
  163. justify-content: center;
  164. flex-direction: column;
  165. padding-bottom: 30rpx;
  166. box-sizing: border-box;
  167. height: 220px;
  168. text-align: center;
  169. font-size: 32rpx;
  170. font-family: PingFangSC-Regular, PingFang SC;
  171. font-weight: 400;
  172. color: #999999;
  173. position: relative;
  174. .empty_loading {
  175. align-items: center;
  176. background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
  177. bottom: 0;
  178. display: flex;
  179. justify-content: center;
  180. left: 0;
  181. position: absolute;
  182. right: 0;
  183. top: 0;
  184. z-index: 4;
  185. }
  186. image {
  187. width: 364rpx;
  188. height: 190rpx;
  189. }
  190. .empty-text {
  191. font-size: 28rpx;
  192. color: #AAA;
  193. line-height: 40rpx;
  194. text-align: center;
  195. padding-top: 36rpx;
  196. }
  197. }