index.less 4.2 KB

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