webgl_rxdz_test1_env.scss 6.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. /**newIndex.wxss**/
  2. page {
  3. }
  4. .pointerEvents{
  5. pointer-events: none;
  6. }
  7. /deep/.el-carousel__container{
  8. height: 100%!important;
  9. }
  10. .contentBox{
  11. position: relative;
  12. width: 100vw;
  13. height: 100vh;
  14. overflow: hidden;
  15. box-sizing: border-box;
  16. background-color: white;
  17. z-index: 2;
  18. .master-pic{
  19. position: relative;
  20. width: 100%;
  21. height:880px;
  22. // padding: 10px;
  23. box-sizing: border-box;
  24. // background-color: #171717;
  25. .master-pic-swiper{
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .master-pic-item{
  30. width: 100%;
  31. height: 100%;
  32. .master-pic-img{
  33. width: 100%;
  34. height: 880px;
  35. display: block;
  36. object-fit: cover;
  37. }
  38. }
  39. }
  40. .bottom-view{
  41. position: fixed;
  42. bottom: 0px;
  43. left: 0px;
  44. width: 100vw;
  45. height: calc(100vh - 820px);
  46. border-radius: 40px 40px 0 0;
  47. background: #fff;
  48. padding: 30px 0px;
  49. box-sizing: border-box;
  50. z-index: 3;
  51. }
  52. .tabList{
  53. position: relative;
  54. width: 100%;
  55. height: 90px;
  56. // top:926px;
  57. overflow-x: auto;
  58. overflow-y: hidden;
  59. margin-bottom: 40px;
  60. z-index: 9;
  61. .tab-content{
  62. position: absolute;
  63. min-width: 100vw;
  64. .tab-line{
  65. position: absolute;
  66. left: 0px;
  67. bottom: 21px;
  68. width: 100%;
  69. height: 1px;
  70. background: rgba(112, 112, 112, 0.46);
  71. opacity: 1;
  72. z-index: 1;
  73. }
  74. }
  75. .tab-item{
  76. width:max-content;
  77. margin-right: 20px;
  78. font-family: "Verdana";
  79. font-weight: 400;
  80. font-size: 24px;
  81. color: #1d1d1d;
  82. text-align:center;
  83. padding:2px;
  84. box-sizing: border-box;
  85. margin-right: 60px;
  86. z-index: 2;
  87. &:first-child{
  88. margin-left: 112px;
  89. }
  90. &:last-child{
  91. margin-right: 0px;
  92. }
  93. .tab-text{
  94. font-family: "Verdana";
  95. font-weight: 400;
  96. font-size: 32px;
  97. color: rgba(39, 39, 39, 0.5);
  98. }
  99. &.tabActive .tab-text{
  100. font-family: "Verdana Bold";
  101. font-weight: 700;
  102. color: #272727;
  103. }
  104. .tab-info{
  105. position: relative;
  106. width: 40px;
  107. height: 40px;
  108. font-size: 20px;
  109. background: #d2c9ba;
  110. border: 2px solid #fff;
  111. border-radius: 50%;
  112. box-sizing: border-box;
  113. color: #fff;
  114. &.select {
  115. background: #ff870f;
  116. }
  117. i{
  118. font-size: 14px;
  119. }
  120. }
  121. }
  122. }
  123. .swiper-view{
  124. position: relative;
  125. width: 100%;
  126. height: 190px;
  127. // top:926px;
  128. overflow-x: auto;
  129. overflow-y: hidden;
  130. margin-bottom: 40px;
  131. z-index: 10;
  132. background-color: #fff;
  133. .tab-content{
  134. position: absolute;
  135. }
  136. .tab-item{
  137. // width:190px;
  138. width:max-content;
  139. font-family: "Verdana";
  140. font-weight: 400;
  141. font-size: 0px;
  142. color: rgba(69, 69, 69, 0.6);
  143. text-align:center;
  144. box-sizing: border-box;
  145. margin-right: 20px;
  146. &:first-child{
  147. margin-left: 30px;
  148. }
  149. &:last-child{
  150. margin-right: 0px;
  151. }
  152. .tab-img{
  153. width: 140px;
  154. height: 140px;
  155. object-fit: cover;
  156. margin-bottom: 8px;
  157. border-radius: 12px;
  158. border: transparent 2px solid;
  159. box-sizing: border-box;
  160. }
  161. .tab-text{
  162. height: 40px;
  163. font-family: "Verdana";
  164. font-weight: 400;
  165. font-size: 28px;
  166. color: #4e4e4e;
  167. }
  168. &.tabActive .tab-text{
  169. font-family: "Verdana Bold";
  170. font-weight: 700;
  171. color: #f9870f;
  172. }
  173. &.tabActive .tab-img{
  174. border-color: rgba(249, 135, 15, 1);
  175. }
  176. }
  177. }
  178. .question{
  179. position: fixed;
  180. width: 100%;
  181. bottom: 178px;
  182. font-family: "Verdana";
  183. font-weight: 400;
  184. height: 34px;
  185. font-size: 24px;
  186. color: rgba(78, 78, 78, 0.47);
  187. z-index: 9;
  188. }
  189. }
  190. .bottom-btn{
  191. position: fixed;
  192. width: 652px;
  193. height: 88px;
  194. border-radius: 44px;
  195. left: 50px;
  196. bottom: 60px;
  197. // background-image:linear-gradient(124deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
  198. background-color: #D6D6D6;
  199. box-sizing: border-box;
  200. z-index: 11;
  201. font-family: "Verdana Bold";
  202. font-weight: 700;
  203. font-size: 30px;
  204. color: rgba(255, 255, 255, 0.7);
  205. &.active{
  206. background-image:linear-gradient(124deg, rgba(245, 201, 82, 01) 0%, rgba(253, 148, 41, 1) 100%);
  207. color: #fff;
  208. }
  209. }
  210. .indicator-view{
  211. position: absolute;
  212. z-index: 12;
  213. bottom: 70px;
  214. left:50%;
  215. transform: translateX(-50%);
  216. .indicator-item{
  217. width: 12px;
  218. height: 12px;
  219. background: #fff;
  220. opacity: 0.52;
  221. margin-right:6px;
  222. border-radius: 50%;
  223. &.active{
  224. opacity:1;
  225. }
  226. &:last-child{
  227. margin-right:0px;
  228. }
  229. }
  230. }
  231. .load-mask{
  232. position: absolute;
  233. width: 100%;
  234. height: 158px;
  235. z-index: 2;
  236. background: linear-gradient(180.00deg, #00000000 0%, #00000066 100%);
  237. bottom: 20px;
  238. }
  239. .loading_more {
  240. position: absolute;
  241. width: 100%;
  242. z-index: 12;
  243. bottom: 86px;
  244. display: flex;
  245. align-items: center;
  246. justify-content: center;
  247. z-index: 25;
  248. color:#fff;
  249. font-size:28px;
  250. .leftSwiperImg{
  251. width: 234.32px;
  252. height: 40px;
  253. }
  254. .loading_img {
  255. width: 40px;
  256. height: 40px;
  257. -webkit-animation: rotation 1s linear infinite;
  258. animation: rotation 1s linear infinite;
  259. }
  260. .loading_text {
  261. height: 40px;
  262. margin-left: 10px;
  263. }
  264. }
  265. @keyframes rotation {
  266. 0% {
  267. transform: rotate(0deg);
  268. }
  269. 100% {
  270. transform: rotate(360deg);
  271. }
  272. }
  273. .btn-view{
  274. position: absolute;
  275. top: calc(-132px - 30px);
  276. left: 30px;
  277. width: 72px;
  278. z-index: 13;
  279. pointer-events: auto;
  280. .compareBtn {
  281. position: relative;
  282. background: rgba(0,0,0,0.2);
  283. border-radius: 50%;
  284. display: flex;
  285. justify-content: center;
  286. align-items: center;
  287. pointer-events: auto;
  288. z-index:11;
  289. width: 72px;
  290. height: 72px;
  291. }
  292. .likeBtn{
  293. width: 72px;
  294. height: 132px;
  295. border-radius: 36px;
  296. padding:30px 10px;
  297. background: rgba(0, 0, 0, 0.5);
  298. box-sizing: border-box;
  299. font-family: "Verdana Bold";
  300. font-weight: 700;
  301. font-size: 24px;
  302. color: #fff;
  303. text-align: center;
  304. justify-content:unset;
  305. z-index: 13;
  306. pointer-events: auto;
  307. .icon-qeuren{
  308. margin-bottom:10px;
  309. font-size:30px;
  310. }
  311. }
  312. .like{
  313. background: rgba(249, 193, 102, 0.5);
  314. }
  315. .btn1{
  316. margin-bottom:20px;
  317. }
  318. .compareIcon {
  319. width: 42px;
  320. height: 44px;
  321. }
  322. .down{
  323. width: 40px;
  324. height: 39px;
  325. }
  326. }
  327. @media screen and (max-height: 750px){
  328. .master-pic{
  329. height:850px!important;
  330. }
  331. .bottom-view{
  332. height: calc(100vh - 790px)!important;
  333. }
  334. .question{
  335. bottom: 140px!important;
  336. }
  337. .bottom-btn{
  338. bottom: 30px!important;
  339. }
  340. }