|
|
|
@ -1,74 +1,102 @@
|
|
|
|
page{
|
|
|
|
page {
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
background: #f4f4f4;
|
|
|
|
background: #f4f4f4;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.container{
|
|
|
|
|
|
|
|
background: #f4f4f4;
|
|
|
|
.avatar {
|
|
|
|
height: auto;
|
|
|
|
width: 300rpx;
|
|
|
|
padding-bottom:10rpx;
|
|
|
|
height: 300rpx;
|
|
|
|
overflow: hidden;
|
|
|
|
margin:150rpx auto ;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 150px;
|
|
|
|
}
|
|
|
|
overflow: hidden;
|
|
|
|
.profile-info{
|
|
|
|
}
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: 280rpx;
|
|
|
|
.auth-title {
|
|
|
|
display: flex;
|
|
|
|
display: block;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
text-align: center;
|
|
|
|
align-items: center;
|
|
|
|
margin: 50rpx auto;
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
|
|
|
padding: 0 30.25rpx;
|
|
|
|
|
|
|
|
background: #333;
|
|
|
|
.auth-detail {
|
|
|
|
}
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
font-size: 20rpx;
|
|
|
|
.profile-info .avatar{
|
|
|
|
text-align: center
|
|
|
|
height: 148rpx;
|
|
|
|
}
|
|
|
|
width: 148rpx;
|
|
|
|
|
|
|
|
border-radius: 50%;
|
|
|
|
.auth-btn {
|
|
|
|
}
|
|
|
|
background: rgb(238, 205, 16);
|
|
|
|
|
|
|
|
margin: 50rpx 100rpx;
|
|
|
|
.profile-info .info{
|
|
|
|
color: white;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
height: 85rpx;
|
|
|
|
|
|
|
|
padding-left: 31.25rpx;
|
|
|
|
.container {
|
|
|
|
}
|
|
|
|
background: #f4f4f4;
|
|
|
|
|
|
|
|
height: auto;
|
|
|
|
.profile-info .name{
|
|
|
|
padding-bottom: 10rpx;
|
|
|
|
display: block;
|
|
|
|
overflow: hidden;
|
|
|
|
height: 45rpx;
|
|
|
|
width: 100%;
|
|
|
|
line-height: 45rpx;
|
|
|
|
}
|
|
|
|
color: #fff;
|
|
|
|
|
|
|
|
font-size: 37.5rpx;
|
|
|
|
.profile-info {
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
width: 100%;
|
|
|
|
}
|
|
|
|
height: 280rpx;
|
|
|
|
|
|
|
|
display: flex;
|
|
|
|
.profile-info .level{
|
|
|
|
flex-wrap: wrap;
|
|
|
|
display: block;
|
|
|
|
align-items: center;
|
|
|
|
height: 30rpx;
|
|
|
|
justify-content: flex-start;
|
|
|
|
line-height: 30rpx;
|
|
|
|
padding: 0 30.25rpx;
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
background: rgb(177, 182, 196);
|
|
|
|
color: #7f7f7f;
|
|
|
|
}
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
.profile-info .avatar {
|
|
|
|
|
|
|
|
height: 148rpx;
|
|
|
|
.user-menu{
|
|
|
|
width: 148rpx;
|
|
|
|
width: 100%;
|
|
|
|
border-radius: 50%;
|
|
|
|
height: auto;
|
|
|
|
}
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
background: #fff;
|
|
|
|
.profile-info .info {
|
|
|
|
margin-bottom:100rpx;
|
|
|
|
flex: 1;
|
|
|
|
}
|
|
|
|
height: 85rpx;
|
|
|
|
|
|
|
|
padding-left: 31.25rpx;
|
|
|
|
.user-menu .item{
|
|
|
|
}
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
width: 33.33333%;
|
|
|
|
.profile-info .name {
|
|
|
|
height: 187.5rpx;
|
|
|
|
display: block;
|
|
|
|
border-right: 1px solid rgba(0,0,0,.15);
|
|
|
|
height: 45rpx;
|
|
|
|
border-bottom: 1px solid rgba(0,0,0,.15);
|
|
|
|
line-height: 45rpx;
|
|
|
|
text-align: center;
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
font-size: 37.5rpx;
|
|
|
|
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
.user-menu .item .a{
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.profile-info .level {
|
|
|
|
|
|
|
|
display: block;
|
|
|
|
|
|
|
|
height: 30rpx;
|
|
|
|
|
|
|
|
line-height: 30rpx;
|
|
|
|
|
|
|
|
margin-bottom: 10rpx;
|
|
|
|
|
|
|
|
color: #7f7f7f;
|
|
|
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu {
|
|
|
|
|
|
|
|
width: 100%;
|
|
|
|
|
|
|
|
height: auto;
|
|
|
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
|
|
|
background: #fff;
|
|
|
|
|
|
|
|
margin-bottom: 100rpx;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .item {
|
|
|
|
|
|
|
|
float: left;
|
|
|
|
|
|
|
|
width: 33.33333%;
|
|
|
|
|
|
|
|
height: 187.5rpx;
|
|
|
|
|
|
|
|
border-right: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
|
|
|
|
border-bottom: 1px solid rgba(0, 0, 0, 0.15);
|
|
|
|
|
|
|
|
text-align: center;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .item .a {
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
height: 100%;
|
|
|
|
height: 100%;
|
|
|
|
@ -78,77 +106,76 @@ page{
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .item.no-border {
|
|
|
|
.user-menu .item.no-border {
|
|
|
|
border-right: 0;
|
|
|
|
border-right: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .item.item-bottom {
|
|
|
|
.user-menu .item.item-bottom {
|
|
|
|
border-bottom: none;
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon{
|
|
|
|
.user-menu .icon {
|
|
|
|
margin: 0 auto;
|
|
|
|
margin: 0 auto;
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
height: 52.803rpx;
|
|
|
|
height: 52.803rpx;
|
|
|
|
width: 52.803rpx;
|
|
|
|
width: 52.803rpx;
|
|
|
|
margin-bottom: 16rpx;
|
|
|
|
margin-bottom: 16rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.order{
|
|
|
|
.user-menu .icon.order {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -437.5rpx no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -437.5rpx no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.coupon{
|
|
|
|
.user-menu .icon.coupon {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -62.4997rpx no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -62.4997rpx no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.gift{
|
|
|
|
.user-menu .icon.gift {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -187.5rpx no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -187.5rpx no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.address{
|
|
|
|
.user-menu .icon.address {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 0 no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 0 no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.security{
|
|
|
|
.user-menu .icon.security {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -500rpx no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -500rpx no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.kefu{
|
|
|
|
.user-menu .icon.kefu {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -312.5rpx no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -312.5rpx no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.help{
|
|
|
|
.user-menu .icon.help {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -250rpx no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -250rpx no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .icon.feedback{
|
|
|
|
.user-menu .icon.feedback {
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -125rpx no-repeat;
|
|
|
|
background: url(http://xiaot-static.oss-cn-hangzhou.aliyuncs.com/XiaoT/icon/ucenter-sdf6a55ee56-f2c2b9c2f0.png) 0 -125rpx no-repeat;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
background-size: 52.803rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.user-menu .txt {
|
|
|
|
.user-menu .txt{
|
|
|
|
display: block;
|
|
|
|
display: block;
|
|
|
|
height: 24rpx;
|
|
|
|
height: 24rpx;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
font-size: 24rpx;
|
|
|
|
font-size: 24rpx;
|
|
|
|
color: #333;
|
|
|
|
color:#333;
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
.logout{
|
|
|
|
.logout {
|
|
|
|
margin-top: 50rpx;
|
|
|
|
margin-top: 50rpx;
|
|
|
|
height: 101rpx;
|
|
|
|
height: 101rpx;
|
|
|
|
width: 100%;
|
|
|
|
width: 100%;
|
|
|
|
line-height: 101rpx;
|
|
|
|
line-height: 101rpx;
|
|
|
|
text-align: center;
|
|
|
|
text-align: center;
|
|
|
|
background: #fff;
|
|
|
|
background: #fff;
|
|
|
|
color: #333;
|
|
|
|
color: #333;
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-size: 30rpx;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|