estateTrend.scss 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135
  1. @import '@css/mixin.scss';
  2. .l-box {
  3. padding-top: 80px;
  4. }
  5. page {
  6. height: 100%;
  7. background: #f2f2f2;
  8. font-size: 28px;
  9. }
  10. .l-scroll-view {
  11. height: calc(100vh - 80px);
  12. // box-sizing: border-box;
  13. }
  14. .scoped-list {
  15. .sl-item {
  16. background: #fff;
  17. @include itemBox(20px 20px, 20px 20px 0);
  18. position: relative;
  19. .sli-time {
  20. position: absolute;
  21. top: 20px;
  22. right: 10px;
  23. color: #999;
  24. font-size: 24px;
  25. }
  26. .sli-r2 {
  27. position: absolute;
  28. top: 60px;
  29. right: 10px;
  30. background: $greenColor;
  31. color: #fff;
  32. border-radius: 10px;
  33. padding: 10px 16px;
  34. font-size: 22px;
  35. }
  36. .p1 {
  37. font-size: 30px;
  38. color: #313131;
  39. padding-bottom: 10px;
  40. .s {
  41. display: inline-block;
  42. font-weight: bold;
  43. color: $mainColor2;
  44. }
  45. }
  46. .p2 {
  47. font-size: 28px;
  48. color: $dangerColor;
  49. font-weight: bold;
  50. padding-bottom: 10px;
  51. }
  52. .p3 {
  53. font-size: 24px;
  54. color: #999;
  55. }
  56. .p-one {
  57. display: flex;
  58. font-size: 26px;
  59. padding-bottom: 20px;
  60. .po-l {
  61. width: 120px;
  62. color: #999;
  63. }
  64. .po-r {
  65. flex: 1;
  66. color: #313131;
  67. &.t1 {
  68. color: $dangerColor;
  69. font-weight: bold;
  70. }
  71. .img {
  72. display: inline-block;
  73. vertical-align: top;
  74. width: 50px;
  75. height: 50px;
  76. }
  77. .por-btn {
  78. display: inline-block;
  79. vertical-align: top;
  80. color: $mainColor;
  81. font-weight: bold;
  82. }
  83. .por-more {
  84. display: inline-block;
  85. vertical-align: top;
  86. color: $greenColor;
  87. font-weight: bold;
  88. font-size: 24px;
  89. text-decoration: underline;
  90. }
  91. }
  92. }
  93. }
  94. }
  95. .scoped-header {
  96. position: fixed;
  97. top: 0;
  98. left: 0;
  99. right: 0;
  100. z-index: 900;
  101. background: #fff;
  102. display: flex;
  103. .sh-search {
  104. display: inline-block;
  105. min-width: 450px;
  106. }
  107. }
  108. .scoped-input-box {
  109. display: inline-block;
  110. .sib-content {
  111. display: flex;
  112. background: #fff;
  113. .i {
  114. width: 70px;
  115. font-size: 28px;
  116. line-height: 90px;
  117. height: 90px;
  118. text-align: center;
  119. }
  120. .t {
  121. width: 50px;
  122. font-size: 28px;
  123. color: #999;
  124. line-height: 90px;
  125. height: 90px;
  126. text-align: center;
  127. &.t2 {
  128. width: 70px;
  129. }
  130. }
  131. }
  132. }