navbar.wxss 429 B

12345678910111213141516171819202122
  1. @charset "UTF-8";
  2. /* 需要放到文件最上面 */
  3. /* 水平间距 */
  4. /* 水平间距 */
  5. /*
  6. 以下变量是默认值,如不需要修改可以不用给下面的变量重新赋值
  7. */
  8. /* 水平间距 */
  9. .navbar.data-v-d3032cee {
  10. position: fixed;
  11. top: 0;
  12. left: 0;
  13. width: 100%;
  14. z-index: 1996;
  15. }
  16. .navbar .status-bar.data-v-d3032cee {
  17. background: #fff;
  18. }
  19. .navbar .bar-content.data-v-d3032cee {
  20. position: relative;
  21. }