indexDtlAround.scss 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115
  1. @import '@css/mixin.scss';
  2. @import '@css/house-entry.scss';
  3. .l-box {
  4. padding-top: 156px;
  5. padding-bottom: 140px;
  6. }
  7. page {
  8. height: 100%;
  9. background: #f2f2f2;
  10. font-size: 28px;
  11. }
  12. .scoped-options {
  13. background: #fff;
  14. position: fixed;
  15. bottom: 140px;
  16. width: 100%;
  17. left: 0;
  18. padding-top: 10px;
  19. .so-icon-updown {
  20. position: absolute;
  21. top: -26px;
  22. left: 50%;
  23. margin-left: -64px;
  24. width: 128px;
  25. height: 28px;
  26. }
  27. .so-wrap {
  28. display: flex;
  29. padding-bottom: 20px;
  30. }
  31. .so-item {
  32. flex: 1;
  33. text-align: center;
  34. }
  35. .so-title {
  36. &.cur {
  37. .t {
  38. color: $mainColor;
  39. }
  40. }
  41. .img {
  42. width: 60px;
  43. height: 60px;
  44. }
  45. .t {
  46. font-size: 24px;
  47. color: $greyColor;
  48. margin-top: -20px;
  49. }
  50. }
  51. .so-content {
  52. height: 400px;
  53. overflow-y: scroll;
  54. padding: 0 20px 20px;
  55. border-top: 1PX solid #f2f2f2;
  56. }
  57. .so-p {
  58. border-bottom: 1PX solid #efefef;
  59. position: relative;
  60. padding: 20px 0;
  61. box-sizing: border-box;
  62. min-height: 120px;
  63. .p1 {
  64. border-left: 4PX solid $mainColor;
  65. padding-left: 10px;
  66. font-weight: bold;
  67. font-size: 28px;
  68. height: 28px;
  69. line-height: 28px;
  70. color: #313131;
  71. margin-bottom: 10px;
  72. width: 75%;
  73. @include textOverflows();
  74. }
  75. .p2 {
  76. color: $greyColor;
  77. font-size: 28px;
  78. }
  79. .r1 {
  80. position: absolute;
  81. color: #999;
  82. font-size: 24px;
  83. top: 20px;
  84. right: 20px;
  85. .i {
  86. display: inline-block;
  87. width: 22px;
  88. height: 22px;
  89. margin-top: 6px;
  90. }
  91. }
  92. .r2 {
  93. position: absolute;
  94. color: #999;
  95. font-size: 24px;
  96. bottom: 20px;
  97. right: 20px;
  98. }
  99. }
  100. }
  101. .scoped-list-map {
  102. position: relative;
  103. width: 100%;
  104. height: 100%;
  105. overflow: hidden;
  106. .m {
  107. display: inline-block;
  108. width: 100%;
  109. height: calc(100vh - 100px - 156px + 50px);
  110. &.t2 {
  111. height: calc(100vh - 100px - 156px + 50px - 440px);
  112. }
  113. }
  114. }