zzsc.css 7.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466
  1. body {
  2. margin: 0;
  3. padding: 0;
  4. }
  5. .content {
  6. margin: 0px 0px;
  7. }
  8. .venus-menu {
  9. margin: 0px 0px;
  10. }
  11. .venus-menu {
  12. width: 1920px;
  13. margin: 0;
  14. padding: 0;
  15. position: relative;
  16. float: left;
  17. font-family: 'Open Sans', sans-serif;
  18. list-style: none;
  19. background: #f9f9f9;
  20. box-shadow: 0 1px 3px #dedede;
  21. }
  22. .venus-menu li {
  23. display: inline-block;
  24. margin: 0;
  25. padding: 0;
  26. float: left;
  27. line-height: 20px;
  28. position: relative;
  29. }
  30. .venus-menu>li>a {
  31. padding: 5px 10px;
  32. font-size: 14px;
  33. color: #000;
  34. text-decoration: none;
  35. display: block;
  36. -webkit-transition: color 0.2s linear, background 0.2s linear;
  37. -moz-transition: color 0.2s linear, background 0.2s linear;
  38. -o-transition: color 0.2s linear, background 0.2s linear;
  39. transition: color 0.2s linear, background 0.2s linear;
  40. }
  41. .venus-menu li:hover>a, .venus-menu li.active a {
  42. background: #DFFFF8;
  43. color: #000;
  44. }
  45. .venus-menu>li>a i {
  46. color: #bababa;
  47. }
  48. .venus-menu>li:hover>a i, .venus-menu li.active a i {
  49. color: #fff;
  50. }
  51. .venus-menu ul, .venus-menu ul li ul {
  52. list-style: none;
  53. margin: 0;
  54. padding: 0;
  55. display: none;
  56. position: absolute;
  57. z-index: 99;
  58. width: 120px;
  59. }
  60. .venus-menu ul {
  61. top: 40px;
  62. left: 0;
  63. /* padding-top: 10px; */
  64. border: 1px solid #d3d3d3;
  65. text-align:center;
  66. border-bottom:none;
  67. }
  68. .venus-menu>li>ul>li:first-child a:before {
  69. content: '';
  70. position: absolute;
  71. bottom: 48px;
  72. left: 45%;
  73. margin-left: -48px;
  74. width: 0;
  75. height: 0;
  76. border-left: 8px solid rgba(255, 255, 255, 0);
  77. border-right: 8px solid rgba(255, 255, 255, 0);
  78. /* border-bottom: 8px solid #FFF3F5; */
  79. border-bottom: 8px solid #B7B7B7;
  80. }
  81. .venus-menu>li>ul>li ul li:first-child a:before {
  82. content: '';
  83. position: absolute;
  84. bottom: 16px;
  85. left: 45%;
  86. margin-left: -71px;
  87. width: 0;
  88. height: 0;
  89. border-top: 8px solid rgba(255, 255, 255, 0);
  90. border-right: 8px solid #FFF3F5;
  91. border-bottom: 8px solid rgba(255, 255, 255, 0);
  92. }
  93. .venus-menu ul li ul {
  94. top: 0;
  95. left: 100%;
  96. padding-left: 10px;
  97. }
  98. .venus-menu ul li {
  99. clear: both;
  100. width: 100%;
  101. /* border: none; */
  102. border-bottom: 1px solid #d3d3d3;
  103. }
  104. #portfolio-group {
  105. margin: 40px 0px;
  106. }
  107. .overlay {
  108. background: url(images/overlay-bg.png) repeat;
  109. width: 150px;
  110. height: 120px;
  111. position: absolute;
  112. display: none;
  113. left: 0;
  114. top: 0;
  115. }
  116. .venus-menu ul li a {
  117. padding: 14px 20px;
  118. width: 100%;
  119. color: #000;
  120. font-size: 14px;
  121. text-decoration: none;
  122. display: inline-block;
  123. float: left;
  124. clear: both;
  125. /* background: #FFF3F5; */
  126. background: #FFF;
  127. box-sizing: border-box;
  128. -moz-box-sizing: border-box;
  129. -webkit-box-sizing: border-box;
  130. -webkit-transition: background 0.2s linear;
  131. -moz-transition: background 0.2s linear;
  132. -o-transition: background 0.2s linear;
  133. transition: background 0.2s linear;
  134. }
  135. .venus-menu ul li:hover>a {
  136. /* background: #f18d8f; */
  137. background: #defff8;
  138. }
  139. .venus-menu>li>ul>li:first-child:hover a:before {
  140. /* border-bottom-color: #FFF3F5; */
  141. border-bottom-color: #B7B7B7;
  142. }
  143. .venus-menu>li>ul>li ul li:first-child:hover a:before {
  144. border-right-color: #FFF3F5;
  145. }
  146. .venus-menu>li .indicator {
  147. position: absolute;
  148. color: #FFF3F5;
  149. top: 5px;
  150. right: 0px;
  151. font-size: 20px;
  152. -webkit-transition: color 0.2s linear;
  153. -moz-transition: color 0.2s linear;
  154. -o-transition: color 0.2s linear;
  155. transition: color 0.2s linear;
  156. }
  157. .venus-menu>li:hover>.indicator {
  158. color: #fff;
  159. }
  160. .venus-menu ul>li .indicator {
  161. top: 10px;
  162. right: 8px;
  163. color: #fff;
  164. }
  165. .venus-menu i {
  166. line-height: 20px !important;
  167. margin-right: 6px;
  168. font-size: 20px;
  169. float: left;
  170. }
  171. .venus-menu>li.showhide {
  172. display: none;
  173. width: 100%;
  174. height: 46px;
  175. cursor: pointer;
  176. color: #777;
  177. border-bottom: solid 1px rgba(0, 0, 0, 0.1);
  178. background: #fff;
  179. }
  180. .venus-menu>li.showhide span.title {
  181. margin: 0px 0 0 20px;
  182. float: left;
  183. }
  184. .venus-menu>li.showhide span.icon {
  185. margin: 16px 20px;
  186. float: right;
  187. }
  188. .venus-menu>li.showhide .icon em {
  189. margin-bottom: 3px;
  190. display: block;
  191. width: 20px;
  192. height: 2px;
  193. background: #ccc;
  194. }
  195. .venus-menu li.search {
  196. float: right;
  197. }
  198. .venus-menu li.search form {
  199. margin: 13px 20px 0 0;
  200. }
  201. .venus-menu li.search form input.search {
  202. height: 26px;
  203. float: right;
  204. padding-left: 5px;
  205. padding-right: 5px;
  206. color: #777;
  207. outline: none;
  208. border: solid 1px #dedede;
  209. -o-transition: border .3s linear;
  210. -moz-transition: border .3s linear;
  211. -webkit-transition: border .3s linear;
  212. transition: border .3s linear;
  213. }
  214. .venus-menu li.search form input.search:focus {
  215. border-color: #FFF3F5;
  216. }
  217. .post-entry {
  218. margin-bottom: 20px;
  219. padding-bottom: 20px;
  220. border-bottom: 1px solid #EEE;
  221. }
  222. .zoom-out {
  223. -webkit-animation: zoomOut 600ms ease both;
  224. -moz-animation: zoomOut 600ms ease both;
  225. -o-animation: zoomOut 600ms ease both;
  226. animation: zoomOut 600ms ease both;
  227. }
  228. @
  229. -webkit-keyframes zoomOut { 0%{
  230. -webkit-transform: scale(.6);
  231. }
  232. 100%{
  233. -webkit-transform
  234. :
  235. scale
  236. (1);
  237. }
  238. }
  239. @
  240. -moz-keyframes zoomOut { 0%{
  241. -moz-transform: scale(.6);
  242. }
  243. 100%{
  244. -moz-transform
  245. :
  246. scale
  247. (1);
  248. }
  249. }
  250. @
  251. -o-keyframes zoomOut { 0%{
  252. -o-transform: scale(.6);
  253. }
  254. 100%{
  255. -o-transform
  256. :
  257. scale
  258. (1);
  259. }
  260. }
  261. @
  262. keyframes zoomOut { 0%{
  263. transform: scale(.6);
  264. }
  265. 100%{
  266. transform
  267. :
  268. scale
  269. (1);
  270. }
  271. }
  272. .slide-left {
  273. -webkit-animation: slide-left 600ms ease both;
  274. -moz-animation: slide-left 600ms ease both;
  275. -o-animation: slide-left 600ms ease both;
  276. animation: slide-left 600ms ease both;
  277. }
  278. @
  279. -webkit-keyframes slide-left { 0%{
  280. -webkit-transform: translateX(-2000px);
  281. }
  282. 100%{
  283. -webkit-transform
  284. :
  285. translateX
  286. (0);
  287. }
  288. }
  289. @
  290. -moz-keyframes slide-left { 0%{
  291. -moz-transform: translateX(-2000px);
  292. }
  293. 100%{
  294. -moz-transform
  295. :
  296. translateX
  297. (0);
  298. }
  299. }
  300. @
  301. -o-keyframes slide-left { 0%{
  302. -o-transform: translateX(-2000px);
  303. }
  304. 100%{
  305. -o-transform
  306. :
  307. translateX
  308. (0);
  309. }
  310. }
  311. @
  312. keyframes slide-left { 0%{
  313. transform: translateX(-2000px);
  314. }
  315. 100%{
  316. transform
  317. :
  318. translateX
  319. (0);
  320. }
  321. }
  322. @media only screen and (max-width: 768px) {
  323. .venus-menu li {
  324. display: block;
  325. width: 100%;
  326. }
  327. .venus-menu>li>a {
  328. padding: 13px 0 14px 20px;
  329. }
  330. .venus-menu>li.brand {
  331. display: none !important;
  332. }
  333. .venus-menu a {
  334. width: 100%;
  335. box-sizing: border-box;
  336. -moz-box-sizing: border-box;
  337. -webkit-box-sizing: border-box;
  338. }
  339. .venus-menu ul, .venus-menu ul li ul {
  340. width: 100%;
  341. padding: 0;
  342. left: 0;
  343. border: none;
  344. position: static;
  345. box-sizing: border-box;
  346. -moz-box-sizing: border-box;
  347. -webkit-box-sizing: border-box;
  348. }
  349. .venus-menu>li>ul>li:first-child a:before, .venus-menu>li>ul>li ul li:first-child a:before
  350. {
  351. border: none;
  352. }
  353. .venus-menu ul li {
  354. border-left: none;
  355. border-right: none;
  356. }
  357. .venus-menu ul li a {
  358. padding-top: 10px;
  359. padding-bottom: 10px;
  360. }
  361. .venus-menu ul>li>a {
  362. padding-left: 40px !important;
  363. }
  364. .venus-menu>li .indicator {
  365. top: 14px;
  366. right: 20px;
  367. font-size: 20px;
  368. }
  369. .venus-menu ul>li .indicator {
  370. top: 10px;
  371. right: 20px;
  372. }
  373. .venus-menu li.search form {
  374. margin: 12px 18px 0 18px;
  375. }
  376. .venus-menu li.search form input.search {
  377. width: 100%;
  378. margin-bottom: 12px;
  379. box-sizing: border-box;
  380. -moz-box-sizing: border-box;
  381. -webkit-box-sizing: border-box;
  382. }
  383. .venus-menu>li>ul>li>a {
  384. padding-left: 40px !important;
  385. }
  386. .venus-menu>li>ul>li>ul>li>a {
  387. padding-left: 60px !important;
  388. }
  389. .venus-menu>li>ul>li>ul>li>ul>li>a {
  390. padding-left: 80px !important;
  391. }
  392. }