index.scss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444
  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. .draftList1{
  228. overflow: hidden;
  229. margin-left: 20rpx;
  230. .isLoginList{
  231. float: left;
  232. .item{
  233. padding: 7rpx 16rpx;
  234. margin-right: 30rpx;
  235. border-radius: 50rpx;
  236. background-color: #F4F4F4;
  237. font-family: PingFang-SC, PingFang-SC
  238. }
  239. }
  240. }
  241. .draftList{
  242. display: flex;
  243. margin-top: 20rpx;
  244. // justify-content:space-between;
  245. // flex-wrap: wrap;
  246. // background: red;
  247. // .itemBox:nth-of-type(1n){
  248. // margin-right: 5rpx;
  249. // }
  250. flex-wrap: wrap;
  251. // background-color: fuchsia;
  252. overflow: hidden;
  253. // margin-left: 20rpx;
  254. // .isLoginList{
  255. // float: left;
  256. // // .item{
  257. // // padding: 7rpx 16rpx;
  258. // // margin-right: 30rpx;
  259. // // border-radius: 50rpx;
  260. // // background-color: #F4F4F4;
  261. // // font-family: PingFang-SC, PingFang-SC
  262. // // }
  263. // }
  264. .itemBox{
  265. width: 50%;
  266. // background-color: red;
  267. display: flex;
  268. flex-direction: column;
  269. align-items: center;
  270. margin-bottom: 30rpx;
  271. .top{
  272. height: 184rpx;
  273. width: 92%;
  274. border-radius: 15rpx;
  275. position: relative;
  276. aspect-ratio: 9/16;
  277. background: #ccc;
  278. z-index: 1;
  279. // background: red;
  280. image{
  281. width: 100%;
  282. height:100%;
  283. border-radius: 15rpx;
  284. }
  285. }
  286. .bottom{
  287. display: flex;
  288. align-items: center;
  289. justify-content: space-between;
  290. margin-top: 15rpx;
  291. // width: 320rpx;
  292. width: 95%;
  293. padding-right: 15rpx;
  294. padding-left: 10rpx;
  295. .left{
  296. font-size: 24rpx;
  297. display: -webkit-box;
  298. -webkit-box-orient: vertical;
  299. overflow: hidden;
  300. -webkit-line-clamp: 2;
  301. }
  302. .delIcon{
  303. // width: 32rpx;
  304. // height: 32rpx;
  305. // image{
  306. // width: 100%;
  307. // height: 100%;
  308. // }
  309. }
  310. }
  311. }
  312. }
  313. }
  314. }
  315. .tipBox{
  316. // position: relative;
  317. .preloader_1 {
  318. position: absolute;
  319. margin-right: 130rpx;
  320. top:40%;
  321. z-index: 9;
  322. }
  323. .loadingBox{
  324. width: 110rpx;
  325. height: 10rpx;
  326. left:50%;
  327. transform: translateX(-50%);
  328. }
  329. .preloader_1 view {
  330. display: block;
  331. bottom: 0rpx;
  332. width: 18rpx;
  333. height: 10rpx;
  334. background: #9b59b6;
  335. position: absolute;
  336. animation: preloader_1 1.5s infinite ease-in-out;
  337. }
  338. .preloader_1 view:nth-child(2) {
  339. left: 22rpx;
  340. animation-delay: .2s;
  341. }
  342. .preloader_1 view:nth-child(3) {
  343. left: 44rpx;
  344. animation-delay: .4s;
  345. }
  346. .preloader_1 view:nth-child(4) {
  347. left: 66rpx;
  348. animation-delay: .6s;
  349. }
  350. .preloader_1 view:nth-child(5) {
  351. left:88rpx;
  352. animation-delay: .8s;
  353. }
  354. @keyframes preloader_1 {
  355. 0% {
  356. height: 2rpx;
  357. transform: translateY(0rpx);
  358. background: #9b59b6;
  359. }
  360. 25% {
  361. height: 30px;
  362. transform: translateY(30rpx);
  363. background: #3498db;
  364. }
  365. 50% {
  366. height: 5px;
  367. transform: translateY(0rpx);
  368. background: #9b59b6;
  369. }
  370. 100% {
  371. height: 5px;
  372. transform: translateY(0rpx);
  373. background: #9b59b6;
  374. }
  375. }
  376. .tip{
  377. position: absolute;
  378. bottom: 15%;
  379. width: 100%;
  380. text-align: center;
  381. font-size: 24rpx;
  382. font-family: PingFang-SC, PingFang-SC;
  383. font-weight: 500;
  384. color: #237FED;
  385. }
  386. .progress{
  387. margin-top:150%;
  388. // position: absolute;
  389. // z-index: 9;
  390. // bottom: 35%;
  391. // left: 10%;
  392. }
  393. }