暂无描述
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_designedpro.scss 816B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. .proSection{
  2. .designedProLaptop_title > .designedProLaptop_title_text{
  3. font-size: 6rem;
  4. }
  5. .designedProLaptopList{
  6. > li{
  7. font-size: 2.5rem;
  8. }
  9. }
  10. }
  11. @media (max-width:1200px) {
  12. .proSection{
  13. .designedProLaptopList{
  14. > li{
  15. font-size: 1.5rem;
  16. }
  17. }
  18. }
  19. }
  20. @media (max-width:768px){
  21. .proSection{
  22. padding: 1rem;
  23. .designedProLaptop_title > .designedProLaptop_title_text{
  24. font-size: 4rem;
  25. }
  26. .designedProLaptopList {
  27. width: 100%;
  28. padding: 1rem;
  29. }
  30. }
  31. }
  32. @media (max-width:576px) {
  33. .proSection{
  34. .designedProLaptop_title > .designedProLaptop_title_text{
  35. font-size: 2.5rem;
  36. }
  37. }
  38. }