index.scss 9.4 KB

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