iiot.css 2.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. .banner{
  2. background-image: url(../images/iiot.png);
  3. height: 400px;
  4. position: relative;
  5. background-repeat: no-repeat;
  6. background-size: cover;
  7. background-position: center;
  8. }
  9. .news-web-csy-banner-content {
  10. position: absolute;
  11. top: 50%;
  12. transform: translateY(-50%);
  13. text-align: center;
  14. width: 100%;
  15. display: inline-block;
  16. }
  17. .news-web-csy-banner-content-title {
  18. font-size: 3.5rem;
  19. color: #ffffff;
  20. font-weight: 500;
  21. max-width: 960px;
  22. margin: 0 auto;
  23. margin-bottom: 15px;
  24. }
  25. .news-web-csy-banner-content-desc {
  26. font-size: 1rem;
  27. font-weight: 400;
  28. max-width: 960px;
  29. margin: 0 auto;
  30. color: #ffffff;
  31. }
  32. .news-web-csy-group {
  33. width: 100%;
  34. display: inline-block;
  35. padding: 80px 0;
  36. }
  37. .news-tag-group .news-tag-group-desc {
  38. height: 60px;
  39. }
  40. .news-csy-website-text-title > .news-csy-website-text-div-title {
  41. text-align: justify;
  42. color: #393a3e;
  43. font-weight: 500;
  44. margin-bottom: 10px;
  45. font-size: 16px;
  46. }
  47. .news-csy-website-text-title > .news-csy-website-text-div-desc {
  48. text-align: justify;
  49. color: #8c8f94;
  50. font-size: 14px;
  51. line-height: 1.5;
  52. }
  53. /* 标题 */
  54. .news-csy-website-title {
  55. margin: 0 0 60px 0;
  56. }
  57. .news-img-container {
  58. text-align: center;
  59. }
  60. .news-web-content-container {
  61. width: 100%;
  62. max-width: 1260px;
  63. margin: 0 auto;
  64. }
  65. .intro-csy ,.news-csy-website-text-title{
  66. width: 100%;
  67. max-width: 960px;
  68. margin: 0 auto;
  69. clear: both;
  70. }
  71. .intro-csy + .intro-csy {
  72. margin-top: 30px;
  73. }
  74. .intro{
  75. max-width: 960px;
  76. margin:0 auto;
  77. margin: 20px 0;
  78. font-size: 0;
  79. }
  80. .website-text-div-title_div{
  81. text-align: center;
  82. color: #393a3e;
  83. font-weight: 500;
  84. margin-top: 20px;
  85. margin-bottom: 10px;
  86. font-size: 16px;
  87. }
  88. .intro div:first-child{
  89. width: 20px;
  90. border-bottom: 2px solid red;
  91. text-align: center;
  92. font-size: 16px;
  93. display: inline-block;
  94. height: 36px;
  95. line-height: 36px;
  96. }
  97. .intro div:last-child{
  98. font-size: 16px;
  99. display: inline-block;
  100. border-bottom: 2px solid #F3F4F5;
  101. padding-left: 20px;
  102. height: 36px;
  103. line-height: 36px;
  104. }
  105. .img-auto{
  106. width: 70px;
  107. margin-right: 20px;
  108. background: #356FF2;
  109. font-size: 0;
  110. min-height: 70px;
  111. }
  112. .news-csy-website-text-title > .news-csy-website-text-div-title{
  113. font-size: 14px;
  114. }