index.scss 6.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. .components.SubmitBuyHouseResult {
  2. width: 100%;
  3. position: fixed !important;
  4. left: 0;
  5. top: 0;
  6. bottom: 0;
  7. background: rgba(0, 0, 0, 0.6);
  8. margin: 0 !important;
  9. padding: 0 !important;
  10. z-index: 100 !important;
  11. > view {
  12. width: 100%;
  13. > view {
  14. padding: 0 30px;
  15. position: relative;
  16. overflow: hidden;
  17. > view {
  18. position: relative;
  19. overflow: hidden;
  20. min-height: 80px;
  21. background: #fff;
  22. border-radius: 24px;
  23. > .Status {
  24. text-align: center;
  25. margin-top: 40px;
  26. > text {
  27. font-size: 34px;
  28. font-weight: bold;
  29. color: #193c83;
  30. display: block;
  31. text-align: center;
  32. line-height: 34px;
  33. &.iconfont {
  34. font-size: 100px;
  35. line-height: 100px;
  36. font-weight: normal;
  37. margin-bottom: 22px;
  38. }
  39. }
  40. }
  41. > .Tips {
  42. position: relative;
  43. overflow: hidden;
  44. margin-top: 30px;
  45. > text {
  46. display: block;
  47. text-align: center;
  48. font-size: 26px;
  49. color: #666;
  50. line-height: 50px;
  51. white-space: nowrap;
  52. }
  53. }
  54. > .Btn {
  55. padding: 0 80px;
  56. position: relative;
  57. overflow: hidden;
  58. margin-top: 40px;
  59. align-items: center;
  60. margin-bottom: 60px;
  61. > text,
  62. button {
  63. padding: 0;
  64. font-size: 30px;
  65. line-height: 78px;
  66. border-radius: 78px;
  67. margin-left: 60px;
  68. text-align: center;
  69. border: 2px solid #193c83;
  70. box-sizing: border-box;
  71. color: #193c83;
  72. font-weight: bold;
  73. &:first-child {
  74. margin-left: 0;
  75. }
  76. &.active {
  77. background: #193c83;
  78. color: #fff;
  79. }
  80. }
  81. }
  82. > .Recommend {
  83. padding: 0 30px;
  84. position: relative;
  85. overflow: hidden;
  86. > .Title {
  87. position: relative;
  88. overflow: hidden;
  89. &::after {
  90. content: "";
  91. width: 100%;
  92. display: block;
  93. position: absolute;
  94. left: 0;
  95. top: 14px;
  96. height: 2px;
  97. background: rgba(0, 0, 0, 0.12);
  98. z-index: 1;
  99. }
  100. > view {
  101. display: block;
  102. position: relative;
  103. z-index: 2;
  104. margin: 0 auto;
  105. width: 260px;
  106. background: #fff;
  107. text-align: center;
  108. font-size: 0;
  109. &::after {
  110. content: "";
  111. width: 100%;
  112. display: block;
  113. position: absolute;
  114. left: 0;
  115. top: 14px;
  116. height: 0;
  117. z-index: 2;
  118. border-bottom: 2px dashed #333;
  119. }
  120. > text {
  121. display: inline-block;
  122. position: relative;
  123. z-index: 3;
  124. font-size: 30px;
  125. line-height: 30px;
  126. font-weight: bold;
  127. color: #666;
  128. background: #fff;
  129. padding: 0 40px;
  130. }
  131. }
  132. }
  133. > .ScrollViewX {
  134. width: 100%;
  135. height: 400px;
  136. position: relative;
  137. overflow: hidden;
  138. margin-top: 30px;
  139. margin-bottom: 50px;
  140. &.active {
  141. height: 470px;
  142. }
  143. > scroll-view {
  144. width: 100%;
  145. height: 100%;
  146. .ListContainer {
  147. min-width: 100%;
  148. white-space: nowrap;
  149. font-size: 0;
  150. > .RecommendBuildingItem {
  151. &:only-child {
  152. width: 100%;
  153. margin-right: 0;
  154. }
  155. position: relative;
  156. overflow: hidden;
  157. display: inline-block;
  158. vertical-align: middle;
  159. width: 500px;
  160. margin-right: 30px;
  161. > view {
  162. position: relative;
  163. overflow: hidden;
  164. > .Img {
  165. width: 100%;
  166. padding-bottom: 60%;
  167. position: relative;
  168. overflow: hidden;
  169. background: #eee;
  170. > image {
  171. width: 100%;
  172. height: 100%;
  173. }
  174. }
  175. > .Title {
  176. align-items: flex-start;
  177. margin-top: 24px;
  178. > .flex-item {
  179. > text {
  180. display: block;
  181. font-size: 32px;
  182. font-weight: bold;
  183. color: #333;
  184. line-height: 40px;
  185. overflow: hidden;
  186. white-space: nowrap;
  187. text-overflow: ellipsis;
  188. }
  189. }
  190. > .Price {
  191. font-size: 22px;
  192. font-weight: bold;
  193. color: #333;
  194. margin-left: 10px;
  195. line-height: 40px;
  196. max-width: 50%;
  197. overflow: hidden;
  198. white-space: nowrap;
  199. text-overflow: ellipsis;
  200. > text {
  201. color: #fc2c2c;
  202. }
  203. }
  204. }
  205. > .Address {
  206. font-size: 22px;
  207. color: #666;
  208. line-height: 30px;
  209. margin-top: 20px;
  210. }
  211. }
  212. }
  213. }
  214. }
  215. }
  216. > .PlanTitle {
  217. font-size: 30px;
  218. font-weight: bold;
  219. white-space: nowrap;
  220. position: relative;
  221. overflow: hidden;
  222. margin-top: 40px;
  223. text-align: center;
  224. > text {
  225. color: #fc3838;
  226. }
  227. }
  228. }
  229. }
  230. }
  231. }
  232. }