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.
23 lines
345 B
23 lines
345 B
.top{
|
|
background: #3a4861;
|
|
width:100%;
|
|
padding: 30rpx 0;
|
|
}
|
|
.top.user-img{
|
|
width: 252rpx;
|
|
margin: 0 auto;
|
|
}
|
|
.top image{
|
|
width: 252rpx;
|
|
height: 252rpx;
|
|
border-radius: 50%;
|
|
border: 6px solid #777F92;
|
|
}
|
|
.menu.item{
|
|
height: 96rpx;
|
|
line-height: 96rpx;
|
|
border-bottom: 2px solid #ccc;
|
|
padding: 0 40rpx;
|
|
font-size: 34rpx;
|
|
}
|