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.

32 lines
425 B

/**index.wxss**/
.input {
padding-top: 300rpx;
width: 100%;
}
.input input {
width: 100%;
background-color: #fff;
border-bottom: 1px #d9d9d9 solid;
border-top: 1px #d9d9d9 solid;
padding: 20rpx 50rpx;
}
.section {
padding-top: 20rpx;
}
.userinfo-avatar {
width: 128rpx;
height: 128rpx;
margin: 20rpx;
border-radius: 50%;
}
.userinfo-nickname {
color: #aaa;
}
.usermotto {
margin-top: 200px;
}