refactor: remove registration page and update login UI with agreement checkbox

This commit is contained in:
2026-04-09 16:18:27 +08:00
parent 1559181b2e
commit cc93fb03b0
11 changed files with 211 additions and 595 deletions

View File

@@ -24,6 +24,19 @@
height: 120rpx;
}
.list .cell-btn {
background: transparent;
padding: 0 30rpx;
margin: 0;
width: 100%;
text-align: left;
line-height: normal;
}
.list .cell-btn::after {
border: none;
}
.list .cell.unLine {
border-bottom: none;
}
@@ -58,4 +71,9 @@
color: #FFF;
font-size: 24rpx;
line-height: 30rpx;
}
.list .cell .nickname-input {
text-align: right;
width: 100%;
}