visit-preview.wxss 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. .visit-preview-container {
  2. position: relative;
  3. min-height: 100vh;
  4. background: #fff;
  5. color: #412A12;
  6. }
  7. .back-button {
  8. position: absolute;
  9. top: 40rpx;
  10. left: 40rpx;
  11. width: 80rpx;
  12. height: 80rpx;
  13. border-radius: 50%;
  14. z-index: 10;
  15. }
  16. .back-button image {
  17. width: 80rpx;
  18. height: 80rpx;
  19. }
  20. .header-image {
  21. height: 480rpx;
  22. }
  23. .main-image {
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .reservation-info {
  28. position: relative;
  29. margin-top: -80rpx;
  30. width: 100%;
  31. min-height: calc(100vh - 400rpx);
  32. background: #E0D2B4;
  33. border-top-left-radius: 60rpx;
  34. border-top-right-radius: 60rpx;
  35. padding: 60rpx;
  36. padding-bottom: 60rpx;
  37. box-sizing: border-box;
  38. }
  39. .title {
  40. font-size: 40rpx;
  41. margin-bottom: 40rpx;
  42. color: #584735;
  43. font-weight: bold;
  44. }
  45. .time-info {
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. margin-bottom: 20rpx;
  50. }
  51. .time-section {
  52. display: flex;
  53. flex-direction: column;
  54. align-items: center;
  55. }
  56. .time-title {
  57. font-size: 28rpx;
  58. color: #B1967B;
  59. margin-bottom: 10rpx;
  60. }
  61. .time-value {
  62. font-size: 60rpx;
  63. font-weight: bold;
  64. color: #94765A;
  65. }
  66. .line {
  67. height: 4rpx;
  68. width: 26rpx;
  69. background: #584735;
  70. margin: 48rpx 12rpx 0 12rpx;
  71. }
  72. .divider {
  73. height: 100rpx;
  74. width: 4rpx;
  75. background: #584735;
  76. margin: 0 30rpx;
  77. }
  78. .stop-time {
  79. font-size: 28rpx;
  80. color: #B1967B;
  81. margin-bottom: 10rpx;
  82. }
  83. .stop-desc {
  84. font-size: 28rpx;
  85. color: #B1967B;
  86. }
  87. .time-note {
  88. width: 454rpx;
  89. font-size: 28rpx;
  90. color: #B1967B;
  91. margin-bottom: 40rpx;
  92. line-height: 1.5;
  93. }
  94. .reservation-title {
  95. font-size: 32rpx;
  96. margin-bottom: 20rpx;
  97. color: #584735;
  98. font-weight: bold;
  99. }
  100. .reservation-rules {
  101. font-size: 28rpx;
  102. line-height: 1.5;
  103. color: #B1967B;
  104. margin-bottom: 40rpx;
  105. }
  106. .rule-content {
  107. color: #B1967B;
  108. display: block;
  109. margin-bottom: 20rpx;
  110. }
  111. .notice {
  112. color: #94765A;
  113. font-weight: bold;
  114. }
  115. .reservation-button {
  116. display: flex;
  117. flex-direction: column;
  118. margin-top: 40rpx;
  119. }
  120. .btn-reserve {
  121. background: url('https://klmybwg.4dage.com/mini/wxImg/preview-btn.png') no-repeat;
  122. width: 99%;
  123. height: 186rpx;
  124. border-radius: 10rpx;
  125. display: flex;
  126. justify-content: center;
  127. align-items: center;
  128. background-size: 100% auto;
  129. color: #fff;
  130. font-size: 32rpx;
  131. font-weight: bold;
  132. }
  133. .btn-people {
  134. display: flex;
  135. justify-content: center;
  136. align-items: center;
  137. width: 99%;
  138. height: 128rpx;
  139. background: rgba(255, 255, 255, 0.5);
  140. border-radius: 10rpx;
  141. border: 2rpx solid #94765A;
  142. margin-top: 20rpx;
  143. color: #94765A;
  144. font-size: 32rpx;
  145. }