This repository has been archived on 2024-07-11. You can view files and clone it, but cannot push or open issues or pull requests.
yoshop-wechat/pages/dealer/index/index.wxss

130 lines
2.1 KiB
Plaintext
Raw Normal View History

2020-04-25 22:59:04 +08:00
page {
background: #fff;
}
.dealer-bg image {
width: 100%;
}
.widget-body .widget {
width: 700rpx;
box-sizing: border-box;
box-shadow: 0 6rpx 20rpx rgba(0, 0, 0, 0.11);
border-radius: 12rpx;
}
.widget__base {
margin-top: -60rpx;
}
.widget__base .base__user {
position: relative;
padding: 15rpx 40rpx;
border-bottom: 1rpx solid #e7e7e7;
}
.widget__base .base__user .user-avatar {
position: absolute;
top: -75rpx;
right: 60rpx;
}
.widget__base .base__user .user-avatar image {
width: 150rpx;
height: 150rpx;
z-index: 10;
border: 4rpx solid #fff;
border-radius: 50%;
}
.widget__base .base__user .user-nickName {
margin-top: 30rpx;
margin-bottom: 10rpx;
}
.widget__base .base__capital {
padding: 35rpx;
}
.widget__base .base__capital .capital-card {
height: 200rpx;
padding: 30rpx 0;
background-color: #8e84fc;
border-radius: 10rpx;
box-sizing: border-box;
text-align: center;
}
.widget__base .base__capital .capital-card .card-right .withdraw-btn {
width: 130rpx;
height: 50rpx;
line-height: 50rpx;
background: #fff;
color: #8e84fc;
border-radius: 25rpx;
margin-right: 32rpx;
}
.widget__base .base__capital .capital-already {
padding: 20rpx;
padding-bottom: 0;
}
/* 操作列表 */
.widget__operat {
padding: 50rpx;
margin-top: 40rpx;
}
.widget__operat .operat__item {
width: 33.33333%;
float: left;
margin-bottom: 50rpx;
text-align: center;
}
.widget__operat .operat__item:last-child {
margin-bottom: 0;
}
.widget__operat .operat__item .item__icon {
margin-bottom: 8rpx;
}
.widget__operat .operat__item .item__icon text {
font-size: 60rpx;
}
/* 当前不是分销商 */
.no-dealer {
padding-top: 150rpx;
}
.no-icon image {
width: 420rpx;
height: 240rpx;
}
.no-msg {
padding: 86rpx 0;
}
.form-submit button {
font-size: 30rpx;
background: #786cff;
border: 1rpx solid #786cff;
color: white;
border-radius: 50rpx;
padding: 0 80rpx;
min-width: 470rpx;
box-sizing: border-box;
}
.form-submit button[disabled] {
background: #8e84fc;
border-color: #8e84fc;
color: white;
}