123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354 |
- .container_Con .row {
- text-align:center;
- }
- /*<!-- 首页智能汽车第二模块 -->*/
- .container-fluid {
- background: url(../img/car.jpg) no-repeat;
- background-size: cover;
- background-size: 100%;
- }
- .container-fluid span {
- font-size: 35px;
- font-weight: bold;
- color: #fff;
- line-height: 75px;
- letter-spacing: 5px;
- }
- .container-fluid p {
- font-size: 25px;
- color: #fff;
- margin-top: 30px;
- letter-spacing: 5px;
- }
- .fond_bank {
- text-align: center;
- width: 100%;
- }
- .tit1{
- font-size: 24px;
- letter-spacing: 2px;
- text-align: center;
- /*letter-spacing: .2em;*/
- margin: 50px 0 50px
- }
- /*<!-- 首页智慧医疗第三模块 -->*/
- .fond span{
- font-size:18px;
- text-align: center;
- margin: 0 auto;
- }
- .fond{
- text-align: center;
- }
- .backgroundRou .Smart {
- width: 285px;
- height: 260px;
- box-shadow: 3px 3px 4px rgba(157,157,157,.2);
- }
- /*<!-- 首页智能汽车第四模块 -->*/
- .row_bottom {
- margin-top: 60px;
- }
|