index.scss 6.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347
  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. .topBox{
  36. height: 194rpx;
  37. background: deepskyblue;
  38. border-radius: 0 0 40rpx 0;
  39. padding-top: 48rpx;
  40. padding-left: 48rpx;
  41. display: flex;
  42. .left{
  43. .aiIcon{
  44. width: 62rpx;
  45. height: 52rpx;
  46. }
  47. }
  48. .right{
  49. margin-left: 15rpx;
  50. .label1{
  51. font-size: 40rpx;
  52. font-family: DOUYUFont;
  53. color: #FFFFFF;
  54. text-shadow: 0px 4px 8px rgba(0,67,181,0.16);
  55. }
  56. .label2{
  57. font-size: 32rpx;
  58. font-family: SourceHanSansCN, SourceHanSansCN;
  59. font-weight: bold;
  60. color: #FFFFFF;
  61. text-shadow: 0px 4px 8px rgba(0,67,181,0.16);
  62. }
  63. }
  64. }
  65. .mainBox{
  66. margin-top: 52rpx;
  67. padding: 0 30rpx;
  68. .titleBox{
  69. background: #F0F1F4;
  70. background: linear-gradient(90deg,#F0F1F4,#fff);
  71. height: 62rpx;
  72. width: 60%;
  73. border-radius: 32rpx 0rpx 0rpx 0rpx;
  74. font-size: 32rpx;
  75. font-family: SourceHanSansCN, SourceHanSansCN;
  76. font-weight: bold;
  77. color: #333333;
  78. display: flex;
  79. align-items: center;
  80. padding-left: 32rpx;
  81. }
  82. .uploadBox{
  83. padding: 40rpx 32rpx;
  84. min-height: 798rpx;
  85. background: #F0F1F4;
  86. border-radius: 0rpx 32rpx 32rpx 32rpx;
  87. .tipBox{
  88. height: 60rpx;
  89. background: #FFFFFF;
  90. border-radius: 8rpx;
  91. display: flex;
  92. align-items: center;
  93. padding-left: 24rpx;
  94. font-size: 24rpx;
  95. font-family: PingFang-SC, PingFang-SC;
  96. font-weight: bold;
  97. color: #333333;
  98. width: 90%;
  99. .tipIcon{
  100. width: 78rpx;
  101. height: 34rpx;
  102. margin-right: 12rpx;
  103. }
  104. }
  105. .selBox{
  106. width: 100%;
  107. margin-top: 32rpx;
  108. .myUpArea{
  109. font-size: 26rpx;
  110. font-family: PingFangSC, PingFang SC;
  111. font-weight: 400;
  112. color: #696969;
  113. display: flex;
  114. flex-direction: column;
  115. justify-content: center;
  116. align-items: center;
  117. height: 626rpx;
  118. width: calc(100vw - 128rpx);
  119. background: red;
  120. background: #FFFFFF;
  121. border-radius: 20rpx;
  122. }
  123. .upIcon{
  124. height: 96rpx;
  125. margin-bottom: 16rpx;
  126. }
  127. }
  128. }
  129. }
  130. .parmasBox{
  131. margin-top: 40rpx;
  132. padding: 0 30rpx;
  133. .titleBox{
  134. background: #F0F1F4;
  135. background: linear-gradient(90deg,#F0F1F4,#fff);
  136. height: 62rpx;
  137. width: 60%;
  138. border-radius: 32rpx 0rpx 0rpx 0rpx;
  139. font-size: 32rpx;
  140. font-family: SourceHanSansCN, SourceHanSansCN;
  141. font-weight: bold;
  142. color: #333333;
  143. display: flex;
  144. align-items: center;
  145. padding-left: 32rpx;
  146. }
  147. .inputBox{
  148. width: 100%;
  149. min-height: 452rpx;
  150. background: #F0F1F4;
  151. border-radius: 0rpx 32rpx 32rpx 32rpx;
  152. padding: 40rpx 32rpx;
  153. font-size: 30rpx;
  154. font-family: PingFang-SC, PingFang-SC;
  155. font-weight: 500;
  156. // color: #CCCCCC;
  157. .selAndTileBox{
  158. display: flex;
  159. align-items: center;
  160. justify-content: space-between;
  161. .selBtn{
  162. width: 28%;
  163. height: 108rpx;
  164. background: #FFFFFF;
  165. border-radius: 20rpx;
  166. font-size: 30rpx;
  167. font-family: PingFang-SC, PingFang-SC;
  168. font-weight: 500;
  169. color: #333333;
  170. display: flex;
  171. align-items: center;
  172. justify-content: center;
  173. }
  174. }
  175. .nickname{
  176. height: 108rpx;
  177. background: #FFFFFF;
  178. border-radius: 20rpx;
  179. display: flex;
  180. align-items: center;
  181. justify-content: space-between;
  182. padding: 0 24rpx;
  183. width: 65%;
  184. .nackI{
  185. }
  186. .arrIcon{
  187. width: 12rpx;
  188. height: 20rpx;
  189. }
  190. }
  191. }
  192. }
  193. }
  194. .pos{
  195. height: 212rpx;
  196. }
  197. .btnBox{
  198. height: 188rpx;
  199. background: #FFFFFF;
  200. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
  201. border-radius: 32rpx 32rpx 0rpx 0rpx;
  202. position: fixed;
  203. bottom: 0;
  204. width: 100%;
  205. z-index: 1;
  206. display: flex;
  207. align-items: center;
  208. justify-content: space-between;
  209. padding-left: 66rpx;
  210. padding-right: 30rpx;
  211. .left{
  212. display: flex;
  213. flex-direction: column;
  214. justify-content: center;
  215. align-items: center;
  216. font-size: 20rpx;
  217. font-family: PingFang-SC, PingFang-SC;
  218. font-weight: 500;
  219. color: #333333;
  220. .kfIcon{
  221. width: 38rpx;
  222. height: 40rpx;
  223. margin-bottom: 4rpx;
  224. }
  225. }
  226. .right{
  227. width: 552rpx;
  228. height: 108rpx;
  229. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  230. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,122,255,0.2);
  231. border-radius: 54rpx;
  232. display: flex;
  233. flex-direction: column;
  234. justify-content: center;
  235. align-items: center;
  236. .top{
  237. font-size: 32rpx;
  238. font-family: SourceHanSansCN, SourceHanSansCN;
  239. font-weight: bold;
  240. color: #FFFFFF;
  241. margin-bottom: 10rpx;
  242. }
  243. .bot{
  244. font-size: 24rpx;
  245. font-family: PingFang-SC, PingFang-SC;
  246. font-weight: bold;
  247. color: #FFFFFF;
  248. }
  249. }
  250. }
  251. .topBar{
  252. display: flex;
  253. align-items: center;
  254. margin-top: 36rpx;
  255. padding: 0 28rpx;
  256. .left{
  257. width: 20%;
  258. font-size: 32rpx;
  259. font-family: PingFang-SC, PingFang-SC;
  260. font-weight: 500;
  261. color: #999999;
  262. }
  263. .mid{
  264. width: 60%;
  265. text-align: center;
  266. font-size: 32rpx;
  267. font-family: PingFangSC, PingFang SC;
  268. font-weight: 500;
  269. color: #080F18;
  270. }
  271. .right{
  272. width: 20%;
  273. text-align: right;
  274. font-size: 32rpx;
  275. font-family: PingFang-SC, PingFang-SC;
  276. font-weight: 500;
  277. color: #007AFF;
  278. }
  279. }
  280. ::v-deep .u-popup__content{
  281. border-radius: 20rpx 20rpx 0rpx 0rpx!important;
  282. }
  283. ::v-deep .u-picker__view__column__item{
  284. // color: #007AFF!important;
  285. }
  286. .otherBox{
  287. margin-top: 24rpx;
  288. display: flex;
  289. flex-wrap: wrap;
  290. justify-content: space-between;
  291. // background: red;
  292. .item{
  293. height: 108rpx;
  294. background: #FFFFFF;
  295. border-radius: 20rpx;
  296. display: flex;
  297. align-items: center;
  298. justify-content: space-between;
  299. padding: 0 24rpx;
  300. width: 45%;
  301. margin-bottom: 24rpx;
  302. .nackI{
  303. }
  304. .arrIcon{
  305. width: 12rpx;
  306. height: 20rpx;
  307. }
  308. }
  309. .item:nth-child(3),.item:nth-child(4){
  310. margin-bottom: 0rpx;
  311. }
  312. }