index.scss 8.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434
  1. view {
  2. box-sizing: border-box;
  3. }
  4. ::v-deep .u-upload__wrap__preview__image{
  5. width: calc(100vw - 128rpx)!important;
  6. height: 626rpx!important;
  7. border-radius: 20rpx!important;
  8. }
  9. ::v-deep .u-upload__deletable{
  10. background: rgba(0,0,0,0)!important;
  11. }
  12. ::v-deep .u-upload__deletable__icon{
  13. width: 40rpx!important;
  14. height: 40rpx!important;
  15. border-radius: 50%!important;
  16. display: flex!important;
  17. align-items: center!important;
  18. justify-content: center!important;
  19. }
  20. ::v-deep .u-upload__wrap__preview{
  21. margin: 0!important;
  22. }
  23. ::v-deep .u-upload__deletable__icon{
  24. // display: flex!important;
  25. // align-items: center!important;
  26. // justify-content: center!important;
  27. }
  28. ::v-deep .u-icon__icon{
  29. font-size:40rpx!important;
  30. }
  31. ::v-deep .u-upload__success{
  32. display: none!important;
  33. }
  34. .container {
  35. min-height: 100vh;
  36. position: relative;
  37. .topBox{
  38. height: 194rpx;
  39. // background: deepskyblue;
  40. border-radius: 0 0 40rpx 0;
  41. padding-top: 48rpx;
  42. padding-left: 48rpx;
  43. display: flex;
  44. background-size: cover;
  45. background-repeat: no-repeat;
  46. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
  47. .left{
  48. .aiIcon{
  49. // width: 62rpx;
  50. // height: 52rpx;
  51. height: 78rpx;
  52. margin-top: -14rpx;
  53. }
  54. }
  55. .right{
  56. margin-left: -5rpx;
  57. .label1{
  58. // font-size: 40rpx;
  59. // font-family: DOUYUFont;
  60. // color: #FFFFFF;
  61. // text-shadow: 0px 4px 8px rgba(0,67,181,0.16);
  62. // width: 222rpx;
  63. height: 54rpx;
  64. }
  65. .label2{
  66. font-size: 32rpx;
  67. font-family: SourceHanSansCN, SourceHanSansCN;
  68. font-weight: bold;
  69. color: #FFFFFF;
  70. text-shadow: 0px 4px 8px rgba(0,67,181,0.16);
  71. padding-left: 6rpx;
  72. }
  73. }
  74. }
  75. .mainBox{
  76. margin-top:40rpx;
  77. padding: 0 30rpx;
  78. .titleBox{
  79. background: #F0F1F4;
  80. background: linear-gradient(90deg,#F0F1F4,#fff);
  81. height: 62rpx;
  82. width: 60%;
  83. border-radius: 32rpx 0rpx 0rpx 0rpx;
  84. font-size: 32rpx;
  85. font-family: SourceHanSansCN, SourceHanSansCN;
  86. font-weight: bold;
  87. color: #333333;
  88. display: flex;
  89. align-items: center;
  90. padding-left: 32rpx;
  91. position: relative;
  92. .starIcon{
  93. width: 24rpx;
  94. height: 24rpx;
  95. position: absolute;
  96. right: 0;
  97. top: 0;
  98. }
  99. }
  100. .uploadBox{
  101. padding: 40rpx 32rpx;
  102. min-height: 798rpx;
  103. background: #F0F1F4;
  104. border-radius: 0rpx 32rpx 32rpx 32rpx;
  105. .tipBox{
  106. height: 60rpx;
  107. background: #FFFFFF;
  108. border-radius: 8rpx;
  109. display: flex;
  110. align-items: center;
  111. padding-left: 24rpx;
  112. font-size: 24rpx;
  113. font-family: PingFang-SC, PingFang-SC;
  114. font-weight: bold;
  115. color: #333333;
  116. width: 90%;
  117. .tipIcon{
  118. width: 78rpx;
  119. height: 34rpx;
  120. margin-right: 12rpx;
  121. }
  122. }
  123. .selBox{
  124. width: 100%;
  125. margin-top: 32rpx;
  126. .myUpArea{
  127. font-size: 26rpx;
  128. font-family: PingFangSC, PingFang SC;
  129. font-weight: 400;
  130. color: #696969;
  131. display: flex;
  132. flex-direction: column;
  133. justify-content: center;
  134. align-items: center;
  135. height: 626rpx;
  136. width: calc(100vw - 128rpx);
  137. background: red;
  138. background: #FFFFFF;
  139. border-radius: 20rpx;
  140. }
  141. .upIcon{
  142. height: 96rpx;
  143. margin-bottom: 16rpx;
  144. }
  145. }
  146. }
  147. }
  148. .parmasBox{
  149. margin-top: 40rpx;
  150. padding: 0 30rpx;
  151. .titleBox{
  152. background: #F0F1F4;
  153. background: linear-gradient(90deg,#F0F1F4,#fff);
  154. height: 62rpx;
  155. width: 60%;
  156. border-radius: 32rpx 0rpx 0rpx 0rpx;
  157. font-size: 32rpx;
  158. font-family: SourceHanSansCN, SourceHanSansCN;
  159. font-weight: bold;
  160. color: #333333;
  161. display: flex;
  162. align-items: center;
  163. padding-left: 32rpx;
  164. position: relative;
  165. .starIcon{
  166. width: 24rpx;
  167. height: 24rpx;
  168. position: absolute;
  169. right: 150rpx;
  170. top: 0;
  171. }
  172. }
  173. .inputBox{
  174. width: 100%;
  175. min-height: 452rpx;
  176. background: #F0F1F4;
  177. border-radius: 0rpx 32rpx 32rpx 32rpx;
  178. padding: 40rpx 32rpx;
  179. font-size: 30rpx;
  180. font-family: PingFang-SC, PingFang-SC;
  181. font-weight: 500;
  182. // color: #CCCCCC;
  183. .selAndTileBox{
  184. display: flex;
  185. align-items: center;
  186. justify-content: space-between;
  187. .selBtn{
  188. width: 28%;
  189. height: 108rpx;
  190. background: #FFFFFF;
  191. border-radius: 20rpx;
  192. font-size: 30rpx;
  193. font-family: PingFang-SC, PingFang-SC;
  194. font-weight: 500;
  195. color: #333333;
  196. display: flex;
  197. align-items: center;
  198. justify-content: center;
  199. }
  200. }
  201. .nickname{
  202. height: 108rpx;
  203. background: #FFFFFF;
  204. border-radius: 20rpx;
  205. display: flex;
  206. align-items: center;
  207. justify-content: space-between;
  208. padding: 0 24rpx;
  209. width: 65%;
  210. .nackI{
  211. }
  212. .arrIcon{
  213. width: 12rpx;
  214. height: 20rpx;
  215. }
  216. }
  217. }
  218. }
  219. }
  220. .pos{
  221. height: 212rpx;
  222. }
  223. .btnBox{
  224. height: 188rpx;
  225. background: #FFFFFF;
  226. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
  227. border-radius: 32rpx 32rpx 0rpx 0rpx;
  228. position: fixed;
  229. bottom: 0;
  230. width: 100%;
  231. z-index: 1;
  232. display: flex;
  233. align-items: center;
  234. justify-content: space-between;
  235. // padding-left: 66rpx;
  236. padding-right: 30rpx;
  237. .left{
  238. display: flex;
  239. flex-direction: column;
  240. justify-content: center;
  241. align-items: flex-start;
  242. font-size: 20rpx;
  243. font-family: PingFang-SC, PingFang-SC;
  244. font-weight: 500;
  245. color: #333333;
  246. height: 108rpx;
  247. width: calc(100% - 552rpx);
  248. // background: red;
  249. padding-left: 66rpx;
  250. .kfIcon{
  251. width: 38rpx;
  252. height: 40rpx;
  253. margin-bottom: 4rpx;
  254. }
  255. }
  256. .right{
  257. width: 552rpx;
  258. height: 108rpx;
  259. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  260. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,122,255,0.2);
  261. border-radius: 54rpx;
  262. display: flex;
  263. flex-direction: column;
  264. justify-content: center;
  265. align-items: center;
  266. .top{
  267. font-size: 32rpx;
  268. font-family: SourceHanSansCN, SourceHanSansCN;
  269. font-weight: bold;
  270. color: #FFFFFF;
  271. margin-bottom: 10rpx;
  272. }
  273. .bot{
  274. font-size: 24rpx;
  275. font-family: PingFang-SC, PingFang-SC;
  276. font-weight: bold;
  277. color: #FFFFFF;
  278. }
  279. }
  280. }
  281. .topBar{
  282. display: flex;
  283. align-items: center;
  284. margin-top: 36rpx;
  285. padding: 0 28rpx;
  286. .left{
  287. width: 20%;
  288. font-size: 32rpx;
  289. font-family: PingFang-SC, PingFang-SC;
  290. font-weight: 500;
  291. color: #999999;
  292. }
  293. .mid{
  294. width: 60%;
  295. text-align: center;
  296. font-size: 32rpx;
  297. font-family: PingFangSC, PingFang SC;
  298. font-weight: 500;
  299. color: #080F18;
  300. }
  301. .right{
  302. width: 20%;
  303. text-align: right;
  304. font-size: 32rpx;
  305. font-family: PingFang-SC, PingFang-SC;
  306. font-weight: 500;
  307. color: #007AFF;
  308. }
  309. }
  310. ::v-deep .u-popup__content{
  311. border-radius: 20rpx 20rpx 0rpx 0rpx!important;
  312. }
  313. ::v-deep .u-picker__view__column__item{
  314. // color: #007AFF!important;
  315. }
  316. .otherBox{
  317. margin-top: 24rpx;
  318. display: flex;
  319. flex-wrap: wrap;
  320. justify-content: space-between;
  321. // background: red;
  322. .item{
  323. height: 108rpx;
  324. background: #FFFFFF;
  325. border-radius: 20rpx;
  326. display: flex;
  327. align-items: center;
  328. justify-content: space-between;
  329. padding: 0 24rpx;
  330. width: 45%;
  331. margin-bottom: 24rpx;
  332. .nackI{
  333. }
  334. .arrIcon{
  335. width: 12rpx;
  336. height: 20rpx;
  337. }
  338. }
  339. .item:nth-child(3),.item:nth-child(4){
  340. margin-bottom: 0rpx;
  341. }
  342. }
  343. // .my-picker .active{
  344. // background-color:#007AFF;
  345. // color:#007AFF;
  346. // }
  347. ::v-deep .u-loading-page{
  348. position: absolute!important;
  349. width: 100vw;
  350. height: 100vh;
  351. z-index: 9999!important;
  352. background: #e8e8e8;
  353. }
  354. .loadingP{
  355. display: flex;
  356. flex-direction: column;
  357. align-items: center;
  358. justify-content: center;
  359. // background:#eee;
  360. background: white;
  361. height: 100vh;
  362. width: 100vw;
  363. position: absolute;
  364. z-index: 999999999999999999;
  365. .loadingPic{
  366. width: 150rpx;
  367. height: 150rpx;
  368. // transform: translateY(-50%);
  369. margin-top: -400rpx;
  370. }
  371. .loadingTxt{
  372. color: #999;
  373. font-size: 34rpx;
  374. margin-top: 20rpx;
  375. }
  376. }