You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
178 B
Plaintext
14 lines
178 B
Plaintext
2 years ago
|
/* pages/user-edit/user-edit.wxss */
|
||
|
.bottom {
|
||
|
margin: 30rpx 40rpx;
|
||
|
}
|
||
|
|
||
|
.tips {
|
||
|
text-align: right !important;
|
||
|
}
|
||
|
|
||
|
.verify {
|
||
|
color: rgba(0, 82, 217, 1);
|
||
|
font-size: 32rpx;
|
||
|
}
|