1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- /*<!-- 首页智能机器人第一模块 -->*/
- .container_Con .row {
- text-align:center;
- margin: 0 auto 30px;
- }
- /*<!-- 首页智能机器人第二模块 -->*/
- .shadow_img {
- float: left;
- margin:0 20px 0 20px;
- }
- /*<!-- 首页智能机器人第三模块 -->*/
- .caption_ion span{
- font-size: 22px;
- }
- .caption_ion p{
- font-size: 16px;
- color: #666;
- margin-top: 20px;
-
- }
- .containerTop .row{
- margin: 30px auto;
- }
- .col-md-2 .pos_wz {
- position: relative;
- top: 0;
- left: 0;
- }
- .pos_wz_p {
- position: absolute;
- top: 0px;
- left: 10px;
- right: 10px;
- height: 78px;
- width: 170px;
- text-align: center;
- }
- .RabotTit{
- text-align: center;
- font-size: 22px;
- }
- .pos_wz_p span{
- font-size: 16px;
- color:#fff;
- line-height: 78.97px
- }
|