shijian.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185
  1. .ov_hi {
  2. overflow: hidden;
  3. }
  4. .alwaysShow td {
  5. position: relative;
  6. }
  7. .alwaysShow td .df-class {
  8. position: absolute;
  9. z-index: 1;
  10. top: 50%;
  11. left: 100%;
  12. transform: translate(-50%, -50%);
  13. }
  14. .df-persp,
  15. .persp-bg {
  16. position: fixed;
  17. width: 100%;
  18. height: 100%;
  19. top: 0;
  20. left: 0;
  21. z-index: 6000;
  22. pointer-events: auto;
  23. /*禁止事件穿透*/
  24. }
  25. .persp-bg {
  26. -webkit-opacity: 0.5;
  27. -moz-opacity: 0.5;
  28. -khtml-opacity: 0.5;
  29. opacity: .5;
  30. filter: alpha(opacity=50);
  31. -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  32. filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  33. width: 100%;
  34. height: 100%;
  35. background: #000;
  36. z-index: 1;
  37. }
  38. .df-box {
  39. min-width: 170px;
  40. background: #fff;
  41. border-radius: 10px;
  42. font-size: 12px;
  43. text-shadow: none;
  44. -webkit-box-sizing: border-box;
  45. -moz-box-sizing: border-box;
  46. box-sizing: border-box;
  47. z-index: 2;
  48. position: absolute;
  49. -webkit-user-select: none;
  50. -moz-user-select: none;
  51. -ms-user-select: none;
  52. -ms-touch-action: none;
  53. overflow: hidden;
  54. text-align: center;
  55. -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  56. top: 50%;
  57. left: 50%;
  58. transform: translate(-50%, -50%);
  59. }
  60. .df-main {
  61. /*padding: 10px;*/
  62. }
  63. .df-item {
  64. position: relative;
  65. overflow: hidden;
  66. }
  67. .df-item .G-bg {
  68. position: absolute;
  69. width: 100%;
  70. height: 100%;
  71. top: 0;
  72. left: 0;
  73. }
  74. .G-top {
  75. -webkit-box-sizing: border-box;
  76. -moz-box-sizing: border-box;
  77. box-sizing: border-box;
  78. background: linear-gradient(#fff 0%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .6) 75%, rgba(255, 255, 255, .4) 100%);
  79. background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(0.45, rgba(255, 255, 255, .85)), color-stop(0.75, rgba(255, 255, 255, .6)), to(rgba(255, 255, 255, .4)));
  80. background: -moz-linear-gradient(#fff 0%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .6) 75%, rgba(255, 255, 255, .4) 100%);
  81. background: -o-linear-gradient(#fff 0%, rgba(255, 255, 255, .85) 45%, rgba(255, 255, 255, .6) 75%, rgba(255, 255, 255, .4) 100%);
  82. }
  83. .G-mid {
  84. -webkit-box-sizing: border-box;
  85. -moz-box-sizing: border-box;
  86. box-sizing: border-box;
  87. }
  88. .G-btm {
  89. -webkit-box-sizing: border-box;
  90. -moz-box-sizing: border-box;
  91. box-sizing: border-box;
  92. background: linear-gradient(rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .6) 25%, rgba(255, 255, 255, .85) 65%, #fff 100%);
  93. background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .4)), color-stop(0.25, rgba(255, 255, 255, .6)), color-stop(0.65, rgba(255, 255, 255, .85)), to(#fff));
  94. background: -moz-linear-gradient(rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .6) 25%, rgba(255, 255, 255, .85) 48%, #fff 100%);
  95. background: -o-linear-gradient(rgba(255, 255, 255, .4) 0%, rgba(255, 255, 255, .6) 25%, rgba(255, 255, 255, .85) 48%, #fff 100%);
  96. }
  97. .df-ctn {
  98. -webkit-box-sizing: border-box;
  99. -moz-box-sizing: border-box;
  100. box-sizing: border-box;
  101. margin: 0;
  102. padding: 0 2px;
  103. position: relative;
  104. background: #000;
  105. zoom: 1;
  106. }
  107. .df-wrap {
  108. display: inline-block;
  109. }
  110. .df-strip {
  111. position: relative;
  112. z-index: 2;
  113. }
  114. .df-ul {
  115. -webkit-box-sizing: border-box;
  116. -moz-box-sizing: border-box;
  117. box-sizing: border-box;
  118. -webkit-perspective: 1000;
  119. -webkit-backface-visibility: hidden;
  120. text-decoration: none;
  121. list-style: none;
  122. padding: 0;
  123. margin: 0;
  124. }
  125. .df-li {
  126. -webkit-box-sizing: border-box;
  127. -moz-box-sizing: border-box;
  128. box-sizing: border-box;
  129. padding: 0 5px;
  130. display: block;
  131. text-align: center;
  132. vertical-align: bottom;
  133. filter: Alpha(Opacity=90);
  134. /* text-shadow: 0 1px 1px #000;*/
  135. font-size: 18px;
  136. white-space: nowrap;
  137. }
  138. .df-class {
  139. font-size: 18px;
  140. }
  141. .df-btn {
  142. display: block;
  143. }
  144. .df-btn div {
  145. display: inline-block;
  146. width: 50%;
  147. cursor: pointer;
  148. border: 1px solid #ddd;
  149. -webkit-box-sizing: border-box;
  150. -moz-box-sizing: border-box;
  151. box-sizing: border-box;
  152. font-size: 16px;
  153. white-space: nowrap;
  154. overflow: hidden;
  155. text-overflow: ellipsis;
  156. }
  157. .df-btn div:active {
  158. background: #f60;
  159. color: #fff;
  160. border: 1px solid #f60;
  161. }
  162. .df-hide {
  163. visibility: hidden;
  164. }