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.

27 lines
469 B

5 years ago
/* pages/user/nickname/index.wxss */
.btn {
margin:60rpx auto;
margin-top: 100rpx;
width: 360rpx;
height: 80rpx;
line-height: 80rpx;
background: #0B898E;
border-radius: 40rpx;
color: #fff;
text-align: center;
font-size: 30rpx;
font-weight: 500;
}
.item {
height: 120rpx;
display: flex;
align-items: center;
margin: 0 30rpx;
border-bottom: 1rpx solid #ccc;
}
.item input {
display: block;
flex: 1;
font-size: 30rpx;
color: #333;
}