style.css 763 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. body {
  2. background-color: #13214e;
  3. position: fixed;
  4. width: 100%;
  5. height: 100%;
  6. }
  7. .flex {
  8. display: flex;
  9. }
  10. .f {
  11. flex: 1;
  12. }
  13. .row {
  14. width: 100%;
  15. }
  16. .s33 {
  17. width: 27.3333%;
  18. float: left;
  19. background-image: url(../img/u11.svg);
  20. background-size: 100% 100%;
  21. min-height: 350px;
  22. margin: 25px 10px 0px 25px;
  23. padding: 20px;
  24. overflow: hidden;
  25. position: relative;
  26. }
  27. iframe {
  28. border: 0px !important;
  29. border-radius: 5px;
  30. position: absolute;
  31. width: 93%;
  32. height: 270px;
  33. }
  34. .wordcloud{
  35. width: 300px;
  36. height: 300px;
  37. }
  38. .icon {
  39. padding: 5px;
  40. font-size: 28px;
  41. height: 40px;
  42. color: #699BE3;
  43. font-weight: 700;
  44. overflow: hidden;
  45. font-style: normal;
  46. margin-bottom: 20px;
  47. }
  48. .tb {
  49. float: left;
  50. }
  51. .btw {
  52. float: left;
  53. margin-left: 15px;
  54. margin-top: 4px;
  55. }