viewMask.scss 7.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432
  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. bottom: 620px;
  32. left: 30px;
  33. width: 72px;
  34. z-index: 13;
  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. .signscoll-block{
  118. position: absolute;
  119. width: 90px;
  120. height: 10px;
  121. border-radius: 5px;
  122. background: #707070;
  123. opacity: 0.6;
  124. top: 10px;
  125. left:330px;
  126. }
  127. }
  128. .grid{
  129. display: grid;
  130. grid-template-columns: repeat(4, 1fr);;
  131. grid-row-gap: 20px;
  132. grid-column-gap:50px;
  133. }
  134. .aiEdit {
  135. position: relative;
  136. width: 100%;
  137. display: flex;
  138. flex-direction: column;
  139. // align-items: center;
  140. margin-top:30px;
  141. .tab-view{
  142. margin-bottom: 30px;
  143. .btn{
  144. width: 148px;
  145. height: 56px;
  146. border-radius: 16px;
  147. background: transparent;
  148. font-family: "Verdana";
  149. font-weight: 400;
  150. font-size: 30px;
  151. color: #4e4e4e;
  152. margin-right:40px;
  153. }
  154. .btn.active{
  155. background: #343434;
  156. color: #fff;
  157. }
  158. }
  159. .aiStyleList {
  160. width: 720px;
  161. margin-bottom: 30px;
  162. overflow-x: auto;
  163. .styleItem:first-child {
  164. // margin-left: 30px;
  165. }
  166. .styleItem:last-child {
  167. margin-right: 0px;
  168. }
  169. .styleItem {
  170. width: 120px;
  171. height: 168px;
  172. margin-right: 30px;
  173. // height: 100%;
  174. display: flex;
  175. flex-direction: column;
  176. align-items: center;
  177. .styleIcon {
  178. width: 120px;
  179. height: 120px;
  180. background: #5c5c5c;
  181. border-radius: 12px;
  182. border: 2px solid #fff;
  183. box-sizing: border-box;
  184. object-fit: cover;
  185. }
  186. .styleTitle {
  187. margin-top: 8px;
  188. height:40px;
  189. font-family: "Verdana";
  190. font-weight: 400;
  191. font-size: 28px;
  192. text-align: center;
  193. color: #4e4e4e;
  194. }
  195. }
  196. .styleItemSelected {
  197. .styleIcon {
  198. border: 2px solid #ff9c38;
  199. }
  200. .styleTitle {
  201. font-family: "Verdana Bold";
  202. font-weight: 700;
  203. color: #ff9f40;
  204. }
  205. }
  206. }
  207. ::-webkit-scrollbar {
  208. width: 0;
  209. height: 0;
  210. background-color: transparent;
  211. }
  212. .section4 {
  213. width: 720px;
  214. display: flex;
  215. align-items: center;
  216. overflow-x: auto;
  217. .items {
  218. display: flex;
  219. align-items: center;
  220. .item {
  221. width: 140px;
  222. height: 100px;
  223. border-radius: 12px;
  224. background: rgba(243, 243, 243, 1);
  225. font-family: "Verdana";
  226. font-weight: 400;
  227. font-size: 24px;
  228. text-align: center;
  229. color: #4e4e4e;
  230. // margin-right: 10px;
  231. margin-right: 16px;
  232. padding: 10px 20px;
  233. border: 2px solid transparent;
  234. box-sizing: border-box;
  235. white-space: nowrap;
  236. .def-view{
  237. width: 40px;
  238. height: 40px;
  239. border-radius: 50%;
  240. 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%);
  241. }
  242. .color-view{
  243. margin-bottom: 6px;
  244. .left{
  245. width: 50px;
  246. height: 40px;
  247. border-radius: 8px 0 0 8px;
  248. }
  249. .right{
  250. width: 50px;
  251. height: 40px;
  252. border-radius: 0 8px 8px 0;
  253. }
  254. }
  255. }
  256. .item_sel {
  257. background: rgba(247, 211, 116, 0.15);
  258. border-color: #FDAD56;
  259. color: #fcac56;
  260. }
  261. .item:last-child {
  262. margin-right: 0px;
  263. }
  264. }
  265. }
  266. }
  267. .btn-list{
  268. position: relative;
  269. width: 100%;
  270. box-sizing: border-box;
  271. margin-top:30px;
  272. .btn{
  273. height: 88px;
  274. border-radius: 50px;
  275. backdrop-filter:blur(40px);
  276. --webkit-backdrop-filter: blur(40px);
  277. font-family: "Verdana Bold";
  278. font-weight: 700;
  279. font-size: 32px;
  280. color: #272727;
  281. box-sizing: border-box;
  282. }
  283. .up1{
  284. color: rgba(245, 145, 39, 1);
  285. background-image:linear-gradient(124deg, rgba(245, 201, 82, 0.4) 0%, rgba(239, 149, 57, 0.4) 100%);
  286. }
  287. .up2{
  288. color: rgba(255, 255, 255, 1);
  289. background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
  290. }
  291. .houseType{
  292. width: 320px;
  293. margin-left: -14px;
  294. box-shadow: 0 6px 20px #f2980233;
  295. }
  296. .style1{
  297. margin-right:17px;
  298. }
  299. .AiBtn{
  300. width: 320px;
  301. margin-right: -14px;
  302. box-shadow: 0 6px 20px #f2980233;
  303. }
  304. }
  305. .connect-view{
  306. position: absolute;
  307. width: 139px;
  308. height: 184px;
  309. background: transparent;
  310. bottom: 605px;
  311. right:24px;
  312. box-sizing: border-box;
  313. z-index: 13;
  314. pointer-events: auto;
  315. .defaultHead{
  316. width: 139px;
  317. height: 184px;
  318. }
  319. }
  320. .indicator-view{
  321. position: absolute;
  322. z-index: 12;
  323. bottom: 620px;
  324. left:50%;
  325. transform: translateX(-50%);
  326. .indicator-item{
  327. width: 12px;
  328. height: 12px;
  329. background: #fff;
  330. opacity: 0.52;
  331. margin-right:6px;
  332. border-radius: 50%;
  333. &.active{
  334. opacity:1;
  335. }
  336. &:last-child{
  337. margin-right:0px;
  338. }
  339. }
  340. }
  341. .loading_more {
  342. position: absolute;
  343. width: 100%;
  344. z-index: 12;
  345. bottom: 640px;
  346. display: flex;
  347. align-items: center;
  348. justify-content: center;
  349. z-index: 25;
  350. color:#fff;
  351. font-size:28px;
  352. .loading_img {
  353. width: 40px;
  354. height: 40px;
  355. margin-right: 10px;
  356. -webkit-animation: rotation 1s linear infinite;
  357. animation: rotation 1s linear infinite;
  358. }
  359. @-webkit-keyframes rotation {
  360. 0% {
  361. transform: rotate(0deg);
  362. }
  363. 100% {
  364. transform: rotate(360deg);
  365. }
  366. }
  367. .loading_text {
  368. height: 40px;
  369. }
  370. }
  371. .loadData{
  372. min-width:200px;
  373. height:150px;
  374. position: absolute;
  375. left: 50%;
  376. top:50%;
  377. z-index: 999999999999;
  378. transform: translate(-50%,-50%);
  379. background: rgba(0,0,0,0.6);
  380. border-radius: 10px;
  381. z-index: 1000;
  382. display: flex;
  383. flex-direction: column;
  384. align-items: center;
  385. justify-content:center;
  386. font-size:18px;
  387. img{
  388. width:90px;
  389. margin-top: 10px;
  390. }
  391. .loadingMsg{
  392. color: rgba(255, 255, 255, 0.83);
  393. margin: 10px;
  394. margin-top: 0px;
  395. }
  396. }
  397. .dialog{
  398. position: fixed;
  399. top: 0;
  400. right: 0;
  401. bottom: 0;
  402. left: 0;
  403. overflow: auto;
  404. margin: 0;
  405. .main{
  406. margin-top: 35vh;
  407. width: 80%;
  408. position: relative;
  409. margin: 0 auto 50px;
  410. background: #FFF;
  411. border-radius: 2px;
  412. box-shadow: 0 1px 3px rgba(0,0,0,.3);
  413. box-sizing: border-box;
  414. }
  415. }