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
433 B
27 lines
433 B
page {
|
|
background-color: #f5f5f5;
|
|
}
|
|
page view {
|
|
box-sizing: border-box;
|
|
}
|
|
.name-edit {
|
|
padding-top: 20rpx;
|
|
}
|
|
.name-edit .name-edit__input--desc {
|
|
font-size: 26rpx;
|
|
padding: 16rpx 32rpx;
|
|
color: #999;
|
|
margin-bottom: 200rpx;
|
|
}
|
|
.name-edit .name-edit__wrapper {
|
|
width: 100%;
|
|
padding: 0 32rpx;
|
|
}
|
|
.name-edit .name-edit__btn {
|
|
height: 88rpx;
|
|
width: 100%;
|
|
background: #fa4126;
|
|
color: #fff;
|
|
border-radius: 48rpx;
|
|
}
|