circulationSales.css 597 B

123456789101112131415161718192021222324252627282930313233
  1. .centerBoxTop{
  2. width: 100%;
  3. height:49%;
  4. }
  5. .centerBoxBottom{
  6. width: 100%;
  7. height: 49%;
  8. margin-top: 2%;
  9. }
  10. .chain-item{
  11. float: left;
  12. width: 21%;
  13. height: 10vw;
  14. background-color: rgba(13, 226, 232, .2);
  15. /* opacity: .8; */
  16. margin-left: .5vw;
  17. margin-top: 1vw;
  18. color: #0dd8df;
  19. text-align: center;
  20. }
  21. .chain-item h3{
  22. font-size: .8vw;
  23. padding:.5vw 0;
  24. }
  25. .chain-item p{
  26. font-size: .5vw;
  27. padding:.1vw 0;
  28. }
  29. /* #liquidfill-chart{
  30. background: url(../img/2019072517094175.gif) no-repeat center bottom;
  31. background-size: 100% 100%;
  32. } */