手机型号
iPhone 6运行系统
iOS 9.1微信版本
7.0.3基础库版本
2.6.6 [242]样式错误
其他型号手机正常
{{nickname}}
我是店主
普通代理
核心代理
累计进货{{all_total_money}}元,距离{{rank_name}}还差{{new_total_money}}元查看特权
{{titleList[idx]}}
{{dataList[idx].name[idxs]}}
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
/* pages/userCenter/userCenter.wxss */
.login-tap{
position: absolute;
width: 100%;
height: 100%;
border-radius: 0;
background: rgba(255, 255, 255, 0.01);
z-index: 9999
}
.login-tap::after{
border: 0;
}
.scroll-view {
height: 100%;
}
.user_center_view{
/* position: relative; */
display: flex;
flex-direction: column;
background: #ffffff;
}
.top_img{
height: 450rpx;
width: 100%;
}
.head_view{
position: absolute;
display: flex;
flex-direction: column;
width: 100%;
height: 100%;
align-content: center;
align-items: center;
}
.headimg-view-img{
width: 230rpx;
height: 180rpx;
margin-top: 30rpx;
}
.name_text{
margin-top: 15rpx;
font-size: 30rpx;
color: #c7b679;
background: #000;
border-radius: 40rpx;
padding: 10rpx 30rpx
}
.progress_view{
position: relative;
display: flex;
flex-direction: column;
align-content: center;
align-items: center;
width: 75%;
margin-top: 45rpx;
}
.line_img{
position: absolute;
width: 100%;
height: 3rpx
}
.lleve_one_img{
position: absolute;
width: 50rpx;
height: 50rpx;
left: -30rpx;
top: -30rpx
}
.lleve_two_img{
position: absolute;
width: 50rpx;
height: 50rpx;
top: -30rpx
}
.lleve_three_img{
position: absolute;
width: 50rpx;
height: 50rpx;
right: -30rpx;
top: -30rpx
}
.lleve_one_txt{
position: absolute;
left: -50rpx;
font-size: 22rpx;
color: #666666;
margin-top: 20rpx
}
.lleve_one_txts{
position: absolute;
left: -50rpx;
font-size: 22rpx;
color: #fff;
margin-top: 20rpx
}
.lleve_two_txt{
position: absolute;
font-size: 22rpx;
color: #666666;
margin-top: 20rpx
}
.lleve_two_txts{
position: absolute;
font-size: 22rpx;
color: #fff;
margin-top: 20rpx
}
.lleve_three_txt{
position: absolute;
right: -50rpx;
font-size: 22rpx;
color: #666666;
margin-top: 20rpx
}
.lleve_three_txts{
position: absolute;
right: -50rpx;
font-size: 22rpx;
color: #fff;
margin-top: 20rpx
}
.text{
font-size: 22rpx;
color: #d6d6d6;
margin-top: 70rpx;
}
.texts{
font-size: 22rpx;
color: #c7d679;
margin-top: 70rpx;
margin-left: 20rpx;
}
.item_view{
display: flex;
flex-direction: column;