index.scss 9.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568
  1. ::v-deep .u-transition{
  2. z-index: 99!important;
  3. }
  4. .haibaoBox{
  5. // background-color: red;
  6. display: flex;
  7. flex-direction: column;
  8. align-items: center;
  9. padding-top: 50rpx;
  10. .haibao{
  11. width: 300rpx;
  12. height:510rpx;
  13. // width: 50%;
  14. align-items: center;
  15. // display: block;
  16. margin-bottom: 100rpx;
  17. }
  18. .bgList{
  19. padding-left: 30rpx;
  20. padding-right: 30rpx;
  21. display: flex;
  22. width: 100%;
  23. margin-bottom: 30rpx;
  24. flex-wrap: nowrap;
  25. overflow-y: hidden;
  26. overflow-x: scroll;
  27. .item{
  28. width: 16vw;
  29. height: 200rpx;
  30. border-radius: 15rpx;
  31. margin-right: 20rpx;
  32. flex-shrink: 0;
  33. }
  34. .item:last-child{
  35. margin-right: 0;
  36. }
  37. .item_a{
  38. border: 6rpx solid #207CF5;
  39. }
  40. }
  41. }
  42. .commission-wrap {
  43. background: url('http://file.shopro.top/imgs/commission/commission_bg1.jpg') no-repeat;
  44. background-size: cover;
  45. height: 100%;
  46. width: 100%;
  47. position: absolute;
  48. background-position: 50%;
  49. transition: all 0.3s ease-in-out 0s;
  50. overflow: hidden;
  51. // padding-right: 30rpx;
  52. }
  53. // 进度条
  54. .progress-box {
  55. .progress-tip {
  56. font-size: 24rpx;
  57. font-weight: 500;
  58. color: #c7b2ff;
  59. }
  60. .progress-num {
  61. font-size: 24rpx;
  62. position: absolute;
  63. color: #c7b2ff;
  64. bottom: -30rpx;
  65. white-space: nowrap;
  66. }
  67. .round-wrap {
  68. width: 30rpx;
  69. height: 30rpx;
  70. border: 2rpx solid #5c3cff;
  71. background: linear-gradient(0deg, #a36fff 0%, #846fff 100%);
  72. border-radius: 50%;
  73. position: absolute;
  74. bottom: -6rpx;
  75. transform: translateY(-50%);
  76. left: 0;
  77. margin-left: -15rpx;
  78. .round-inner {
  79. width: 20rpx;
  80. height: 20rpx;
  81. border: 2rpx solid #5c3cff;
  82. background: linear-gradient(0deg, #a36fff 0%, #846fff 100%);
  83. border-radius: 50%;
  84. position: absolute;
  85. top: 50%;
  86. left: 50%;
  87. transform: translate(-50%, -50%);
  88. }
  89. }
  90. }
  91. // 佣金中心权限验证蒙层
  92. .blur {
  93. filter: blur(20rpx);
  94. transition: all 0.3s ease-in-out 0s;
  95. }
  96. .auth-box {
  97. width: 100%;
  98. height: 100%;
  99. background: none;
  100. .notice-box {
  101. display: flex;
  102. flex-direction: column;
  103. justify-content: center;
  104. align-items: center;
  105. background-color: #fff;
  106. width: 612rpx;
  107. min-height: 658rpx;
  108. background: #ffffff;
  109. padding: 30rpx;
  110. border-radius: 20rpx;
  111. .img-wrap {
  112. margin-bottom: 50rpx;
  113. .notice-img {
  114. width: 180rpx;
  115. height: 170rpx;
  116. }
  117. }
  118. .notice-title {
  119. font-size: 35rpx;
  120. font-weight: bold;
  121. color: #46351b;
  122. margin-bottom: 28rpx;
  123. }
  124. .notice-detail {
  125. font-size: 28rpx;
  126. font-weight: 400;
  127. color: #999999;
  128. line-height: 36rpx;
  129. margin-bottom: 50rpx;
  130. }
  131. .notice-btn {
  132. width: 492rpx;
  133. line-height: 70rpx;
  134. background: linear-gradient(-90deg, #a36fff, #5336ff);
  135. box-shadow: 0px 7rpx 11rpx 2rpx rgba(124, 103, 214, 0.34);
  136. border-radius: 35rpx;
  137. font-size: 28rpx;
  138. font-weight: 500;
  139. color: #ffffff;
  140. margin-bottom: 10rpx;
  141. }
  142. .back-btn {
  143. width: 492rpx;
  144. line-height: 70rpx;
  145. font-size: 28rpx;
  146. font-weight: 500;
  147. color: #c5b8fb;
  148. background: none;
  149. }
  150. }
  151. }
  152. // 成为分销商
  153. .into-agent-modal {
  154. .condition-box {
  155. width: 640rpx;
  156. height: 786rpx;
  157. background: url('http://file.shopro.top/imgs/commission/into_commission.png') no-repeat;
  158. background-size: 100% 100%;
  159. }
  160. .goods-condition {
  161. width: 484rpx;
  162. height: 580rpx;
  163. padding: 80rpx 0 30rpx;
  164. display: flex;
  165. flex-direction: column;
  166. justify-content: center;
  167. align-items: center;
  168. position: relative;
  169. .card-wrap {
  170. width: 484rpx;
  171. height: 460rpx;
  172. padding: 10rpx;
  173. padding-bottom: 30rpx;
  174. }
  175. .modal-progress {
  176. .progress-tip {
  177. font-size: 24rpx;
  178. }
  179. .progress-box {
  180. margin-right: 10rpx;
  181. .cu-progress {
  182. width: 200rpx;
  183. position: relative;
  184. .round-wrap {
  185. width: 20rpx;
  186. height: 20rpx;
  187. }
  188. .round-inner {
  189. width: 10rpx;
  190. height: 10rpx;
  191. }
  192. }
  193. }
  194. }
  195. .card-box {
  196. background: rgba(#c3b6ff, 0.3);
  197. padding: 10rpx;
  198. border-radius: 10rpx;
  199. .img-wrap {
  200. background: #fff;
  201. width: 110rpx;
  202. height: 110rpx;
  203. border-radius: 10rpx;
  204. margin-right: 20rpx;
  205. .goods-img {
  206. width: 110rpx;
  207. height: 110rpx;
  208. border-radius: 10rpx;
  209. }
  210. }
  211. .detail {
  212. height: 110rpx;
  213. width: 280rpx;
  214. align-items: flex-start;
  215. .title {
  216. font-size: 20rpx;
  217. font-weight: 500;
  218. color: #333333;
  219. line-height: 35rpx;
  220. text-align: left;
  221. }
  222. .sub {
  223. font-size: 16rpx;
  224. font-weight: 500;
  225. color: #9281e2;
  226. text-align: left;
  227. width: 280rpx;
  228. }
  229. }
  230. }
  231. .filter-card {
  232. filter: grayscale(100%);
  233. filter: gray;
  234. }
  235. .btn-box {
  236. background-color: #fff;
  237. width: 100%;
  238. position: absolute;
  239. bottom: 0;
  240. .buy-btn {
  241. width: 390rpx;
  242. line-height: 60rpx;
  243. background: linear-gradient(-90deg, #a36fff, #5336ff);
  244. box-shadow: 0px 7rpx 11rpx 2rpx rgba(124, 103, 214, 0.34);
  245. border-radius: 35rpx;
  246. font-size: 24rpx;
  247. font-weight: 500;
  248. color: #ffffff;
  249. }
  250. .tips {
  251. font-size: 20rpx;
  252. font-weight: 500;
  253. color: #9281e2;
  254. }
  255. }
  256. }
  257. }
  258. // 用户资料卡片
  259. .user-card {
  260. // width: 690rpx;
  261. // width: 97%;
  262. min-height: 350rpx;
  263. border-radius: 14rpx;
  264. margin: 30rpx;
  265. background: url('http://file.shopro.top/imgs/commission/commission_card_bg.png') no-repeat;
  266. // background: url('@/static/images/default.jpg') no-repeat;
  267. background-size: 100% 100%;
  268. padding-top: 10rpx;
  269. .card-top {
  270. padding: 40rpx 40rpx 30rpx;
  271. margin-bottom: 30rpx;
  272. border-bottom: 1px solid rgba(#fff, 0.12);
  273. .user-name {
  274. font-size: 26rpx;
  275. font-weight: 500;
  276. color: #ffffff;
  277. line-height: 30rpx;
  278. margin-bottom: 20rpx;
  279. }
  280. .log-btn {
  281. width: 86rpx;
  282. line-height: 41rpx;
  283. border: 1rpx solid rgba(#ffffff, 0.33);
  284. border-radius: 32rpx;
  285. font-size: 22rpx;
  286. font-weight: 400;
  287. color: #ffffff;
  288. }
  289. .look-btn {
  290. color: #fff;
  291. font-size: 40rpx;
  292. }
  293. }
  294. .head-img-box {
  295. margin-right: 26rpx;
  296. width: 76rpx;
  297. height: 76rpx;
  298. border-radius: 50px;
  299. position: relative;
  300. background: #fff;
  301. padding: 10rpx;
  302. background-clip: padding-box;
  303. .head-img {
  304. width: 66rpx;
  305. height: 66rpx;
  306. border-radius: 50%;
  307. position: absolute;
  308. top: 50%;
  309. left: 50%;
  310. transform: translate(-50%, -50%);
  311. }
  312. }
  313. .user-info-box {
  314. .tag-box {
  315. background: rgba(0, 0, 0, 0.2);
  316. border-radius: 21rpx;
  317. line-height: 38rpx;
  318. .tag-img {
  319. width: 36rpx;
  320. height: 36rpx;
  321. border-radius: 50%;
  322. }
  323. .tag-title {
  324. font-size: 20rpx;
  325. padding: 0 10rpx;
  326. font-weight: 500;
  327. color: rgba(255, 255, 255, 1);
  328. line-height: 36rpx;
  329. }
  330. }
  331. }
  332. .card-bottom {
  333. margin: 0 40rpx 40rpx;
  334. .item-title {
  335. font-size: 24rpx;
  336. font-weight: 400;
  337. color: #ffffff;
  338. line-height: 30rpx;
  339. }
  340. .item-detail {
  341. font-size: 40rpx;
  342. font-family: DIN;
  343. font-weight: 500;
  344. color: #fefefe;
  345. line-height: 30rpx;
  346. margin-top: 30rpx;
  347. }
  348. }
  349. }
  350. // 滚动明细
  351. .commission-log {
  352. min-height: 400rpx;
  353. padding: 0 30rpx;
  354. margin-top: 60rpx;
  355. .log-scroll {
  356. height: 380rpx;
  357. .log-item-box {
  358. height: 78rpx;
  359. .log-time {
  360. margin-left: 30rpx;
  361. font-size: 22rpx;
  362. font-weight: 500;
  363. color: #fefefe;
  364. text-align: right;
  365. }
  366. }
  367. .loadmore-wrap {
  368. line-height: 80rpx;
  369. }
  370. .log-item {
  371. height: 48rpx;
  372. background: rgba(#5e49c3, 0.4);
  373. border-radius: 24rpx;
  374. padding-left: 6rpx;
  375. padding-right: 20rpx;
  376. .log-img {
  377. width: 40rpx;
  378. height: 40rpx;
  379. border-radius: 50%;
  380. margin-right: 10rpx;
  381. }
  382. .log-text {
  383. font-size: 22rpx;
  384. font-weight: 500;
  385. color: #fefefe;
  386. max-width: 480rpx;
  387. }
  388. }
  389. }
  390. }
  391. // 功能菜单
  392. .commission-bottom-bg {
  393. position: fixed;
  394. width: 100%;
  395. bottom: 0;
  396. z-index: 6;
  397. }
  398. .menu-box {
  399. flex-wrap: wrap;
  400. margin: 0rpx;
  401. // position: fixed;
  402. // width: 750rpx;
  403. bottom: 0;
  404. z-index: 10;
  405. .menu-item {
  406. // width: (690rpx/4);
  407. width: 25%;
  408. margin-bottom: 50rpx;
  409. .item-img {
  410. width: 68rpx;
  411. height: 68rpx;
  412. }
  413. .item-title {
  414. font-size: 24rpx;
  415. font-weight: 600;
  416. color: #fff;
  417. line-height: 30rpx;
  418. margin-top: 16rpx;
  419. }
  420. }
  421. }
  422. .bill {
  423. margin: 30rpx;
  424. font-weight: bold;
  425. }
  426. .u-flex-col {
  427. /* #ifndef APP-NVUE */
  428. display: flex;
  429. /* #endif */
  430. flex-direction: column;
  431. }
  432. .poster {
  433. padding: 24rpx 40rpx;
  434. .footer-btn {
  435. margin-top: 24rpx;
  436. display: flex;
  437. align-items: center;
  438. justify-content: space-between;
  439. view {
  440. width: 319rpx;
  441. height: 66rpx;
  442. border-radius: 40rpx;
  443. border: 1px solid #4070ff;
  444. font-size: 26rpx;
  445. font-family: PingFangSC-Regular, PingFang SC;
  446. font-weight: 400;
  447. color: #4070ff;
  448. line-height: 66rpx;
  449. text-align: center;
  450. }
  451. .save {
  452. background: #4070ff;
  453. color: #ffffff;
  454. }
  455. }
  456. }
  457. .dygbhg {
  458. background: #ffffff;
  459. border-radius: 15rpx 15rpx 0 0;
  460. position: fixed;
  461. bottom: 0;
  462. left: 0;
  463. width: 100%;
  464. box-shadow: 0px 0px 10px #00000024;
  465. display: flex;
  466. align-items: center;
  467. justify-content: space-evenly;
  468. }
  469. .whole {
  470. width: 45%;
  471. height: 88rpx;
  472. display: flex;
  473. color: #ffffff;
  474. align-items: center;
  475. justify-content: center;
  476. background: #f3f3f3;
  477. font-weight: bold;
  478. border-radius: 60rpx;
  479. color: #3d7eff;
  480. }
  481. .distinguish {
  482. width: 45%;
  483. height: 88rpx;
  484. display: flex;
  485. color: #ffffff;
  486. align-items: center;
  487. justify-content: center;
  488. background: #3d7eff;
  489. font-weight: bold;
  490. border-radius: 60rpx;
  491. margin: 38rpx 0;
  492. margin-left: 4%;
  493. }