index.scss 7.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412
  1. page {
  2. // background: #f2f2f2;
  3. }
  4. .leadBg{
  5. position: absolute;
  6. width: 100vw;
  7. height: 100vh;
  8. left: 0;
  9. top: 0;
  10. z-index: 9999;
  11. background: rgba(0, 0, 0, .69);
  12. // padding-left: 38rpx;
  13. // padding-right: 38rpx;
  14. display: flex;
  15. justify-content: center;
  16. .leadBox1{
  17. // margin-bottom: 138rpx;
  18. width: 646rpx;
  19. height: 842rpx;
  20. background-image: url(@/static/szr_lead.png);
  21. background-size: cover;
  22. margin-top: 280rpx;
  23. position: relative;
  24. .nextBtn{
  25. width: 350rpx;
  26. height: 140rpx;
  27. // background: red;
  28. position: absolute;
  29. right: 0;
  30. bottom: 0rpx;
  31. }
  32. }
  33. .leadBox2{
  34. width: 634rpx;
  35. // width: 100%;
  36. height: 1226rpx;
  37. background-image: url(@/static/index_lead2.png);
  38. background-size: cover;
  39. // margin-top: 400rpx;
  40. // position: relative;
  41. margin-left: -60rpx;
  42. position: absolute;
  43. bottom: 0;
  44. .nextBtn{
  45. width: 350rpx;
  46. height: 140rpx;
  47. // background: green;
  48. position: absolute;
  49. right: 0;
  50. bottom:330rpx;
  51. }
  52. }
  53. }
  54. .pos{
  55. height: 45px;
  56. }
  57. .pos2{
  58. height: 40px;
  59. }
  60. view {
  61. box-sizing: border-box;
  62. }
  63. .container{
  64. padding-bottom:85rpx;
  65. .context{
  66. // padding: 40rpx;
  67. // padding-left: 30rpx;
  68. // padding-right: 30rpx;
  69. }
  70. .addPd{
  71. padding-left: 10rpx;
  72. padding-right: 10rpx;
  73. margin-bottom: 26rpx;
  74. .createPro{
  75. border-radius: 15rpx;
  76. height: 336rpx;
  77. // aspect-ratio: 7/3;
  78. background:url('@/static/images/createBg.png') no-repeat;
  79. background-size: 100% 100%;
  80. display: flex;
  81. align-items: center;
  82. justify-content: center;
  83. .centerAdd{
  84. display: flex;
  85. align-items: center;
  86. flex-direction: column;
  87. justify-content: center;
  88. .addIcon{
  89. width: 64rpx;
  90. height: 64rpx;
  91. text{
  92. font-size: 72rpx;
  93. }
  94. image{
  95. width: 100%;
  96. height: 100%;
  97. }
  98. }
  99. .addTxt{
  100. margin-top: 24rpx;
  101. font-size: 32rpx;
  102. font-family: PingFang-SC, PingFang-SC;
  103. font-weight: 800;
  104. color: #FFFFFF;
  105. }
  106. }
  107. }
  108. }
  109. .swiperBox{
  110. height: 352rpx;
  111. background: #FFFFFF;
  112. border-radius: 24rpx;
  113. box-shadow: 0rpx 0rpx 8rpx 0rpx rgba(0,0,0,0.16);
  114. // opacity: 0.07;
  115. // filter: blur(4px);
  116. padding-top: 48rpx;
  117. padding-left: 24rpx;
  118. .draftLabel{
  119. font-size: 32rpx;
  120. font-family: PingFang-SC, PingFang-SC;
  121. font-weight: 800;
  122. color: #333333;
  123. margin-bottom: 24rpx;
  124. display: flex;
  125. align-items: center;
  126. .labelIcon{
  127. width: 32rpx;
  128. height: 30rpx;
  129. margin-right: 10rpx;
  130. margin-top: 5rpx;
  131. }
  132. }
  133. .swiperCard{
  134. display: flex;
  135. align-items: center;
  136. flex-wrap: nowrap;
  137. overflow-y: hidden;
  138. overflow-x: scroll;
  139. white-space: nowrap;
  140. .itemBox{
  141. width: 330rpx;
  142. height: 184rpx;
  143. // height: 210rpx;
  144. border-radius: 20rpx;
  145. // background-size: cover;
  146. background-size: 100% 100%;
  147. background-repeat: no-repeat;
  148. flex-shrink: 0;
  149. margin-right: 30rpx;
  150. display: flex;
  151. justify-content: center;
  152. position: relative;
  153. .role{
  154. width:70%;
  155. height: 100%;
  156. }
  157. .barBox{
  158. box-sizing: border-box;
  159. position: absolute;
  160. bottom: 0;
  161. left: 0;
  162. width: 330rpx;
  163. height: 40rpx;
  164. background: rgba(0,0,0,0.22);
  165. border-radius:0 0 20rpx 20rpx;
  166. display: flex;
  167. align-items: center;
  168. justify-content: space-between;
  169. padding-left: 16rpx;
  170. padding-right: 16rpx;
  171. .name{
  172. font-size: 24rpx;
  173. font-family: PingFang-SC, PingFang-SC;
  174. font-weight: 500;
  175. color: #333333;
  176. color:white;
  177. width: 90%;
  178. overflow:hidden;
  179. white-space: nowrap;
  180. text-overflow: ellipsis;
  181. }
  182. text{
  183. }
  184. }
  185. }
  186. }
  187. .dotBox{
  188. display: flex;
  189. align-items: center;
  190. margin-top: 20rpx;
  191. padding-left: 16rpx;
  192. .i1{
  193. width: 26rpx;
  194. height: 6rpx;
  195. background: #207CF4;
  196. border-radius: 8rpx;
  197. margin-right: 5rpx;
  198. }
  199. .i2,.i3,.i4,.i5{
  200. width: 12rpx;
  201. height: 6rpx;
  202. background: #E9EDF3;
  203. border-radius: 3rpx;
  204. margin-right: 5rpx;
  205. }
  206. }
  207. }
  208. .draft{
  209. margin-top: 30rpx;
  210. .draftLabel{
  211. font-size: 32rpx;
  212. font-family: PingFang-SC, PingFang-SC;
  213. font-weight: 800;
  214. color: #333333;
  215. margin-bottom: 30rpx;
  216. display: flex;
  217. align-items: center;
  218. .labelIcon{
  219. width: 32rpx;
  220. height: 30rpx;
  221. margin-right: 10rpx;
  222. margin-top: 5rpx;
  223. }
  224. }
  225. .addpd2{
  226. }
  227. .draftList{
  228. display: flex;
  229. justify-content:space-between;
  230. flex-wrap: wrap;
  231. // background: red;
  232. // .itemBox:nth-of-type(1n){
  233. // margin-right: 5rpx;
  234. // }
  235. .itemBox{
  236. width: 50%;
  237. display: flex;
  238. flex-direction: column;
  239. align-items: center;
  240. margin-bottom: 30rpx;
  241. .top{
  242. height: 184rpx;
  243. width: 92%;
  244. border-radius: 15rpx;
  245. position: relative;
  246. aspect-ratio: 9/16;
  247. background: #ccc;
  248. z-index: 1;
  249. // background: red;
  250. image{
  251. width: 100%;
  252. height:100%;
  253. border-radius: 15rpx;
  254. }
  255. }
  256. .bottom{
  257. display: flex;
  258. align-items: center;
  259. justify-content: space-between;
  260. margin-top: 15rpx;
  261. // width: 320rpx;
  262. width: 95%;
  263. padding-right: 15rpx;
  264. padding-left: 10rpx;
  265. .left{
  266. font-size: 24rpx;
  267. display: -webkit-box;
  268. -webkit-box-orient: vertical;
  269. overflow: hidden;
  270. -webkit-line-clamp: 2;
  271. }
  272. .delIcon{
  273. // width: 32rpx;
  274. // height: 32rpx;
  275. // image{
  276. // width: 100%;
  277. // height: 100%;
  278. // }
  279. }
  280. }
  281. }
  282. }
  283. }
  284. }
  285. .tipBox{
  286. // position: relative;
  287. .preloader_1 {
  288. position: absolute;
  289. margin-right: 130rpx;
  290. top:40%;
  291. z-index: 9;
  292. }
  293. .loadingBox{
  294. width: 110rpx;
  295. height: 10rpx;
  296. left:50%;
  297. transform: translateX(-50%);
  298. }
  299. .preloader_1 view {
  300. display: block;
  301. bottom: 0rpx;
  302. width: 18rpx;
  303. height: 10rpx;
  304. background: #9b59b6;
  305. position: absolute;
  306. animation: preloader_1 1.5s infinite ease-in-out;
  307. }
  308. .preloader_1 view:nth-child(2) {
  309. left: 22rpx;
  310. animation-delay: .2s;
  311. }
  312. .preloader_1 view:nth-child(3) {
  313. left: 44rpx;
  314. animation-delay: .4s;
  315. }
  316. .preloader_1 view:nth-child(4) {
  317. left: 66rpx;
  318. animation-delay: .6s;
  319. }
  320. .preloader_1 view:nth-child(5) {
  321. left:88rpx;
  322. animation-delay: .8s;
  323. }
  324. @keyframes preloader_1 {
  325. 0% {
  326. height: 2rpx;
  327. transform: translateY(0rpx);
  328. background: #9b59b6;
  329. }
  330. 25% {
  331. height: 30px;
  332. transform: translateY(30rpx);
  333. background: #3498db;
  334. }
  335. 50% {
  336. height: 5px;
  337. transform: translateY(0rpx);
  338. background: #9b59b6;
  339. }
  340. 100% {
  341. height: 5px;
  342. transform: translateY(0rpx);
  343. background: #9b59b6;
  344. }
  345. }
  346. .tip{
  347. position: absolute;
  348. bottom: 15%;
  349. width: 100%;
  350. text-align: center;
  351. font-size: 24rpx;
  352. font-family: PingFang-SC, PingFang-SC;
  353. font-weight: 500;
  354. color: #237FED;
  355. }
  356. .progress{
  357. margin-top:150%;
  358. // position: absolute;
  359. // z-index: 9;
  360. // bottom: 35%;
  361. // left: 10%;
  362. }
  363. }