121 lines
2.4 KiB
Plaintext
121 lines
2.4 KiB
Plaintext
/* packageH/newRetail/newRetailIndex.wxss */
|
|
#newRetail-index {
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#newRetail-index .top-member-box {
|
|
display: flex;
|
|
padding: 52rpx 44rpx 100rpx;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
background-image: linear-gradient(-90deg, #198afb 0%, #1eabfb 100%), linear-gradient(#22d293, #22d293);
|
|
background-blend-mode: normal, normal;
|
|
}
|
|
|
|
#newRetail-index .top-member-box .member-acator {
|
|
width: 47px;
|
|
height: 47px;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
margin: 0 20rpx 0 0;
|
|
background: #fff;
|
|
}
|
|
|
|
#newRetail-index .top-member-box .member-info {
|
|
flex: 1;
|
|
text-align: left;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#newRetail-index .top-member-box .member-info .member-name {
|
|
width: 100%;
|
|
line-height: 60rpx;
|
|
font-size: 16px;
|
|
font-weight: 600;
|
|
overflow: hidden;
|
|
|
|
/* 超出部分隐藏 */
|
|
text-overflow: ellipsis;
|
|
|
|
/* 超出部分显示省略号 */
|
|
white-space: nowrap;
|
|
|
|
/* 规定段落中的文本不进行换行 */
|
|
}
|
|
|
|
#newRetail-index .top-member-box .member-info .member-grade {
|
|
display: flex;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
padding: 0 16rpx;
|
|
border-radius: 32rpx;
|
|
overflow: hidden;
|
|
background: rgba(255, 255, 255, 0.5);
|
|
}
|
|
|
|
#newRetail-index .income-box {
|
|
background: #fff;
|
|
width: 90%;
|
|
height: 100rpx;
|
|
background-color: #fff;
|
|
border-radius: 12rpx;
|
|
overflow: hidden;
|
|
margin: -52rpx auto 32rpx;
|
|
display: flex;
|
|
align-items: center;
|
|
padding: 0 28rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#newRetail-index .income-box .income-num {
|
|
flex: 1;
|
|
text-align: left;
|
|
font-size: 16px;
|
|
}
|
|
|
|
#newRetail-index .main-box {
|
|
width: 90%;
|
|
margin: 0 auto;
|
|
padding: 0 44rpx 28rpx;
|
|
background-color: #fff;
|
|
border-radius: 10rpx;
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
font-size: 10px;
|
|
line-height: 52rpx;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
#newRetail-index .main-box .main-nav {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-right: 80rpx;
|
|
margin-top: 28rpx;
|
|
}
|
|
|
|
#newRetail-index .main-box .main-nav .nav-icon {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
background-color: #e5f5ff;
|
|
color: #198bfb;
|
|
line-height: 80rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
display: flex;
|
|
justify-content: center;
|
|
}
|
|
|
|
#newRetail-index .main-box .main-nav .nav-icon icon {
|
|
font-size: 24px;
|
|
}
|
|
|
|
#newRetail-index .main-box .main-nav:nth-child(4) {
|
|
margin-right: 0;
|
|
}
|