index.scss 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. // 自定义指示器样式
  2. ::v-deep .u-swiper{
  3. border-radius: 0!important;
  4. }
  5. ::v-deep .u-line{
  6. width: 56rpx!important;
  7. }
  8. ::v-deep .u-loading-page{
  9. position: relative!important;
  10. z-index: 99999999999999999999999!important;
  11. // background: red;
  12. }
  13. ::v-deep .u-loading-page__warpper__loading-icon__img{
  14. width: 150rpx!important;
  15. height: 150rpx!important;
  16. }
  17. .container{
  18. padding-bottom: 62rpx;
  19. overflow-x: hidden;
  20. // background: red;
  21. }
  22. .swiperAndBook{
  23. position: relative;
  24. .tab{
  25. position: absolute;
  26. z-index: 9;
  27. height: 92rpx;
  28. display: flex;
  29. align-items: center;
  30. color: #D8D6D4;
  31. padding-left: 40rpx;
  32. background: rgba(0, 0, 0,.19);
  33. width: 100%;
  34. .item{
  35. margin-right: 52rpx;
  36. font-size: 32rpx;
  37. font-family: PingFangSC-Regular, PingFang SC;
  38. font-weight: 400;
  39. }
  40. .itemA{
  41. font-size: 36rpx;
  42. font-family: PingFang-SC-Bold, PingFang-SC;
  43. font-weight: bold;
  44. color: #FFFFFF;
  45. }
  46. }
  47. .bottomBtn{
  48. .bookingAndIndicator{
  49. background: black;
  50. height: 228rpx;
  51. display: flex;
  52. justify-content: center;
  53. flex-direction: column;
  54. align-items: center;
  55. padding-top: 92rpx;
  56. box-sizing: border-box;
  57. .btn{
  58. width: 362rpx;
  59. height: 76rpx;
  60. border-radius: 38rpx;
  61. border: 2rpx solid #FFFFFF;
  62. display: flex;
  63. align-items: center;
  64. justify-content: center;
  65. .btnTxt{
  66. width: 112rpx;
  67. height: 28rpx;
  68. font-size: 28rpx;
  69. font-family: PingFangSC-Regular, PingFang SC;
  70. font-weight: 400;
  71. color: #FFFFFF;
  72. line-height: 28rpx;
  73. margin-right: 12rpx;
  74. }
  75. }
  76. .indicatorBox{
  77. position: relative;
  78. display: flex;
  79. justify-content: center;
  80. align-items: center;
  81. margin-top: 32rpx;
  82. margin-bottom: 34rpx;
  83. .indicator {
  84. @include flex(row);
  85. justify-content: center;
  86. position: absolute;
  87. top: 10rpx;
  88. &__dot {
  89. width: 81rpx;
  90. height: 2rpx;
  91. margin: 0 8rpx;
  92. transition: background-color 0.3s;
  93. width: 24rpx;
  94. height: 4rpx;
  95. background: #6A6A6A;
  96. border-radius: 10rpx;
  97. &--active {
  98. background-color:#ECECEC;
  99. width: 60rpx;
  100. }
  101. }
  102. }
  103. .indicator-num {
  104. padding: 2px 0;
  105. background-color: rgba(0, 0, 0, 0.35);
  106. border-radius: 100px;
  107. width: 35px;
  108. @include flex;
  109. justify-content: center;
  110. &__text {
  111. color: #FFFFFF;
  112. font-size: 12px;
  113. }
  114. }
  115. }
  116. }
  117. }
  118. }
  119. .bg{
  120. background-size: 100% 100%;
  121. .controlPart{
  122. padding: 0 32rpx;
  123. .top{
  124. display: flex;
  125. align-items: center;
  126. justify-content: space-between;
  127. height: 112rpx;
  128. .left{
  129. display: flex;
  130. justify-content: flex-start;
  131. align-items: flex-start;
  132. flex-direction: column;
  133. image{
  134. margin-bottom: -10rpx;
  135. margin-left: -20rpx;
  136. }
  137. .title{
  138. font-size: 36rpx;
  139. font-family: PingFang-SC-Bold, PingFang-SC;
  140. font-weight: bold;
  141. color: #333333;
  142. }
  143. }
  144. image{
  145. }
  146. }
  147. .con{
  148. width: 100%;
  149. image{
  150. width: 100%;
  151. height: 452rpx;
  152. border-radius: 0 25rpx 0 25rpx;
  153. }
  154. }
  155. }
  156. .productLead{
  157. padding-left: 30rpx;
  158. .top{
  159. display: flex;
  160. align-items: flex-end;
  161. justify-content: space-between;
  162. height: 184rpx;
  163. padding-right: 32rpx;
  164. padding-bottom: 42rpx;
  165. box-sizing: border-box;
  166. .left{
  167. position: relative;
  168. .bottomEng{
  169. font-size: 44rpx;
  170. font-family: PingFang-SC-Bold, PingFang-SC;
  171. font-weight: bold;
  172. color:#E4E0DE;
  173. position: absolute;
  174. z-index: 1;
  175. min-width: 568rpx;
  176. top:-30rpx;
  177. }
  178. .bt{
  179. display: flex;
  180. align-items: center;
  181. position: relative;
  182. z-index: 2;
  183. .title{
  184. font-size: 32rpx;
  185. font-family: PingFang-SC-Bold, PingFang-SC;
  186. font-weight: bold;
  187. color: #333333;
  188. margin-right: 6rpx;
  189. }
  190. }
  191. }
  192. }
  193. .con{
  194. // width: calc(100% - 30rpx);
  195. width:100%;
  196. display: flex;
  197. overflow-x: scroll;
  198. .item{
  199. width: 336rpx;
  200. // height: 368rpx;
  201. // background: #FFFFFF;
  202. border-radius: 24rpx;
  203. border: 2rpx solid #F1F1F1;
  204. margin-right: 16rpx;
  205. // box-sizing: content-box;
  206. display: flex;
  207. flex-direction: column;
  208. // background: red;
  209. image{
  210. width: 336rpx;
  211. height: 292rpx;
  212. // border-radius: 30rpx 30rpx 0 0;
  213. border-radius: 24rpx 24rpx 0 0;
  214. }
  215. .bottom{
  216. display: flex;
  217. justify-content: center;
  218. align-items: center;
  219. height: 76rpx;
  220. background: #FFFFFF;
  221. border-radius: 0 0 24rpx 24rpx;
  222. }
  223. }
  224. }
  225. .conLast{
  226. margin-bottom: 90rpx;
  227. .indicatorBox1{
  228. position: relative;
  229. display: flex;
  230. justify-content: center;
  231. align-items: center;
  232. margin-top: 32rpx;
  233. margin-bottom: 34rpx;
  234. .indicator1 {
  235. @include flex(row);
  236. justify-content: center;
  237. position: absolute;
  238. top: 10rpx;
  239. &__dot1 {
  240. width: 24rpx;
  241. height: 8rpx;
  242. border-radius: 4rpx;
  243. margin: 0 8rpx;
  244. transition: background-color 0.3s;
  245. background: #D4D4D4;
  246. // border-radius: 10rpx;
  247. &--active1 {
  248. background-color:#E77817;
  249. width: 60rpx;
  250. }
  251. }
  252. }
  253. .indicator-num1 {
  254. padding: 2px 0;
  255. background-color: blue;
  256. border-radius: 100px;
  257. width: 35px;
  258. @include flex;
  259. justify-content: center;
  260. &__text1 {
  261. color: red;
  262. font-size: 12px;
  263. }
  264. }
  265. }
  266. }
  267. }
  268. }
  269. .swiperImg{
  270. width: 100%;
  271. height: 996rpx;
  272. }