Intelligentrobot.css 773 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. /*<!-- 首页智能机器人第一模块 -->*/
  2. .container_Con .row {
  3. text-align:center;
  4. margin: 0 auto 30px;
  5. }
  6. /*<!-- 首页智能机器人第二模块 -->*/
  7. .shadow_img {
  8. float: left;
  9. margin:0 20px 0 20px;
  10. }
  11. /*<!-- 首页智能机器人第三模块 -->*/
  12. .caption_ion span{
  13. font-size: 22px;
  14. }
  15. .caption_ion p{
  16. font-size: 16px;
  17. color: #666;
  18. margin-top: 20px;
  19. }
  20. .containerTop .row{
  21. margin: 30px auto;
  22. }
  23. .col-md-2 .pos_wz {
  24. position: relative;
  25. top: 0;
  26. left: 0;
  27. }
  28. .pos_wz_p {
  29. position: absolute;
  30. top: 0px;
  31. left: 10px;
  32. right: 10px;
  33. height: 78px;
  34. width: 170px;
  35. text-align: center;
  36. }
  37. .RabotTit{
  38. text-align: center;
  39. font-size: 22px;
  40. }
  41. .pos_wz_p span{
  42. font-size: 16px;
  43. color:#fff;
  44. line-height: 78.97px
  45. }