@@ -52,15 +52,14 @@ export default { | |||
.card_title { | |||
@include font(36px, $color-white); | |||
padding: 60px 0 100px; | |||
padding: 60px 0 50px; | |||
@include border-box; | |||
} | |||
.card_content { | |||
width: 1200px; | |||
color: #fff; | |||
font-size: 36px; | |||
font-size: 20px; | |||
line-height: 50px; | |||
margin-top: 30px; | |||
} | |||
&.industrialOrientation { | |||
background: url("~@assets/image/index/bg_industrialOrientation.png") |