businessApply.scss 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. .van-uploader__wrapper {
  2. .van-uploader__preview {
  3. &:nth-of-type(4n) {
  4. margin: 0;
  5. }
  6. }
  7. }
  8. .wrapper {
  9. padding: 10rpx 0 100rpx;
  10. }
  11. .height {
  12. height: 144rpx;
  13. }
  14. .form-item {
  15. display: flex;
  16. flex-direction: column;
  17. width: 674rpx;
  18. padding-top: 40rpx;
  19. padding-left: 10rpx;
  20. margin: 0 auto;
  21. border-bottom: 2rpx solid rgba(153, 153, 153, 0.2);
  22. }
  23. label {
  24. display: flex;
  25. align-items: center;
  26. text {
  27. line-height: 36rpx;
  28. font-size: 28rpx;
  29. color: rgba(68, 68, 68, 1);
  30. &.require {
  31. &:before {
  32. content: '*';
  33. color: red;
  34. margin-right: 6rpx;
  35. }
  36. }
  37. }
  38. }
  39. .value {
  40. position: relative;
  41. left: 0;
  42. top: 0;
  43. display: flex;
  44. flex-direction: column;
  45. padding: 16rpx 0 10rpx;
  46. }
  47. input {
  48. display: block;
  49. width: 100%;
  50. height: 42rpx;
  51. font-size: 28rpx;
  52. color: rgba(68, 68, 68, 1);
  53. }
  54. .placeholder {
  55. color: rgba(198, 202, 219, 1);
  56. }
  57. textarea {
  58. display: block;
  59. width: 100%;
  60. padding: 17rpx 21rpx;
  61. min-height: 186rpx;
  62. border-radius: 20rpx;
  63. background: rgba(245, 245, 245, 1);
  64. line-height: 38rpx;
  65. font-size: 28rpx;
  66. color: rgba(51, 51, 51, 1);
  67. }
  68. .words-limit {
  69. position: absolute;
  70. bottom: 27rpx;
  71. right: 21rpx;
  72. z-index: 1;
  73. line-height: 28rpx;
  74. font-size: 24rpx;
  75. color: rgba(153, 153, 153, 1);
  76. }
  77. .explain {
  78. width: 674rpx;
  79. margin: 10rpx auto 0;
  80. font-size: 24rpx;
  81. color: rgba(207, 207, 207, 1);
  82. }
  83. button[type='primary'] {
  84. width: 504rpx;
  85. height: 76rpx;
  86. border-radius: 38rpx;
  87. margin: 100rpx auto 0;
  88. font-size: 32rpx;
  89. font-weight: 500;
  90. color: rgba(255, 255, 255, 1);
  91. background-color: rgba(145, 179, 121, 1);
  92. }
  93. .shop-address {
  94. line-height: 42rpx;
  95. font-size: 28rpx;
  96. color: rgba(68, 68, 68, 1);
  97. word-break: break-all;
  98. word-wrap: break-word;
  99. }