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.
25 lines
443 B
25 lines
443 B
/* pages/old/nickname/index.wxss */
|
|
.input-box {
|
|
height: 187rpx;
|
|
margin: 0 30rpx;
|
|
border-bottom: 1px solid #D8D8D8;
|
|
}
|
|
.input-box input {
|
|
display: block;
|
|
width: 100%;
|
|
font-size: 49rpx;
|
|
color: #333333;
|
|
font-weight: bold;
|
|
flex: 1;
|
|
}
|
|
.btn {
|
|
width: 697rpx;
|
|
line-height: 107rpx;
|
|
background: #0B898E;
|
|
border-radius: 20rpx;
|
|
text-align: center;
|
|
color: #fff;
|
|
font-size: 49rpx;
|
|
font-weight: bold;
|
|
margin: 40rpx auto;
|
|
}
|