12345678910111213141516171819202122 |
- @charset "UTF-8";
- /* 需要放到文件最上面 */
- /* 水平间距 */
- /* 水平间距 */
- /*
- 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
- */
- /* 水平间距 */
- .navbar.data-v-d3032cee {
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- z-index: 1996;
- }
- .navbar .status-bar.data-v-d3032cee {
- background: #fff;
- }
- .navbar .bar-content.data-v-d3032cee {
- position: relative;
- }
|