feat: support mini program phone authorization binding
This commit is contained in:
@@ -32,6 +32,10 @@
|
||||
color: rgba(245, 247, 251, 0.72);
|
||||
}
|
||||
|
||||
.setup-text--danger {
|
||||
color: #ffb4a9;
|
||||
}
|
||||
|
||||
.retry-button {
|
||||
margin-top: 28rpx;
|
||||
width: 100%;
|
||||
@@ -41,3 +45,14 @@
|
||||
font-size: 28rpx;
|
||||
line-height: 2.6;
|
||||
}
|
||||
|
||||
.ghost-button {
|
||||
margin-top: 18rpx;
|
||||
width: 100%;
|
||||
border-radius: 8rpx;
|
||||
border: 1rpx solid rgba(255, 255, 255, 0.24);
|
||||
background: transparent;
|
||||
color: rgba(245, 247, 251, 0.86);
|
||||
font-size: 26rpx;
|
||||
line-height: 2.6;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user