index.scss 6.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320
  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. .nickname{
  158. height: 108rpx;
  159. background: #FFFFFF;
  160. border-radius: 20rpx;
  161. display: flex;
  162. align-items: center;
  163. justify-content: space-between;
  164. padding: 0 24rpx;
  165. .nackI{
  166. }
  167. .arrIcon{
  168. width: 12rpx;
  169. height: 20rpx;
  170. }
  171. }
  172. .otherBox{
  173. margin-top: 24rpx;
  174. display: flex;
  175. flex-wrap: wrap;
  176. justify-content: space-between;
  177. .item{
  178. height: 108rpx;
  179. background: #FFFFFF;
  180. border-radius: 20rpx;
  181. display: flex;
  182. align-items: center;
  183. justify-content: space-between;
  184. padding: 0 24rpx;
  185. width: 45%;
  186. margin-bottom: 24rpx;
  187. .nackI{
  188. }
  189. .arrIcon{
  190. width: 12rpx;
  191. height: 20rpx;
  192. }
  193. }
  194. .item:nth-child(3),.item:nth-child(4){
  195. margin-bottom: 0rpx;
  196. }
  197. }
  198. }
  199. }
  200. }
  201. .pos{
  202. height: 212rpx;
  203. }
  204. .btnBox{
  205. height: 188rpx;
  206. background: #FFFFFF;
  207. box-shadow: 0rpx -2rpx 20rpx 0rpx rgba(0,0,0,0.05);
  208. border-radius: 32rpx 32rpx 0rpx 0rpx;
  209. position: fixed;
  210. bottom: 0;
  211. width: 100%;
  212. z-index: 1;
  213. display: flex;
  214. align-items: center;
  215. justify-content: space-between;
  216. padding-left: 66rpx;
  217. padding-right: 30rpx;
  218. .left{
  219. display: flex;
  220. flex-direction: column;
  221. justify-content: center;
  222. align-items: center;
  223. font-size: 20rpx;
  224. font-family: PingFang-SC, PingFang-SC;
  225. font-weight: 500;
  226. color: #333333;
  227. .kfIcon{
  228. width: 38rpx;
  229. height: 40rpx;
  230. margin-bottom: 4rpx;
  231. }
  232. }
  233. .right{
  234. width: 552rpx;
  235. height: 108rpx;
  236. background: linear-gradient(132deg, #0298FF 0%, #017AFF 100%);
  237. box-shadow: 0rpx 4rpx 8rpx 0rpx rgba(0,122,255,0.2);
  238. border-radius: 54rpx;
  239. display: flex;
  240. flex-direction: column;
  241. justify-content: center;
  242. align-items: center;
  243. .top{
  244. font-size: 32rpx;
  245. font-family: SourceHanSansCN, SourceHanSansCN;
  246. font-weight: bold;
  247. color: #FFFFFF;
  248. margin-bottom: 10rpx;
  249. }
  250. .bot{
  251. font-size: 24rpx;
  252. font-family: PingFang-SC, PingFang-SC;
  253. font-weight: bold;
  254. color: #FFFFFF;
  255. }
  256. }
  257. }
  258. .topBar{
  259. display: flex;
  260. align-items: center;
  261. margin-top: 36rpx;
  262. padding: 0 28rpx;
  263. .left{
  264. width: 20%;
  265. font-size: 32rpx;
  266. font-family: PingFang-SC, PingFang-SC;
  267. font-weight: 500;
  268. color: #999999;
  269. }
  270. .mid{
  271. width: 60%;
  272. text-align: center;
  273. font-size: 32rpx;
  274. font-family: PingFangSC, PingFang SC;
  275. font-weight: 500;
  276. color: #080F18;
  277. }
  278. .right{
  279. width: 20%;
  280. text-align: right;
  281. font-size: 32rpx;
  282. font-family: PingFang-SC, PingFang-SC;
  283. font-weight: 500;
  284. color: #007AFF;
  285. }
  286. }
  287. ::v-deep .u-popup__content{
  288. border-radius: 20rpx 20rpx 0rpx 0rpx!important;
  289. }
  290. ::v-deep .u-picker__view__column__item{
  291. // color: #007AFF!important;
  292. }