viewMask.scss 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395
  1. .mask-view{
  2. position: absolute;
  3. bottom:0rem;
  4. width:100vw;
  5. height:100vh;
  6. box-sizing: border-box;
  7. z-index: 12;
  8. font-family: "Verdana Bold";
  9. font-size: 0rem;
  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 - 408rem);
  20. z-index: 12;
  21. pointer-events: auto;
  22. }
  23. /deep/.el-carousel__container{
  24. height:calc(100vh - 408rem);
  25. }
  26. .btn-view{
  27. position: absolute;
  28. bottom: 620rem;
  29. left: 30rem;
  30. width: 72rem;
  31. z-index: 13;
  32. pointer-events: auto;
  33. .change-angle{
  34. position: relative;
  35. width: 72rem;
  36. height: 160rem;
  37. border-radius: 36rem;
  38. padding:20rem 10rem;
  39. background: rgba(0, 0, 0, 0.5);
  40. box-sizing: border-box;
  41. font-family: "Verdana Bold";
  42. font-weight: 700;
  43. font-size: 24rem;
  44. color: #fff;
  45. text-align: center;
  46. justify-content:unset;
  47. z-index: 13;
  48. .camera{
  49. width: 43.07rem;
  50. height: 49.22rem;
  51. }
  52. pointer-events: auto;
  53. }
  54. .compareBtn {
  55. position: relative;
  56. background: rgba(0,0,0,0.2);
  57. border-radius: 50%;
  58. display: flex;
  59. justify-content: center;
  60. align-items: center;
  61. pointer-events: auto;
  62. z-index:11;
  63. width: 72rem;
  64. height: 72rem;
  65. }
  66. .likeBtn{
  67. width: 72rem;
  68. height: 132rem;
  69. border-radius: 36rem;
  70. padding:30rem 10rem;
  71. background: rgba(0, 0, 0, 0.5);
  72. box-sizing: border-box;
  73. font-family: "Verdana Bold";
  74. font-weight: 700;
  75. font-size: 26rem;
  76. color: #fff;
  77. text-align: center;
  78. justify-content:unset;
  79. z-index: 13;
  80. pointer-events: auto;
  81. }
  82. .like{
  83. background: rgba(249, 193, 102, 0.5);
  84. }
  85. .btn1{
  86. margin-bottom:20rem;
  87. }
  88. .compareIcon {
  89. width: 42rem;
  90. height: 44rem;
  91. }
  92. .down{
  93. width: 40rem;
  94. height: 39rem;
  95. }
  96. }
  97. .layout-view{
  98. position: absolute;
  99. bottom:0rem;
  100. left:0rem;
  101. width: 100vw;
  102. height: 600rem;
  103. border-radius: 40rem 40rem 0 0;
  104. background: #fff;
  105. box-shadow: 0 -6rem 12rem rgba(0, 0, 0, 0.12);
  106. z-index: 15;
  107. padding:0rem 60rem;
  108. box-sizing: border-box;
  109. pointer-events: auto;
  110. .signscoll-block{
  111. position: absolute;
  112. width: 90rem;
  113. height: 10rem;
  114. border-radius: 5rem;
  115. background: #707070;
  116. opacity: 0.6;
  117. top: 10rem;
  118. left:330rem;
  119. }
  120. }
  121. .grid{
  122. display: grid;
  123. grid-template-columns: repeat(4, 1fr);;
  124. grid-row-gap: 20rem;
  125. grid-column-gap:50rem;
  126. }
  127. .aiEdit {
  128. position: relative;
  129. width: 100%;
  130. display: flex;
  131. flex-direction: column;
  132. align-items: center;
  133. margin-top:60rem;
  134. .aiStyleList {
  135. width: 100%;
  136. // height: 220rem;
  137. /* background: #333; */
  138. flex-shrink: 0;
  139. // white-space: nowrap;
  140. .scrollViewItem {
  141. width: 120rem;
  142. height: 168rem;
  143. // display: inline-block;
  144. // margin: 0rem 10rem;
  145. }
  146. .scrollViewItem:first-child {
  147. // margin-left: 30rem;
  148. }
  149. .scrollViewItem:last-child {
  150. // margin-right: 30rem;
  151. }
  152. .styleItem {
  153. position: absolute;
  154. width: 120rem;
  155. // height: 100%;
  156. display: flex;
  157. flex-direction: column;
  158. align-items: center;
  159. .styleIcon {
  160. width: 120rem;
  161. height: 120rem;
  162. background: #5c5c5c;
  163. border-radius: 12rem;
  164. border: 2rem solid #fff;
  165. box-sizing: border-box;
  166. }
  167. .styleTitle {
  168. margin-top: 8rem;
  169. height:40rem;
  170. font-family: "Verdana";
  171. font-weight: 400;
  172. font-size: 28rem;
  173. text-align: center;
  174. color: #4e4e4e;
  175. }
  176. }
  177. .styleItemSelected {
  178. .styleIcon {
  179. border: 2rem solid #ff9c38;
  180. }
  181. .styleTitle {
  182. font-family: "Verdana Bold";
  183. font-weight: 700;
  184. color: #ff9f40;
  185. }
  186. }
  187. }
  188. .aiStyleList ::-webkit-scrollbar {
  189. width: 0;
  190. height: 0;
  191. background-color: transparent;
  192. }
  193. .aiTool {
  194. width: 100%;
  195. height: 100rem;
  196. display: flex;
  197. flex-direction: row;
  198. align-items: center;
  199. justify-content: center;
  200. /* background: red; */
  201. // margin: 0rem 30rem;
  202. margin-top: 10rem;
  203. padding: 0rem 30rem;
  204. box-sizing: border-box;
  205. .changeBtn {
  206. width: 320rem;
  207. height: 100rem;
  208. border-radius: 50rem;
  209. background: rgba(255, 156, 56, 0.15);
  210. margin-right: 30rem;
  211. line-height: 100rem;
  212. text-align: center;
  213. font-family: "DIN Alternate Bold";
  214. font-weight: 700;
  215. font-size: 32rem;
  216. color: #ff9f36;
  217. }
  218. .submitBtn {
  219. width: 460rem;
  220. border-radius: 50rem;
  221. background: rgba(255, 156, 56, 0.15);
  222. text-align: center;
  223. height: 100%;
  224. line-height: 100rem;
  225. font-family: "DIN Alternate Bold";
  226. font-weight: 700;
  227. font-size: 28rem;
  228. color: #fff;
  229. box-shadow: 0 6rem 20rem rgba(242, 152, 2, 0.2);
  230. backdrop-filter: blur(40rem);
  231. background-color: rgba(255, 255, 255, 0.15);
  232. background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
  233. }
  234. .disable{
  235. background-color: #ccc;
  236. background-image: unset;
  237. }
  238. .continue{
  239. width: 330rem;
  240. background: #fab060;
  241. }
  242. .right-icon{
  243. width: 34rem;
  244. height: 34rem;
  245. margin-right:10rem;
  246. }
  247. .magic-icon{
  248. width: 40.6rem;
  249. height: 40.56rem;
  250. margin-right:10rem;
  251. }
  252. }
  253. }
  254. .btn-list{
  255. position: relative;
  256. width: 100%;
  257. box-sizing: border-box;
  258. margin-top:26rem;
  259. .btn{
  260. height: 100rem;
  261. border-radius: 50rem;
  262. backdrop-filter:blur(40px);
  263. --webkit-backdrop-filter: blur(40px);
  264. font-family: "Verdana Bold";
  265. font-weight: 700;
  266. font-size: 32rem;
  267. color: #272727;
  268. box-sizing: border-box;
  269. }
  270. .up1{
  271. color: rgba(245, 145, 39, 1);
  272. background-image:linear-gradient(124deg, rgba(245, 201, 82, 0.4) 0%, rgba(239, 149, 57, 0.4) 100%);
  273. }
  274. .up2{
  275. color: rgba(255, 255, 255, 1);
  276. background-image:linear-gradient(124deg, rgba(245, 201, 82, 1) 0%, rgba(239, 149, 57, 1) 100%);
  277. }
  278. .houseType{
  279. width: 320rem;
  280. margin-left: -14rem;
  281. box-shadow: 0 6rem 20rem #f2980233;
  282. }
  283. .AiBtn{
  284. width: 320rem;
  285. margin-right: -14rem;
  286. box-shadow: 0 6rem 20rem #f2980233;
  287. }
  288. }
  289. .connect-view{
  290. position: absolute;
  291. width: 139rem;
  292. height: 184rem;
  293. background: transparent;
  294. bottom: 605rem;
  295. right:24rem;
  296. box-sizing: border-box;
  297. .defaultHead{
  298. width: 139rem;
  299. height: 184rem;
  300. }
  301. }
  302. .indicator-view{
  303. position: absolute;
  304. z-index: 12;
  305. bottom: 620rem;
  306. left:50%;
  307. transform: translateX(-50%);
  308. .indicator-item{
  309. width: 12rem;
  310. height: 12rem;
  311. background: #fff;
  312. opacity: 0.52;
  313. margin-right:6rem;
  314. border-radius: 50%;
  315. &.active{
  316. opacity:1;
  317. }
  318. &:last-child{
  319. margin-right:0rem;
  320. }
  321. }
  322. }
  323. .loading_more {
  324. position: absolute;
  325. width: 100%;
  326. z-index: 12;
  327. bottom: 640rem;
  328. display: flex;
  329. align-items: center;
  330. justify-content: center;
  331. z-index: 25;
  332. color:#fff;
  333. font-size:28rem;
  334. .loading_img {
  335. width: 40rem;
  336. height: 40rem;
  337. margin-right: 10rem;
  338. -webkit-animation: rotation 1s linear infinite;
  339. animation: rotation 1s linear infinite;
  340. }
  341. @-webkit-keyframes rotation {
  342. 0% {
  343. transform: rotate(0deg);
  344. }
  345. 100% {
  346. transform: rotate(360deg);
  347. }
  348. }
  349. .loading_text {
  350. height: 40rem;
  351. }
  352. }
  353. .loadData{
  354. min-width:110px;
  355. height:110px;
  356. position: absolute;
  357. left: 50%;
  358. top:50%;
  359. z-index: 999999999999;
  360. transform: translate(-50%,-50%);
  361. background: rgba(0,0,0,0.6);
  362. border-radius: 10px;
  363. z-index: 1000;
  364. display: flex;
  365. flex-direction: column;
  366. align-items: center;
  367. justify-content:center;
  368. font-size:18rem;
  369. img{
  370. width:90px;
  371. margin-top: 10px;
  372. }
  373. .loadingMsg{
  374. color: rgba(255, 255, 255, 0.83);
  375. margin: 10px;
  376. margin-top: 0px;
  377. }
  378. }