You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

38 lines
710 B

  1. .tabbar{
  2. position: fixed;
  3. width: 100%;
  4. bottom: 0;
  5. /*-webkit-backdrop-filter: blur(10px);
  6. backdrop-filter: blur(10px);*/
  7. /*-webkit-filter:blur(10px);*/
  8. background-color: rgba(233, 234, 238, 0.95);
  9. box-shadow: inset 0 0.5px 0 0 rgba(44, 45, 58, 0.1);
  10. height: 0.5rem;
  11. }
  12. .select_title{
  13. font-family: PingFangSC;
  14. font-size: 0.1rem;
  15. font-weight: normal;
  16. font-style: normal;
  17. font-stretch: normal;
  18. line-height: 1.0;
  19. letter-spacing: 0.1px;
  20. color: #2d2e3a;
  21. padding-bottom: 0.03rem;
  22. }
  23. .normal_title{
  24. font-family: PingFangSC;
  25. font-size: 0.1rem;
  26. font-weight: normal;
  27. font-style: normal;
  28. font-stretch: normal;
  29. line-height: 1.0;
  30. letter-spacing: 0.1px;
  31. color: #686872;
  32. padding-bottom: 0.03rem;
  33. }