mirror of
https://github.com/Tencent/WeKnora.git
synced 2026-06-04 13:30:32 +08:00
17 lines
219 B
Plaintext
17 lines
219 B
Plaintext
.hero {
|
|
background: linear-gradient(135deg, #102a43 0%, #1264a3 100%);
|
|
color: #ffffff;
|
|
}
|
|
|
|
.hero .muted {
|
|
color: rgba(255, 255, 255, 0.78);
|
|
}
|
|
|
|
.section {
|
|
margin-top: 28rpx;
|
|
}
|
|
|
|
.picker-value {
|
|
color: #102a43;
|
|
}
|