case.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .main-con .top-wrap{
  2. background: url("../images/case/succed_bg.png") no-repeat;
  3. width: 100%;
  4. height: 202px;
  5. line-height: 202px;
  6. color: #ffffff;
  7. text-align: center;
  8. }
  9. .main-con .bottom-wrap{
  10. background:#ebebed url("../images/case/bg3-1.png") no-repeat;
  11. width: 100%;
  12. height: inherit;
  13. }
  14. .main-con .bottom-wrap .container-content{
  15. width: 1200px;
  16. margin: 0 auto;
  17. }
  18. .content3-title{
  19. font-size: 50px;
  20. font-weight: bold;
  21. color: #FFFFFF;
  22. }
  23. .content3-title span{
  24. font-size: 30px !important;
  25. font-weight: 400;
  26. color: #FFFFFF;
  27. position: relative;
  28. }
  29. .content3-title span::before{
  30. content: "";
  31. position: absolute;
  32. width: 83px;
  33. height: 4px;
  34. border-radius: 2px;
  35. top: -8px;
  36. }
  37. .main-con .bottom-wrap ul {
  38. width: 100%;
  39. overflow: hidden;
  40. }
  41. .main-con .bottom-wrap li{
  42. float: left;
  43. text-align: center;
  44. cursor: pointer;
  45. width: calc(100% / 9);
  46. position: relative;
  47. font-size: 18px;
  48. font-weight: normal;
  49. color: #030418;
  50. padding: 15px 0;
  51. margin: 30px 0;
  52. }
  53. .main-con .bottom-wrap li::after{
  54. content: "";
  55. position: absolute;
  56. top: 0;
  57. left:calc(50% - 20px);
  58. width: 40px;
  59. border-top: 4px solid unset;
  60. }
  61. .main-con .bottom-wrap li.active::after{
  62. border-top: 4px solid #168EF4;
  63. }
  64. .main-con .content3-content-item{
  65. overflow: hidden;
  66. display: none;
  67. }
  68. .main-con .content3-content-item.active{
  69. display: block;
  70. }
  71. .main-con .content3-content-item .img-logo-item{
  72. position: relative;
  73. text-align: center;
  74. padding-top: 10px;
  75. float: left;
  76. margin-left: 20px;
  77. margin-bottom: 20px;
  78. width: 265px;
  79. height: 130px;
  80. box-sizing: border-box;
  81. background-color: #fff;
  82. border: 2px solid transparent;
  83. border-radius: 4px;
  84. }
  85. .main-con .content3-content-item .img-logo-item .title{
  86. font-size: 14px;
  87. }
  88. .main-con .content3-content-item .img-logo-item:hover {
  89. box-shadow: 0px 0px 23px 3px rgba(130, 131, 132, 0.34);
  90. }
  91. .main-con .content3-content-item .img-logo-item img{
  92. display: block;
  93. height: 28px;
  94. margin: 15px auto;
  95. }