zoomslider.css 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200
  1. .zs-enabled{position:relative}.zs-enabled .zs-slideshow,.zs-enabled .zs-slides,.zs-enabled .zs-slide{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;overflow:hidden}.zs-enabled .zs-slideshow .zs-slides .zs-slide{background:transparent none no-repeat 50% 50%;background-size:cover;position:absolute;visibility:hidden;opacity:0;-webkit-transform:scale(1.2, 1.2);-moz-transform:scale(1.2, 1.2);-ms-transform:scale(1.2, 1.2);-o-transform:scale(1.2, 1.2);transform:scale(1.2, 1.2)}.zs-enabled .zs-slideshow .zs-slides .zs-slide.active{visibility:visible;opacity:1}.zs-enabled .zs-slideshow .zs-bullets{position:absolute;z-index:4;bottom:20px;left:0;width:100%;text-align:center}.zs-enabled .zs-slideshow .zs-bullets .zs-bullet{display:inline-block;cursor:pointer;border:2px solid #EFC509;width:14px;height:14px;border-radius:8px;margin:10px;background-color:#000}.zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active{background-color:#EFC509}.zs-enabled .zs-slideshow:after{content:" ";position:absolute;top:0;left:0;width:100%;height:100%;z-index:3;background:transparent none repeat 0 0}.zs-enabled.overlay-plain .zs-slideshow:after{background-image:url(plain.png)}.zs-enabled.overlay-dots .zs-slideshow:after{background:url(../images/dots.png)}
  2. .properties-table {
  3. width: 100%;
  4. padding: 0;
  5. border-spacing:0;
  6. margin-top:2em;
  7. font-size:.85em;
  8. background-color: #eee;
  9. }
  10. .properties-table th, .properties-table td {
  11. text-align: left;
  12. padding: 10px;
  13. }
  14. .properties-table th {
  15. border-bottom: 1px solid #333;
  16. line-height: 2;
  17. }
  18. .zs-enabled .zs-slideshow .zs-bullets {
  19. position: absolute;
  20. z-index: 4;
  21. bottom: 40px;
  22. left: 0;
  23. width: 100%;
  24. text-align: center;
  25. display:none;
  26. }
  27. .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  28. display: inline-block;
  29. cursor: pointer;
  30. border: 2px solid #fff;
  31. width: 34px;
  32. height:4px;
  33. margin: 10px;
  34. background: #fff;
  35. border-radius: 0;
  36. }
  37. .zs-enabled .zs-slideshow .zs-bullets .zs-bullet.active {
  38. background:#02a388;
  39. border: 2px solid #02a388;
  40. }
  41. #demo-1 {
  42. position: relative;
  43. width: 100%;
  44. min-height: 658px;
  45. background-color: #999;
  46. }
  47. .demo-inner-content {
  48. position: relative;
  49. z-index: 2;
  50. }
  51. .banner-inner {
  52. background: url(../images/1.jpg) no-repeat 0px 0px;
  53. background-size: cover;
  54. -webkit-background-size: cover;
  55. -moz-background-size: cover;
  56. -o-background-size: cover;
  57. -ms-background-size: cover;
  58. min-height: 200px!important;
  59. }
  60. .banner-inner-dott {
  61. background: url(../images/dots.png)repeat 0px 0px;
  62. text-align: center;
  63. padding-bottom: 150px;
  64. }
  65. /*-- /responsive --*/
  66. @media (max-width:1440px){
  67. #demo-1 {
  68. min-height: 630px;
  69. }
  70. .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  71. border: 2px solid #fff;
  72. width: 27px;
  73. height: 4px;
  74. margin: 8px;
  75. border-radius: 0;
  76. }
  77. }
  78. @media (max-width:1366px){
  79. #demo-1 {
  80. min-height:600px;
  81. }
  82. .zs-enabled .zs-slideshow .zs-bullets {
  83. position: absolute;
  84. z-index: 4;
  85. bottom: 91px;
  86. left: 0;
  87. width: 100%;
  88. text-align: center;
  89. }
  90. }
  91. @media (max-width:1280px){
  92. #demo-1 {
  93. min-height:570px;
  94. }
  95. }
  96. @media (max-width:1024px){
  97. #demo-1 {
  98. min-height:540px;
  99. }
  100. .zs-enabled .zs-slideshow .zs-bullets {
  101. position: absolute;
  102. z-index: 4;
  103. bottom: 107px;
  104. left: 0;
  105. width: 100%;
  106. text-align: center;
  107. }
  108. }
  109. @media (max-width:991px){
  110. #demo-1 {
  111. min-height:500px;
  112. }
  113. .zs-enabled .zs-slideshow .zs-bullets {
  114. position: absolute;
  115. z-index: 4;
  116. bottom:91px;
  117. left:0px;
  118. width: 100%;
  119. text-align: center;
  120. }
  121. }
  122. @media (max-width:800px){
  123. #demo-1 {
  124. min-height:460px;
  125. }
  126. .zs-enabled .zs-slideshow .zs-bullets .zs-bullet {
  127. border: 2px solid #fff;
  128. width: 27px;
  129. height: 4px;
  130. margin: 4px 4px;
  131. border-radius: 0;
  132. }
  133. .banner-inner-dott {
  134. background: url(../images/dots.png)repeat 0px 0px;
  135. text-align: center;
  136. padding-bottom: 94px;
  137. }
  138. .banner-inner {
  139. min-height: 163px!important;
  140. }
  141. .zs-enabled .zs-slideshow .zs-bullets {
  142. position: absolute;
  143. z-index: 4;
  144. bottom:72px;
  145. left:0px;
  146. width: 100%;
  147. text-align: center;
  148. }
  149. }
  150. @media (max-width:736px){
  151. #demo-1 {
  152. min-height:450px;
  153. }
  154. }
  155. @media (max-width:640px){
  156. }
  157. @media (max-width:568px){
  158. #demo-1 {
  159. min-height:390px;
  160. }
  161. }
  162. @media (max-width:480px){
  163. .zs-enabled .zs-slideshow .zs-bullets {
  164. position: absolute;
  165. z-index: 4;
  166. bottom: 45px;
  167. left: -4px;
  168. width: 100%;
  169. text-align: center;
  170. }
  171. }
  172. @media (max-width:414px){
  173. }
  174. @media (max-width:384px){
  175. }
  176. @media (max-width:320px){
  177. .zs-enabled .zs-slideshow .zs-bullets {
  178. position: absolute;
  179. z-index: 4;
  180. bottom: 23px;
  181. left: -4px;
  182. width: 100%;
  183. text-align: center;
  184. }
  185. }
  186. /*-- //responsive --*/