10 lines
167 B
Plaintext
10 lines
167 B
Plaintext
|
/* components/navBar/index.wxss */
|
||
|
.titleCss{
|
||
|
color: #fff;
|
||
|
}
|
||
|
.van-nav-bar__arrow {
|
||
|
color: #fff !important;
|
||
|
}
|
||
|
.van-icon {
|
||
|
color: #fff !important
|
||
|
}
|