style.css 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  1. .home-device {
  2. width:100%;
  3. height:100%;
  4. margin:0 auto;
  5. position:absolute;
  6. top:0px;
  7. left:0px;
  8. //box-shadow: 0px 0px 5px #000;
  9. }
  10. .home-device .arrow-left {
  11. background:url(../images/arrows.png) no-repeat left top;
  12. position:absolute;
  13. left:10px;
  14. top:50%;
  15. margin-top:-15px;
  16. width:17px;
  17. height:30px;
  18. }
  19. .home-device .arrow-right {
  20. background:url(../images/arrows.png) no-repeat left bottom;
  21. position:absolute;
  22. right:10px;
  23. top:50%;
  24. margin-top:-15px;
  25. width:17px;
  26. height:30px;
  27. }
  28. .swiper-main {
  29. width: 100%;
  30. height: 100%;
  31. position: relative;
  32. }
  33. .sm-shadow {
  34. position: absolute;
  35. bottom: -15px;
  36. width: 606px;
  37. height: 38px;
  38. left: 17px;
  39. background: url(../images/shadow.png);
  40. }
  41. .swiper1, .swiper1 .swiper-slide{
  42. width: 100%;
  43. height: 100%;
  44. }
  45. .pagination1 {
  46. position:relative;
  47. z-index:999;
  48. text-align: center;
  49. margin-top: -20px;
  50. }
  51. .content-slide {
  52. background: #fff;
  53. padding: 20px;
  54. border-radius: 5px;
  55. }
  56. .cs-1, .cs-2 {
  57. float: left;
  58. width:270px;
  59. margin-top: 10px;
  60. margin-bottom: 10px;
  61. }
  62. .cs-1 {
  63. margin-right: 20px;
  64. background: #333;
  65. color: #fff;
  66. }
  67. .cs-2 {
  68. background: #ad2e4c;
  69. color: #fff;
  70. }
  71. /* Pagination */
  72. .pagination1 .swiper-pagination-switch {
  73. display: inline-block;
  74. width: 8px;
  75. height: 8px;
  76. border-radius: 8px;
  77. background: #999;
  78. box-shadow: 0px 1px 2px #555 inset;
  79. margin: 0 3px;
  80. cursor: pointer;
  81. }
  82. .pagination1 .swiper-active-switch {
  83. background: #fff;2f9933
  84. }
  85. .sw-title {
  86. padding: 5px 20px;
  87. font-size: 41px;
  88. margin: 50px 0 20px;
  89. font-family: 'Lato', sans-serif;
  90. line-height: 50px;
  91. color: #222;
  92. font-weight: 300;
  93. border-bottom: 1px solid #555;
  94. }
  95. .sw-content {
  96. background: #fff;
  97. border-radius: 5px;
  98. }
  99. .demo-title {
  100. margin-bottom: 5px;
  101. text-align: center;
  102. font-size: 31px;
  103. font-family: "Lato", Arial, Helvetica;
  104. font-weight: 300;
  105. line-height: 35px;
  106. margin: 50px 0 20px;
  107. }
  108. /* ==|== non-semantic helper classes ========================================
  109. Please define your styles before this section.
  110. ========================================================================== */
  111. /* For image replacement */
  112. .ir { display: block; border: 0; text-indent: -999em; overflow: hidden; background-color: transparent; background-repeat: no-repeat; text-align: left; direction: ltr; *line-height: 0; }
  113. .ir br { display: none; }
  114. /* Hide from both screenreaders and browsers: h5bp.com/u */
  115. .hidden { display: none !important; visibility: hidden; }
  116. /* Hide only visually, but have it available for screenreaders: h5bp.com/v */
  117. .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
  118. /* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
  119. .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
  120. /* Hide visually and from screenreaders, but maintain layout */
  121. .invisible { visibility: hidden; }
  122. /* Contain floats: h5bp.com/q */
  123. .clearfix:before, .clearfix:after { content: ""; display: table; }
  124. .clearfix:after { clear: both; }
  125. .clearfix { *zoom: 1; }