富茂链客Pcg官网
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

iot.css 738 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. .xhuancuanimg {
  2. margin-top: 80px;
  3. width: 100%;
  4. cursor: pointer;
  5. }
  6. .publicityBox {
  7. width: 1200px;
  8. overflow: hidden;
  9. margin: 100px auto 0 auto;
  10. display: flex;
  11. justify-content: space-between;
  12. flex-wrap: wrap;
  13. margin-bottom: 76px;
  14. }
  15. .item1Box {
  16. width: 49%;
  17. /* height: 240px; */
  18. }
  19. .item1Title {
  20. font-size: 22px;
  21. font-family: OPPOSans;
  22. font-weight: 500;
  23. color: #131D2E;
  24. margin: 20px 0 20px 0;
  25. }
  26. .item1p {
  27. font-size: 16px;
  28. font-family: Microsoft YaHei;
  29. font-weight: 400;
  30. color: #767F8F;
  31. }
  32. .item1Img {
  33. width: 100%;
  34. height: 240px;
  35. }
  36. .xian {
  37. width: 559px;
  38. height: 1px;
  39. background: #E5E5E5;
  40. margin-top: 26px;
  41. margin-bottom: 40px;
  42. }