index.scss 3.6KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162
  1. .components.RentingHouse {
  2. position: relative;
  3. overflow: hidden;
  4. margin-top: 0 !important;
  5. z-index: 1;
  6. > .Step {
  7. position: relative;
  8. overflow: hidden;
  9. > view {
  10. position: relative;
  11. overflow: hidden;
  12. margin-top: 36px;
  13. > text {
  14. display: block;
  15. font-size: 34px;
  16. font-weight: bold;
  17. color: #333;
  18. line-height: 40px;
  19. letter-spacing: 4px;
  20. }
  21. > view {
  22. position: relative;
  23. overflow: hidden;
  24. margin-top: 30px;
  25. }
  26. > .Area {
  27. > view {
  28. align-items: center;
  29. background: #f8f8f8;
  30. border-radius: 12px;
  31. padding: 24px 20px;
  32. > text {
  33. font-size: 26px;
  34. color: #333;
  35. line-height: 40px;
  36. margin-left: 20px;
  37. &:first-child {
  38. margin-left: 0;
  39. color: #193c83;
  40. }
  41. }
  42. }
  43. }
  44. > .Purpose {
  45. > view {
  46. align-items: center;
  47. background: #f8f8f8;
  48. border-radius: 12px;
  49. padding: 24px 20px;
  50. > input {
  51. font-size: 26px;
  52. color: #333;
  53. line-height: 40px;
  54. display: block;
  55. width: 100%;
  56. background: none;
  57. }
  58. }
  59. }
  60. > .CheckList {
  61. font-size: 0;
  62. margin-top: 0;
  63. > view {
  64. display: inline-block;
  65. vertical-align: middle;
  66. font-size: 30px;
  67. font-weight: 600;
  68. color: #333;
  69. line-height: 40px;
  70. padding: 20px 0;
  71. min-width: 194px;
  72. box-sizing: border-box;
  73. white-space: nowrap;
  74. text-align: center;
  75. border: 2px solid #193c83;
  76. border-radius: 4px;
  77. margin-right: 54px;
  78. position: relative;
  79. overflow: hidden;
  80. margin-top: 20px;
  81. &:nth-child(3n+3) {
  82. margin-right: 0;
  83. }
  84. &.active {
  85. > image {
  86. display: block;
  87. }
  88. }
  89. > image {
  90. display: none;
  91. width: 36px;
  92. height: 36px;
  93. position: absolute;
  94. right: -2px;
  95. bottom: -2px;
  96. }
  97. }
  98. }
  99. >.RangeList {
  100. align-items: center;
  101. >text {
  102. color: #999;
  103. font-size: 28px;
  104. transform: translateX(-30px);
  105. }
  106. }
  107. > .PriceRange {
  108. > view {
  109. align-items: center;
  110. background: #f8f8f8;
  111. border-radius: 12px;
  112. padding: 24px 0;
  113. > view {
  114. > input {
  115. font-size: 26px;
  116. color: #333;
  117. line-height: 40px;
  118. display: block;
  119. width: 100%;
  120. background: none;
  121. text-align: center;
  122. }
  123. }
  124. }
  125. }
  126. >.Textarea {
  127. background: #f8f8f8;
  128. border-radius: 12px;
  129. padding: 20px;
  130. >textarea {
  131. font-size: 26px;
  132. color: #333;
  133. line-height: 40px;
  134. display: block;
  135. width: 100%;
  136. background: none;
  137. }
  138. }
  139. }
  140. }
  141. >.Btn {
  142. padding: 0 30px;
  143. margin: 74px auto 60px;
  144. > text {
  145. display: block;
  146. text-align: center;
  147. font-size: 32px;
  148. line-height: 92px;
  149. box-sizing: border-box;
  150. border: 2px solid #193c83;
  151. color: #193c83;
  152. border-radius: 92px;
  153. margin-top: 20px;
  154. text-indent: 0;
  155. font-weight: normal;
  156. &.active {
  157. background: #193c83;
  158. color: #fff;
  159. }
  160. }
  161. }
  162. }