46 lines
740 B
Plaintext
46 lines
740 B
Plaintext
page {
|
|
min-height: 100%;
|
|
background: #f5f7fb;
|
|
color: #132028;
|
|
font-family: -apple-system, BlinkMacSystemFont, "PingFang SC", "Helvetica Neue", sans-serif;
|
|
}
|
|
|
|
.page {
|
|
min-height: 100vh;
|
|
box-sizing: border-box;
|
|
padding: 28rpx;
|
|
}
|
|
|
|
.panel {
|
|
background: #ffffff;
|
|
border: 1rpx solid #dbe3eb;
|
|
border-radius: 16rpx;
|
|
box-shadow: 0 10rpx 30rpx rgba(15, 23, 42, 0.06);
|
|
}
|
|
|
|
.muted {
|
|
color: #64748b;
|
|
}
|
|
|
|
.primary-button {
|
|
height: 88rpx;
|
|
border-radius: 12rpx;
|
|
background: #0f766e;
|
|
color: #ffffff;
|
|
font-weight: 700;
|
|
line-height: 88rpx;
|
|
}
|
|
|
|
.secondary-button {
|
|
height: 78rpx;
|
|
border-radius: 12rpx;
|
|
background: #e7f3f1;
|
|
color: #0f766e;
|
|
font-weight: 700;
|
|
line-height: 78rpx;
|
|
}
|
|
|
|
.danger-text {
|
|
color: #b42318;
|
|
}
|