viewMask.scss 5.6 KB

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