index.less 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. /* components/buyerInformation/index.wxss */
  2. .icon-close {
  3. position: absolute;
  4. z-index: 2;
  5. top: 28rpx;
  6. left: 20rpx;
  7. padding: 20rpx;
  8. width: 36rpx;
  9. height: 36rpx;
  10. }
  11. .container {
  12. background: linear-gradient(180deg, #FFDEE7 0%, #FFFFFF 12%, #FFFFFF 100%);
  13. border-radius: 32rpx 32rpx 0rpx 0rpx;
  14. height: 68vh;
  15. }
  16. .pop-address-title {
  17. position: relative;
  18. z-index: 1;
  19. text-align: center;
  20. padding-top: 40rpx;
  21. padding-bottom: 36rpx;
  22. font-weight: 600;
  23. font-size: 36rpx;
  24. color: #131415;
  25. line-height: 50rpx;
  26. }
  27. .section {
  28. margin: 24rpx 0;
  29. // background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  30. border-radius: 18rpx;
  31. border: 8rpx solid #FFFFFF;
  32. background-color: #fff;
  33. .section-content {
  34. background: linear-gradient(180deg, #E3F9FF 0%, #FFFFFF 9%, #FFFFFF 100%);
  35. border-radius: 12rpx;
  36. overflow: hidden;
  37. }
  38. .section-title {
  39. width: 236rpx;
  40. height: 46rpx;
  41. margin: 20rpx 0 18rpx 28rpx;
  42. }
  43. .van-cell {
  44. padding: 28rpx;
  45. font-size: 30rpx;
  46. line-height: 42rpx;
  47. .van-field__label {
  48. font-weight: 600;
  49. color: #666666;
  50. }
  51. .van-icon-arrow {
  52. color: #CCCCCC;
  53. font-weight: 600;
  54. }
  55. }
  56. .gender-section {
  57. display: flex;
  58. .gender-item {
  59. margin-left: 24rpx;
  60. background: rgba(28, 172, 241, 0.11);
  61. border-radius: 12rpx;
  62. font-weight: 500;
  63. font-size: 28rpx;
  64. color: #1CACF1;
  65. width: 104rpx;
  66. line-height: 48rpx;
  67. text-align: center;
  68. &.active {
  69. background: #1CACF1;
  70. color: #FFFFFF;
  71. }
  72. }
  73. }
  74. }
  75. .van-picker-column__item--selected {
  76. font-weight: 600;
  77. font-size: 32rpx;
  78. color: #6D4718 !important;
  79. }
  80. .pop-btn-group {
  81. padding: 100rpx 32rpx 58rpx;
  82. }
  83. .submit-btn {
  84. width: 100% !important;
  85. margin: 0 !important;
  86. padding: 0 !important;
  87. line-height: 88rpx;
  88. background: linear-gradient(90deg, #544F4A 0%, #302F2B 100%);
  89. border-radius: 88rpx;
  90. font-weight: 500;
  91. font-size: 32rpx;
  92. color: #FBEAC9;
  93. }