aboutus.css 846 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. @charset "UTF-8";
  2. /*单行省略号*/
  3. /*多行省略号*/
  4. /**清除浮动**/
  5. /**fit img**/
  6. /*主色调*/
  7. /*移动左右间隙*/
  8. br {
  9. content: "";
  10. display: block;
  11. height: 10px;
  12. }
  13. .a-des {
  14. margin-top: 0.3rem;
  15. font-size: 0.16rem;
  16. line-height: 2.25;
  17. }
  18. .about-info {
  19. margin-top: 0.8rem;
  20. }
  21. .links {
  22. margin-top: 0.6rem;
  23. color: #036EB8;
  24. font-size: 0.2rem;
  25. }
  26. .links a {
  27. display: inline-block;
  28. }
  29. .links .icon {
  30. display: inline-block;
  31. font-size: 0.2rem;
  32. margin-left: 0.15rem;
  33. }
  34. .links a ~ a {
  35. margin-left: 1rem;
  36. }
  37. .idea {
  38. margin-top: 0.6rem;
  39. padding-top: 0.6rem;
  40. border-top: 0.03rem solid #036EB8;
  41. display: flex;
  42. justify-content: space-between;
  43. }
  44. .idea .img {
  45. width: 6.6rem;
  46. height: auto;
  47. }
  48. .idea .info {
  49. width: calc(100% - 7rem);
  50. padding-top: 0.2rem;
  51. }
  52. /*# sourceMappingURL=maps/aboutus.css.map */