Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 

39 строки
743 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. /*-webkit-filter: blur(10px);
  12. filter: blur(10px);*/
  13. }
  14. .select_title{
  15. font-family: PingFangSC;
  16. font-size: 0.1rem;
  17. font-weight: normal;
  18. font-style: normal;
  19. font-stretch: normal;
  20. line-height: 1.0;
  21. letter-spacing: 0.1px;
  22. color: #368ff4;
  23. }
  24. .normal_title{
  25. font-family: PingFangSC;
  26. font-size: 0.1rem;
  27. font-weight: normal;
  28. font-style: normal;
  29. font-stretch: normal;
  30. line-height: 1.0;
  31. letter-spacing: 0.1px;
  32. color: #686872;
  33. /*padding-bottom: 0.03rem;*/
  34. }