You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
56 lines
1.0 KiB
56 lines
1.0 KiB
.container{
|
|
min-height: 100%;
|
|
overflow: hidden;
|
|
overflow-y: hidden;
|
|
}
|
|
.userinfo {
|
|
display: flex;
|
|
flex-direction: column;
|
|
padding: 50rpx 0;
|
|
align-items: center;
|
|
background: #e85654;
|
|
width: 750rpx;
|
|
}
|
|
|
|
.userinfo-avatar {
|
|
width: 160rpx;
|
|
height: 160rpx;
|
|
margin: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.userinfo-nickname {
|
|
margin-top: 20rpx;
|
|
color: #FFF;
|
|
}
|
|
|
|
|
|
.version {
|
|
width:100%;
|
|
height: 40rpx;
|
|
line-height: 40rpx;
|
|
font-size: 24rpx;
|
|
text-align: center;
|
|
padding: 40rpx;
|
|
}
|
|
|
|
.my-item{
|
|
width: 100%;
|
|
background: url(https://cdn.it120.cc/images/weappshop/arrow-right.png) no-repeat 750rpx center;
|
|
background-size: 16rpx auto,750rpx auto;
|
|
margin: 20rpx 0;
|
|
border-bottom: 1px solid #eee;
|
|
height: 100rpx;
|
|
line-height: 100rpx;
|
|
padding-left: 100rpx;
|
|
}
|
|
|
|
.about{
|
|
width: 100%;
|
|
background: url(https://cdn.it120.cc/images/weappshop/arrow-right.png) no-repeat 750rpx center;
|
|
background-size: 16rpx auto,750rpx auto;
|
|
margin: 20rpx 0;
|
|
height: 80rpx;
|
|
line-height: 80rpx;
|
|
padding-left: 100rpx;
|
|
} |