123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519 |
- .commission-wrap {
- background: url('http://file.shopro.top/imgs/commission/commission_bg1.jpg') no-repeat;
- background-size: cover;
- height: 100%;
- width: 100%;
- position: absolute;
- background-position: 50%;
- transition: all 0.3s ease-in-out 0s;
- overflow: hidden;
- // padding-right: 30rpx;
- }
- // 进度条
- .progress-box {
- .progress-tip {
- font-size: 24rpx;
- font-weight: 500;
- color: #c7b2ff;
- }
- .progress-num {
- font-size: 24rpx;
- position: absolute;
- color: #c7b2ff;
- bottom: -30rpx;
- white-space: nowrap;
- }
- .round-wrap {
- width: 30rpx;
- height: 30rpx;
- border: 2rpx solid #5c3cff;
- background: linear-gradient(0deg, #a36fff 0%, #846fff 100%);
- border-radius: 50%;
- position: absolute;
- bottom: -6rpx;
- transform: translateY(-50%);
- left: 0;
- margin-left: -15rpx;
- .round-inner {
- width: 20rpx;
- height: 20rpx;
- border: 2rpx solid #5c3cff;
- background: linear-gradient(0deg, #a36fff 0%, #846fff 100%);
- border-radius: 50%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- }
- }
- // 佣金中心权限验证蒙层
- .blur {
- filter: blur(20rpx);
- transition: all 0.3s ease-in-out 0s;
- }
- .auth-box {
- width: 100%;
- height: 100%;
- background: none;
- .notice-box {
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- background-color: #fff;
- width: 612rpx;
- min-height: 658rpx;
- background: #ffffff;
- padding: 30rpx;
- border-radius: 20rpx;
- .img-wrap {
- margin-bottom: 50rpx;
- .notice-img {
- width: 180rpx;
- height: 170rpx;
- }
- }
- .notice-title {
- font-size: 35rpx;
- font-weight: bold;
- color: #46351b;
- margin-bottom: 28rpx;
- }
- .notice-detail {
- font-size: 28rpx;
- font-weight: 400;
- color: #999999;
- line-height: 36rpx;
- margin-bottom: 50rpx;
- }
- .notice-btn {
- width: 492rpx;
- line-height: 70rpx;
- background: linear-gradient(-90deg, #a36fff, #5336ff);
- box-shadow: 0px 7rpx 11rpx 2rpx rgba(124, 103, 214, 0.34);
- border-radius: 35rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #ffffff;
- margin-bottom: 10rpx;
- }
- .back-btn {
- width: 492rpx;
- line-height: 70rpx;
- font-size: 28rpx;
- font-weight: 500;
- color: #c5b8fb;
- background: none;
- }
- }
- }
- // 成为分销商
- .into-agent-modal {
- .condition-box {
- width: 640rpx;
- height: 786rpx;
- background: url('http://file.shopro.top/imgs/commission/into_commission.png') no-repeat;
- background-size: 100% 100%;
- }
- .goods-condition {
- width: 484rpx;
- height: 580rpx;
- padding: 80rpx 0 30rpx;
- display: flex;
- flex-direction: column;
- justify-content: center;
- align-items: center;
- position: relative;
- .card-wrap {
- width: 484rpx;
- height: 460rpx;
- padding: 10rpx;
- padding-bottom: 30rpx;
- }
- .modal-progress {
- .progress-tip {
- font-size: 24rpx;
- }
- .progress-box {
- margin-right: 10rpx;
- .cu-progress {
- width: 200rpx;
- position: relative;
- .round-wrap {
- width: 20rpx;
- height: 20rpx;
- }
- .round-inner {
- width: 10rpx;
- height: 10rpx;
- }
- }
- }
- }
- .card-box {
- background: rgba(#c3b6ff, 0.3);
- padding: 10rpx;
- border-radius: 10rpx;
- .img-wrap {
- background: #fff;
- width: 110rpx;
- height: 110rpx;
- border-radius: 10rpx;
- margin-right: 20rpx;
- .goods-img {
- width: 110rpx;
- height: 110rpx;
- border-radius: 10rpx;
- }
- }
- .detail {
- height: 110rpx;
- width: 280rpx;
- align-items: flex-start;
- .title {
- font-size: 20rpx;
- font-weight: 500;
- color: #333333;
- line-height: 35rpx;
- text-align: left;
- }
- .sub {
- font-size: 16rpx;
- font-weight: 500;
- color: #9281e2;
- text-align: left;
- width: 280rpx;
- }
- }
- }
- .filter-card {
- filter: grayscale(100%);
- filter: gray;
- }
- .btn-box {
- background-color: #fff;
- width: 100%;
- position: absolute;
- bottom: 0;
- .buy-btn {
- width: 390rpx;
- line-height: 60rpx;
- background: linear-gradient(-90deg, #a36fff, #5336ff);
- box-shadow: 0px 7rpx 11rpx 2rpx rgba(124, 103, 214, 0.34);
- border-radius: 35rpx;
- font-size: 24rpx;
- font-weight: 500;
- color: #ffffff;
- }
- .tips {
- font-size: 20rpx;
- font-weight: 500;
- color: #9281e2;
- }
- }
- }
- }
- // 用户资料卡片
- .user-card {
- // width: 690rpx;
- // width: 97%;
- min-height: 350rpx;
- border-radius: 14rpx;
- margin: 30rpx;
- background: url('http://file.shopro.top/imgs/commission/commission_card_bg.png') no-repeat;
- // background: url('@/static/images/default.jpg') no-repeat;
- background-size: 100% 100%;
- padding-top: 10rpx;
- .card-top {
- padding: 40rpx 40rpx 30rpx;
- margin-bottom: 30rpx;
- border-bottom: 1px solid rgba(#fff, 0.12);
- .user-name {
- font-size: 26rpx;
- font-weight: 500;
- color: #ffffff;
- line-height: 30rpx;
- margin-bottom: 20rpx;
- }
- .log-btn {
- width: 86rpx;
- line-height: 41rpx;
- border: 1rpx solid rgba(#ffffff, 0.33);
- border-radius: 32rpx;
- font-size: 22rpx;
- font-weight: 400;
- color: #ffffff;
- }
- .look-btn {
- color: #fff;
- font-size: 40rpx;
- }
- }
- .head-img-box {
- margin-right: 26rpx;
- width: 76rpx;
- height: 76rpx;
- border-radius: 50px;
- position: relative;
- background: #fff;
- padding: 10rpx;
- background-clip: padding-box;
- .head-img {
- width: 66rpx;
- height: 66rpx;
- border-radius: 50%;
- position: absolute;
- top: 50%;
- left: 50%;
- transform: translate(-50%, -50%);
- }
- }
- .user-info-box {
- .tag-box {
- background: rgba(0, 0, 0, 0.2);
- border-radius: 21rpx;
- line-height: 38rpx;
- .tag-img {
- width: 36rpx;
- height: 36rpx;
- border-radius: 50%;
- }
- .tag-title {
- font-size: 20rpx;
- padding: 0 10rpx;
- font-weight: 500;
- color: rgba(255, 255, 255, 1);
- line-height: 36rpx;
- }
- }
- }
- .card-bottom {
- margin: 0 40rpx 40rpx;
- .item-title {
- font-size: 24rpx;
- font-weight: 400;
- color: #ffffff;
- line-height: 30rpx;
- }
- .item-detail {
- font-size: 40rpx;
- font-family: DIN;
- font-weight: 500;
- color: #fefefe;
- line-height: 30rpx;
- margin-top: 30rpx;
- }
- }
- }
- // 滚动明细
- .commission-log {
- min-height: 400rpx;
- padding: 0 30rpx;
- margin-top: 60rpx;
- .log-scroll {
- height: 380rpx;
- .log-item-box {
- height: 78rpx;
- .log-time {
- margin-left: 30rpx;
- font-size: 22rpx;
- font-weight: 500;
- color: #fefefe;
- text-align: right;
- }
- }
- .loadmore-wrap {
- line-height: 80rpx;
- }
- .log-item {
- height: 48rpx;
- background: rgba(#5e49c3, 0.4);
- border-radius: 24rpx;
- padding-left: 6rpx;
- padding-right: 20rpx;
- .log-img {
- width: 40rpx;
- height: 40rpx;
- border-radius: 50%;
- margin-right: 10rpx;
- }
- .log-text {
- font-size: 22rpx;
- font-weight: 500;
- color: #fefefe;
- max-width: 480rpx;
- }
- }
- }
- }
- // 功能菜单
- .commission-bottom-bg {
- position: fixed;
- width: 100%;
- bottom: 0;
- z-index: 6;
- }
- .menu-box {
- flex-wrap: wrap;
- margin: 0rpx;
- // position: fixed;
- // width: 750rpx;
- bottom: 0;
- z-index: 10;
- .menu-item {
- // width: (690rpx/4);
- width: 25%;
- margin-bottom: 50rpx;
- .item-img {
- width: 68rpx;
- height: 68rpx;
- }
- .item-title {
- font-size: 24rpx;
- font-weight: 600;
- color: #fff;
- line-height: 30rpx;
- margin-top: 16rpx;
- }
- }
- }
- .bill {
- margin: 30rpx;
- font-weight: bold;
- }
- .u-flex-col {
- /* #ifndef APP-NVUE */
- display: flex;
- /* #endif */
- flex-direction: column;
- }
- .poster {
- padding: 24rpx 40rpx;
- .footer-btn {
- margin-top: 24rpx;
- display: flex;
- align-items: center;
- justify-content: space-between;
- view {
- width: 319rpx;
- height: 66rpx;
- border-radius: 40rpx;
- border: 1px solid #4070ff;
- font-size: 26rpx;
- font-family: PingFangSC-Regular, PingFang SC;
- font-weight: 400;
- color: #4070ff;
- line-height: 66rpx;
- text-align: center;
- }
- .save {
- background: #4070ff;
- color: #ffffff;
- }
- }
- }
- .dygbhg {
- background: #ffffff;
- border-radius: 15rpx 15rpx 0 0;
- position: fixed;
- bottom: 0;
- left: 0;
- width: 100%;
- box-shadow: 0px 0px 10px #00000024;
- display: flex;
- align-items: center;
- justify-content: space-evenly;
- }
- .whole {
- width: 45%;
- height: 88rpx;
- display: flex;
- color: #ffffff;
- align-items: center;
- justify-content: center;
- background: #f3f3f3;
- font-weight: bold;
- border-radius: 60rpx;
- color: #3d7eff;
- }
- .distinguish {
- width: 45%;
- height: 88rpx;
- display: flex;
- color: #ffffff;
- align-items: center;
- justify-content: center;
- background: #3d7eff;
- font-weight: bold;
- border-radius: 60rpx;
- margin: 38rpx 0;
- margin-left: 4%;
- }
|