mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
23 lines
294 B
Plaintext
23 lines
294 B
Plaintext
.content {
|
|
padding: 20px;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.content-2 {
|
|
padding: 20px;
|
|
}
|
|
|
|
.right-nav {
|
|
padding: 0 10px;
|
|
line-height: 44px !important;
|
|
background-color: #fff;
|
|
}
|
|
|
|
.special-tab {
|
|
transition: all 0.25s ease-in-out;
|
|
}
|
|
|
|
.special-tab-active {
|
|
font-size: 1.05em !important;
|
|
}
|