index.css 501 B

1234567891011121314151617181920212223242526272829
  1. #app {
  2. font-family: Avenir, Helvetica, Arial, sans-serif;
  3. -webkit-font-smoothing: antialiased;
  4. -moz-osx-font-smoothing: grayscale;
  5. text-align: center;
  6. color: #2c3e50;
  7. }
  8. :root{
  9. --plyr-color-main: #01c1b5;
  10. }
  11. .van-toast--text{
  12. font-size: 12PX;
  13. }
  14. .van-dropdown-item__content{
  15. position: absolute!important;
  16. max-height: 80%!important;
  17. }
  18. /* .van-popup{
  19. background-color: transparent;
  20. }
  21. .van-popup--center{
  22. border-radius: 20px;
  23. }
  24. .van-popover--light{
  25. border-radius: .21333rem;
  26. } */