live.wxss 473 B

1234567891011121314151617181920212223242526272829303132
  1. /* pages/live/live.wxss */
  2. .nabar{
  3. position: fixed;
  4. height: 8vh;
  5. line-height: 3vh;
  6. width: 750rpx;
  7. bottom: 0;
  8. display: flex;
  9. box-shadow: 0 0 8px #1989fa;
  10. }
  11. .nabar .navarItem{
  12. flex: 1;
  13. font-size: 14px;
  14. padding: 10rpx 0;
  15. text-align: center;
  16. color: #bfcbd9;
  17. }
  18. .nabar .act{
  19. color: #1989fa;
  20. }
  21. .nabar .select{
  22. background-color: red;
  23. border-radius: 1em;
  24. width: 50rpx;
  25. margin-left: auto;
  26. margin-right: auto;
  27. margin-top: 8px;
  28. height: 2px;
  29. }