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

main.scss 712B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. @import 'variables';
  2. @import 'functions';
  3. *,::before,::after{
  4. padding: 0;
  5. margin: 0;
  6. box-sizing: border-box;
  7. }
  8. html{
  9. font-size: 16px;
  10. }
  11. .bg-green{
  12. background-color:#3BB78F;
  13. background: linear-gradient(90deg, #3BB78F 0%, rgba(11,171,100,1) 35%, rgba(59,183,143,1) 100%);
  14. }
  15. .banner_heading_4{
  16. font-size: 3rem;
  17. }
  18. .subtitle_1{
  19. font-size: 1.5rem;
  20. }
  21. .padding_top_14{
  22. padding-top: 14rem;
  23. }
  24. .photo_dual{
  25. width:40rem;
  26. }
  27. .price_footer{
  28. background-color:#52cba5;
  29. }
  30. .boxImgContainer{
  31. width: 4rem;
  32. }
  33. .vh-85{
  34. height: 85vh;
  35. }
  36. .vh-15{
  37. height: 15vh;
  38. }
  39. .font-3{
  40. font-size: 3rem;
  41. }
  42. .font-1_5{
  43. font-size: 2rem;
  44. }
  45. .gap-1{
  46. font-size: 0.7rem;
  47. }
  48. .priceCut_multi{
  49. font-size: .7rem;
  50. }