index.scss 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141
  1. .reservation {
  2. margin-bottom: 20px;
  3. &-container {
  4. width: 1180px;
  5. margin: auto;
  6. }
  7. strong {
  8. font-weight: 700;
  9. font-size: 16px;
  10. }
  11. .public {
  12. overflow: hidden;
  13. transition: all 0.3s;
  14. height: 39px;
  15. background-color: rgba(206, 36, 69, 0.97);
  16. width: 100%;
  17. cursor: pointer;
  18. position: absolute;
  19. left: 0;
  20. top: 60px;
  21. & > div {
  22. width: 1180px;
  23. margin: 0 auto;
  24. padding: 5px 0;
  25. font-size: 18px;
  26. line-height: 1.6;
  27. color: #fff;
  28. & > span {
  29. float: right;
  30. }
  31. }
  32. }
  33. .hintShow {
  34. height: 0px;
  35. }
  36. :deep(.mm1) {
  37. height: 1%;
  38. overflow: hidden;
  39. padding-bottom: 30px;
  40. .mm1l {
  41. width: 550px;
  42. float: left;
  43. font-size: 18px;
  44. line-height: 28px;
  45. & > p {
  46. font-size: 14px;
  47. }
  48. }
  49. .mm1r {
  50. width: 590px;
  51. float: right;
  52. padding-top: 43px;
  53. & > p {
  54. padding: 15px;
  55. font-size: 14px;
  56. line-height: 28px;
  57. }
  58. & > h2 {
  59. cursor: pointer;
  60. clear: both;
  61. background-color: #c90006;
  62. text-align: center;
  63. height: 30px;
  64. line-height: 30px;
  65. color: #fff;
  66. font-weight: normal;
  67. }
  68. }
  69. }
  70. .collapse {
  71. --el-collapse-content-bg-color: var(--white-bg);
  72. --el-collapse-content-text-color: var(--black-text-color);
  73. :deep(.el-collapse-item) {
  74. margin-bottom: 1px;
  75. &:nth-child(1) .el-collapse-item__header {
  76. background: url("@/assets/images/Visit/m-28.jpg");
  77. }
  78. &:nth-child(2) .el-collapse-item__header {
  79. background: url("@/assets/images/Visit/m-29.jpg");
  80. }
  81. &:nth-child(3) .el-collapse-item__header {
  82. background: url("@/assets/images/Visit/m-30.jpg");
  83. }
  84. &.is-active {
  85. .el-collapse-item__header::after {
  86. background-image: url("@/assets/images/Visit/m-32.png");
  87. }
  88. }
  89. .el-collapse-item__header {
  90. position: relative;
  91. padding: 0 10px;
  92. height: 50px;
  93. border: none;
  94. color: white;
  95. font-size: 24px;
  96. &::after {
  97. content: "";
  98. position: absolute;
  99. top: 50%;
  100. right: 30px;
  101. width: 14px;
  102. height: 14px;
  103. background: url("@/assets/images/Visit/m-31.png") no-repeat center /
  104. contain;
  105. transform: translateY(-50%);
  106. }
  107. }
  108. .el-collapse-item__arrow {
  109. display: none;
  110. }
  111. }
  112. .in-sidebar {
  113. padding: 0 20px;
  114. font-size: 18px;
  115. line-height: 28px;
  116. .firstRow {
  117. p {
  118. height: 1px;
  119. }
  120. }
  121. :deep(strong) {
  122. font-weight: 700;
  123. font-size: 16px;
  124. }
  125. :deep(img) {
  126. border: none;
  127. vertical-align: top;
  128. max-width: 100%;
  129. }
  130. }
  131. }
  132. }