businessApply.scss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105
  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. }
  31. }
  32. .value {
  33. position: relative;
  34. left: 0;
  35. top: 0;
  36. display: flex;
  37. flex-direction: column;
  38. padding: 16rpx 0 10rpx;
  39. }
  40. input {
  41. display: block;
  42. width: 100%;
  43. height: 42rpx;
  44. font-size: 28rpx;
  45. color: rgba(68, 68, 68, 1);
  46. }
  47. .placeholder {
  48. color: rgba(198, 202, 219, 1);
  49. }
  50. textarea {
  51. display: block;
  52. width: 100%;
  53. padding: 17rpx 21rpx;
  54. min-height: 186rpx;
  55. border-radius: 20rpx;
  56. background: rgba(245, 245, 245, 1);
  57. line-height: 38rpx;
  58. font-size: 28rpx;
  59. color: rgba(51, 51, 51, 1);
  60. }
  61. .words-limit {
  62. position: absolute;
  63. bottom: 27rpx;
  64. right: 21rpx;
  65. z-index: 1;
  66. line-height: 28rpx;
  67. font-size: 24rpx;
  68. color: rgba(153, 153, 153, 1);
  69. }
  70. .explain {
  71. width: 674rpx;
  72. margin: 10rpx auto 0;
  73. font-size: 24rpx;
  74. color: rgba(207, 207, 207, 1);
  75. }
  76. button[type='primary'] {
  77. width: 504rpx;
  78. height: 76rpx;
  79. border-radius: 38rpx;
  80. margin: 100rpx auto 0;
  81. font-size: 32rpx;
  82. font-weight: 500;
  83. color: rgba(255, 255, 255, 1);
  84. background-color: rgba(145, 179, 121, 1);
  85. }
  86. .shop-address {
  87. line-height: 42rpx;
  88. font-size: 28rpx;
  89. color: rgba(68, 68, 68, 1);
  90. word-break: break-all;
  91. word-wrap: break-word;
  92. }