viewMask.scss 8.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463
  1. .mask-view{
  2. position: absolute;
  3. bottom:0px;
  4. width:100vw;
  5. height:100vh;
  6. box-sizing: border-box;
  7. z-index: 12;
  8. font-family: "Verdana Bold";
  9. font-size: 0px;
  10. background: transparent;
  11. pointer-events: none;
  12. }
  13. // .pointer-auto{
  14. // pointer-events: auto;
  15. // }
  16. .swiper{
  17. position: relative;
  18. width: 100%;
  19. height:calc(100vh - 600px + 40px);
  20. z-index: 12;
  21. pointer-events: auto;
  22. /deep/.el-image__preview{
  23. cursor: none;
  24. }
  25. }
  26. /deep/.el-carousel__container{
  27. height:calc(100vh - 600px + 40px);
  28. }
  29. .btn-view{
  30. position: absolute;
  31. top: 120px;
  32. left: 20px;
  33. width: 72px;
  34. z-index: 16;
  35. pointer-events: auto;
  36. .change-angle{
  37. position: relative;
  38. width: 72px;
  39. height: 160px;
  40. border-radius: 36px;
  41. padding:20px 10px;
  42. background: rgba(0, 0, 0, 0.5);
  43. box-sizing: border-box;
  44. font-family: "Verdana Bold";
  45. font-weight: 700;
  46. font-size: 24px;
  47. color: #fff;
  48. text-align: center;
  49. justify-content:unset;
  50. z-index: 13;
  51. .camera{
  52. width: 43.07px;
  53. height: 49.22px;
  54. }
  55. pointer-events: auto;
  56. }
  57. .compareBtn {
  58. position: relative;
  59. background: rgba(0,0,0,0.2);
  60. border-radius: 50%;
  61. display: flex;
  62. justify-content: center;
  63. align-items: center;
  64. pointer-events: auto;
  65. z-index:11;
  66. width: 72px;
  67. height: 72px;
  68. }
  69. .likeBtn{
  70. width: 72px;
  71. height: 132px;
  72. border-radius: 36px;
  73. padding:30px 10px;
  74. background: rgba(0, 0, 0, 0.5);
  75. box-sizing: border-box;
  76. font-family: "Verdana Bold";
  77. font-weight: 700;
  78. font-size: 24px;
  79. color: #fff;
  80. text-align: center;
  81. justify-content:unset;
  82. z-index: 13;
  83. pointer-events: auto;
  84. .icon-qeuren{
  85. margin-bottom:10px;
  86. font-size:30px;
  87. }
  88. }
  89. .like{
  90. background: rgba(249, 193, 102, 0.5);
  91. }
  92. .btn1{
  93. margin-bottom:20px;
  94. }
  95. .compareIcon {
  96. width: 42px;
  97. height: 44px;
  98. }
  99. .down{
  100. width: 40px;
  101. height: 39px;
  102. }
  103. }
  104. .layout-view{
  105. position: absolute;
  106. bottom:0px;
  107. left:0px;
  108. width: 100vw;
  109. height: 600px;
  110. // border-radius: 40px 40px 0 0;
  111. // background: #fff;
  112. box-shadow: 0 -6px 12px rgba(0, 0, 0, 0.12);
  113. z-index: 15;
  114. padding:0px 30px;
  115. box-sizing: border-box;
  116. pointer-events: auto;
  117. &::before {
  118. content: '';
  119. position: absolute;
  120. top: -174px;
  121. left: 0;
  122. width: 100%;
  123. height: 174px;
  124. background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, var(--backgroundColor1) 62.82%, var(--backgroundColor) 100%, var(--backgroundColor) 100%);
  125. border-radius: 8px 8px 0 0;
  126. }
  127. .signscoll-block{
  128. position: absolute;
  129. width: 90px;
  130. height: 10px;
  131. border-radius: 5px;
  132. background: #707070;
  133. opacity: 0.6;
  134. top: 10px;
  135. left:330px;
  136. }
  137. }
  138. .grid{
  139. display: grid;
  140. grid-template-columns: repeat(4, 1fr);;
  141. grid-row-gap: 20px;
  142. grid-column-gap:50px;
  143. }
  144. .aiEdit {
  145. position: relative;
  146. width: 100%;
  147. display: flex;
  148. flex-direction: column;
  149. // align-items: center;
  150. margin-top:30px;
  151. .tab-view{
  152. position: relative;
  153. margin-bottom: 30px;
  154. overflow-x: auto;
  155. width: 100%;
  156. height: 56px;
  157. .content{
  158. position: absolute;
  159. }
  160. .btn{
  161. // width: 148px;
  162. width: max-content;
  163. height: 56px;
  164. border-radius: 16px;
  165. background: transparent;
  166. font-family: "Verdana";
  167. font-weight: 400;
  168. font-size: 30px;
  169. color: rgba(255, 248, 248, 0.6);
  170. margin-right:40px;
  171. padding: 0px 16px;
  172. }
  173. .btn.active{
  174. border-radius: 12rpx;
  175. background: #fff;
  176. color: #0a0a0a;
  177. }
  178. }
  179. .aiStyleList {
  180. width: 720px;
  181. margin-bottom: 30px;
  182. overflow-x: auto;
  183. .styleItem:first-child {
  184. // margin-left: 30px;
  185. }
  186. .styleItem:last-child {
  187. margin-right: 0px;
  188. }
  189. .styleItem {
  190. width: 120px;
  191. height: 168px;
  192. margin-right: 30px;
  193. // height: 100%;
  194. display: flex;
  195. flex-direction: column;
  196. align-items: center;
  197. .styleIcon {
  198. width: 120px;
  199. height: 120px;
  200. background: #5c5c5c;
  201. border-radius: 12px;
  202. border: 2px solid #fff;
  203. box-sizing: border-box;
  204. object-fit: cover;
  205. }
  206. .styleTitle {
  207. margin-top: 8px;
  208. height:40px;
  209. font-family: "Verdana";
  210. font-weight: 400;
  211. font-size: 28px;
  212. text-align: center;
  213. color: rgba(255, 255, 255, 0.6);
  214. }
  215. }
  216. .styleItemSelected {
  217. .styleIcon {
  218. border: 2px solid #fff;
  219. }
  220. .styleTitle {
  221. font-family: "Verdana Bold";
  222. font-weight: 700;
  223. color: #fff;
  224. }
  225. }
  226. }
  227. ::-webkit-scrollbar {
  228. width: 0;
  229. height: 0;
  230. background-color: transparent;
  231. }
  232. .section4 {
  233. width: 720px;
  234. display: flex;
  235. align-items: center;
  236. overflow-x: auto;
  237. .items {
  238. display: flex;
  239. align-items: center;
  240. .item {
  241. width: 140px;
  242. height: 100px;
  243. border-radius: 12px;
  244. background: rgba(243, 243, 243, 1);
  245. font-family: "Verdana";
  246. font-weight: 400;
  247. font-size: 24px;
  248. text-align: center;
  249. color: #4e4e4e;
  250. // margin-right: 10px;
  251. margin-right: 16px;
  252. padding: 10px 20px;
  253. border: 2px solid transparent;
  254. box-sizing: border-box;
  255. white-space: nowrap;
  256. .def-view{
  257. width: 40px;
  258. height: 40px;
  259. border-radius: 50%;
  260. background: conic-gradient(from 90.00deg at 50.00% 50.00%, #ea3333 0%, #ffc350 13.54%, #eded5e 29.06%, #8ad960 45.32%, #72b3a7 59.55%, #4f7aed 75%, #9f5bed 88.67%, #ef6d6d 100%);
  261. }
  262. .color-view{
  263. margin-bottom: 6px;
  264. .left{
  265. width: 50px;
  266. height: 40px;
  267. border-radius: 8px 0 0 8px;
  268. }
  269. .right{
  270. width: 50px;
  271. height: 40px;
  272. border-radius: 0 8px 8px 0;
  273. }
  274. }
  275. }
  276. .item_sel {
  277. background: rgba(247, 211, 116, 0.15);
  278. border-color: #fff;
  279. color: #fff;
  280. }
  281. .item:last-child {
  282. margin-right: 0px;
  283. }
  284. }
  285. }
  286. }
  287. .btn-list{
  288. position: relative;
  289. width: 100%;
  290. box-sizing: border-box;
  291. margin-top:30px;
  292. .btn{
  293. height: 88px;
  294. border-radius: 12px;
  295. // backdrop-filter:blur(40px);
  296. // --webkit-backdrop-filter: blur(40px);
  297. font-family: "Verdana Bold";
  298. font-weight: 700;
  299. font-size: 32px;
  300. color: #fff;
  301. box-sizing: border-box;
  302. }
  303. .up1{
  304. color: rgba(245, 145, 39, 1);
  305. background-image:linear-gradient(124deg, rgba(245, 201, 82, 0.2) 0%, rgba(239, 149, 57, 0.2) 100%);
  306. }
  307. .up2{
  308. color: rgba(255, 255, 255, 1);
  309. background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
  310. }
  311. .houseType{
  312. width: 332px;
  313. margin-left: -14px;
  314. // box-shadow: 0 6px 20px #f2980233;
  315. }
  316. .style1{
  317. margin-right:10px;
  318. }
  319. .AiBtn{
  320. width: 200px;
  321. margin-right: -14px;
  322. // box-shadow: 0 6px 20px #f2980233;
  323. }
  324. .pinggu{
  325. font-family: "Verdana Bold";
  326. font-weight: 700;
  327. font-size: 30px;
  328. color: #fff;
  329. }
  330. }
  331. .connect-view{
  332. position: absolute;
  333. width: 114px;
  334. height: 202px;
  335. background: transparent;
  336. bottom: 600px;
  337. right:0px;
  338. box-sizing: border-box;
  339. z-index: 16;
  340. pointer-events: auto;
  341. .defaultHead{
  342. width: 114px;
  343. height: 202px;
  344. // clip-path: polygon(0 0%, 100% 0, 100% 100px, 0 100px);
  345. }
  346. }
  347. .indicator-view{
  348. position: absolute;
  349. z-index: 16;
  350. bottom: 620px;
  351. left:50%;
  352. transform: translateX(-50%);
  353. .indicator-item{
  354. width: 12px;
  355. height: 12px;
  356. background: #fff;
  357. opacity: 0.52;
  358. margin-right:6px;
  359. border-radius: 50%;
  360. &.active{
  361. opacity:1;
  362. }
  363. &:last-child{
  364. margin-right:0px;
  365. }
  366. }
  367. }
  368. .loading_more {
  369. position: absolute;
  370. width: 100%;
  371. bottom: 640px;
  372. display: flex;
  373. align-items: center;
  374. justify-content: center;
  375. z-index: 25;
  376. color:#fff;
  377. font-size:28px;
  378. .loading_img {
  379. width: 40px;
  380. height: 40px;
  381. margin-right: 10px;
  382. -webkit-animation: rotation 1s linear infinite;
  383. animation: rotation 1s linear infinite;
  384. }
  385. @-webkit-keyframes rotation {
  386. 0% {
  387. transform: rotate(0deg);
  388. }
  389. 100% {
  390. transform: rotate(360deg);
  391. }
  392. }
  393. .loading_text {
  394. height: 40px;
  395. }
  396. }
  397. .loadData{
  398. min-width:200px;
  399. height:150px;
  400. position: absolute;
  401. left: 50%;
  402. top:50%;
  403. z-index: 999999999999;
  404. transform: translate(-50%,-50%);
  405. background: rgba(0,0,0,0.6);
  406. border-radius: 10px;
  407. z-index: 1000;
  408. display: flex;
  409. flex-direction: column;
  410. align-items: center;
  411. justify-content:center;
  412. font-size:18px;
  413. img{
  414. width:90px;
  415. margin-top: 10px;
  416. }
  417. .loadingMsg{
  418. color: rgba(255, 255, 255, 0.83);
  419. margin: 10px;
  420. margin-top: 0px;
  421. }
  422. }
  423. .dialog{
  424. position: fixed;
  425. top: 0;
  426. right: 0;
  427. bottom: 0;
  428. left: 0;
  429. overflow: auto;
  430. margin: 0;
  431. .main{
  432. width: 80%;
  433. position: relative;
  434. margin: 0 auto 50px;
  435. background: #FFF;
  436. border-radius: 2px;
  437. box-shadow: 0 1px 3px rgba(0,0,0,.3);
  438. box-sizing: border-box;
  439. }
  440. }
  441. ::-webkit-scrollbar {
  442. width: 0;
  443. height: 0;
  444. color: transparent;
  445. display: none;
  446. }