51 lines
856 B
Plaintext
51 lines
856 B
Plaintext
/**index.wxss**/
|
|
.userinfo {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
color: #aaa;
|
|
}
|
|
|
|
.userinfo-avatar {
|
|
overflow: hidden;
|
|
width: 128rpx;
|
|
height: 128rpx;
|
|
margin: 20rpx;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
.usermotto {
|
|
margin-top: 200px;
|
|
}
|
|
.intro-title image {
|
|
width: 28rpx;
|
|
height: 30rpx;
|
|
vertical-align: middle;
|
|
margin-top: -4px;
|
|
}
|
|
.catelog-title {
|
|
display: flex;
|
|
position: relative;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
}
|
|
|
|
.catelog-title .action {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
max-width: 100%;
|
|
padding-right: 30rpx;
|
|
}
|
|
|
|
.title {
|
|
font-size: 32rpx;
|
|
position: relative;
|
|
color: #fff;
|
|
border-top-right-radius: 20rpx;
|
|
border-top-left-radius: 20rpx;
|
|
padding-left: 15rpx;
|
|
background: #0054bd;
|
|
display: inline-block;
|
|
padding: 25rpx 35rpx 20rpx;
|
|
} |