index.less 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233
  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 !important;
  39. font-size: 30rpx !important;
  40. // line-height: 42rpx !important;
  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. .gender-item {
  64. margin-left: 24rpx;
  65. background: rgba(28, 172, 241, 0.11);
  66. border-radius: 12rpx;
  67. font-weight: 500;
  68. font-size: 28rpx;
  69. color: #1CACF1;
  70. width: 104rpx;
  71. line-height: 48rpx;
  72. text-align: center;
  73. &.active {
  74. background: #1CACF1;
  75. color: #FFFFFF;
  76. }
  77. }
  78. }
  79. }
  80. .btnGroup {
  81. // box-shadow: inset 0rpx 2rpx 0rpx 0rpx #F0F0F0;
  82. padding: 22rpx 32rpx 56rpx;
  83. background-color: #fff;
  84. button {
  85. width: 100% !important;
  86. line-height: 88rpx;
  87. background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
  88. border-radius: 44rpx;
  89. font-size: 32rpx;
  90. padding: 0 !important;
  91. color: #FBEAC9;
  92. }
  93. }
  94. .van-picker__toolbar,
  95. .toolbar-top {
  96. margin: 0 7px !important;
  97. padding: 0 7px !important;
  98. border-bottom: 1px solid #F2F2F2;
  99. height: auto !important;
  100. line-height: normal !important;
  101. }
  102. .van-picker__cancel,
  103. .van-picker__confirm,
  104. .toolbar-cancel,
  105. .toolbar-confirm {
  106. font-size: 16px !important;
  107. padding: 14px 0 !important;
  108. color: #777777 !important;
  109. }
  110. .van-picker__confirm,
  111. .toolbar-confirm {
  112. color: #1CACF1 !important;
  113. }
  114. .toolbar-top {
  115. display: flex;
  116. align-items: center;
  117. justify-content: space-between;
  118. }
  119. .searchList {
  120. .icon-search {
  121. width: 16px;
  122. height: 16px;
  123. margin: auto 5px auto auto;
  124. }
  125. .van-search {
  126. margin: 20px 13px 13px !important;
  127. padding: 0 !important;
  128. height: 35px !important;
  129. background: #F6F6F6 !important;
  130. border-radius: 35rpx !important;
  131. border: 1px solid #FFFFFF !important;
  132. --cell-line-height: 24px!important;
  133. }
  134. .van-search__content {
  135. background: #F6F6F6 !important;
  136. }
  137. .van-search__content {
  138. border-top-left-radius: 35rpx !important;
  139. border-bottom-left-radius: 35rpx !important;
  140. }
  141. .van-cell {
  142. font-size: 13px !important;
  143. }
  144. .searchBtn {
  145. width: 56px;
  146. line-height: 27px !important;
  147. padding: 0 !important;
  148. text-align: center;
  149. background-color: #1CACF1;
  150. font-weight: 500;
  151. font-size: 14px;
  152. color: #FFFFFF;
  153. // line-height: 40rpx;
  154. border-radius: 40rpx;
  155. margin-right: 3px;
  156. }
  157. }
  158. // .van-picker-column__item {
  159. // font-size: 32rpx;
  160. // }
  161. .van-picker-column__item--selected {
  162. font-weight: 600;
  163. font-size: 16px;
  164. color: #1CACF1 !important;
  165. }
  166. .empty-box {
  167. display: flex;
  168. align-items: center;
  169. justify-content: center;
  170. flex-direction: column;
  171. padding-bottom: 15px;
  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. .empty_loading {
  181. align-items: center;
  182. background-color: var(--picker-loading-mask-color, hsla(0, 0%, 100%, .9));
  183. bottom: 0;
  184. display: flex;
  185. justify-content: center;
  186. left: 0;
  187. position: absolute;
  188. right: 0;
  189. top: 0;
  190. z-index: 4;
  191. }
  192. image {
  193. // width: 364rpx;
  194. height: 85px !important;
  195. }
  196. .empty-text {
  197. font-size: 14px;
  198. color: #AAA;
  199. line-height: 20px;
  200. text-align: center;
  201. padding-top: 18px;
  202. }
  203. }