ScrImg.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. *
  2. {
  3. margin: 0;
  4. padding: 0;
  5. }
  6. .U_SI
  7. {
  8. min-width: 490px;
  9. min-height: 350px;
  10. position: absolute;
  11. top: 50%;
  12. left: 50%;
  13. padding: 8px;
  14. background-color: #f9f9f9;
  15. z-index:111;
  16. }
  17. .U_SI_B
  18. {
  19. width: 100%;
  20. height: 100%;
  21. background-color: rgba(144, 144, 144, 0.60);
  22. position: fixed;
  23. top: 0;
  24. left: 0;
  25. z-index:9;
  26. }
  27. .U_SI_Box
  28. {
  29. overflow: hidden;
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .U_SI_Img
  34. {
  35. width: 100%;
  36. height: 100%;
  37. }
  38. .U_SI_But
  39. {
  40. background: #2A2A2A;
  41. height: 35px;
  42. width: 285px;
  43. margin: 8px auto 0;
  44. border-radius: 5px;
  45. }
  46. .U_SI_But li
  47. {
  48. list-style-type: none;
  49. float: left;
  50. padding-left: 7px;
  51. padding-right: 7px;
  52. cursor: pointer;
  53. }
  54. .U_SI_But_FI
  55. {
  56. width: 25px;
  57. height: 25px;
  58. }
  59. .U_SI_Wrap
  60. {
  61. position: relative;
  62. margin: auto;
  63. top: 0;
  64. left: 0;
  65. right: 0;
  66. bottom: 0;
  67. width:75%;
  68. z-index:99;
  69. }
  70. .U_SI_Wrap ul
  71. {
  72. overflow: hidden;
  73. }
  74. .U_SI_Wrap ul li
  75. {
  76. list-style-type: none;
  77. float: left;
  78. }
  79. .U_SI_Wrap img
  80. {
  81. width: 150px;
  82. height: 120px;
  83. padding: 15px;
  84. }
  85. .U_SI_Big_Img
  86. {
  87. width: 100%;
  88. height: 100%;
  89. position: absolute;
  90. margin: auto;
  91. left: 0;
  92. top: -30px;
  93. bottom: 0;
  94. right: 0;
  95. z-index: 99999;
  96. }
  97. .U_SI_Wrap_Img
  98. {
  99. height: 89%;
  100. }
  101. .U_SI_Button_Wrap
  102. {
  103. background: #2A2A2A;
  104. width: 45%;
  105. overflow: hidden;
  106. height: 9%;
  107. margin: auto;
  108. border-radius: 5px;
  109. }
  110. .U_SI_Big_Img_A
  111. {
  112. width: 100%;
  113. height: 97%;
  114. border: 5px solid#fff;
  115. }
  116. .U_SI_Big_Img ul
  117. {
  118. overflow: hidden;
  119. text-align: center;
  120. margin-top: 3%;
  121. }
  122. .U_SI_Big_Img ul li
  123. {
  124. display: inline-block;
  125. list-style-type: none;
  126. padding-left: 8px;
  127. padding-right: 8px;
  128. cursor: pointer;
  129. }
  130. .U_SI_Big_Img ul li img
  131. {
  132. width: 25px;
  133. height: 25px;
  134. }
  135. .U_SI_Black
  136. {
  137. width: 100%;
  138. height: 100%;
  139. background: #2A2A2A;
  140. position: absolute;
  141. top: 0;
  142. left: 0;
  143. z-index: 2;
  144. opacity: 0.5;
  145. }