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