mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-05 19:41:45 +08:00
18 lines
231 B
Plaintext
18 lines
231 B
Plaintext
.dark,
|
|
.light {
|
|
color: #fff;
|
|
font-size: 13px;
|
|
line-height: 30px;
|
|
text-align: center;
|
|
margin-bottom: 10px;
|
|
background-clip: content-box;
|
|
}
|
|
|
|
.dark {
|
|
background-color: #39a9ed;
|
|
}
|
|
|
|
.light {
|
|
background-color: #66c6f2;
|
|
}
|