default.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255
  1. @charset "utf-8";
  2. /* CSS Document */
  3. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,
  4. form,fieldset,input,textarea,p,blockquote,th,td,img { padding: 0; margin: 0; }
  5. fieldset,img { border: 0; }
  6. address,caption,cite,code,dfn,em,strong,th,var,i { font-weight: normal; font-style: normal; }
  7. ol,ul,li { list-style: none; }
  8. caption,th { text-align: left; }
  9. h1,h2,h3,h4,h5,h6 { font-weight: normal; font-size: 100%; }
  10. q:before,q:after { content:''; }
  11. abbr,acronym { border: 0; }
  12. /*-- All --*/
  13. html{ min-width:1000px; }
  14. body{ color:#333;font:12px/20px Arial,"Microsoft YaHei","宋体",sans-serif; text-align:center; background:#fff; }
  15. a{ color:#333; text-decoration:none; outline:none;}
  16. a:hover {color:#f00; text-decoration:underline; }
  17. table { border-collapse: collapse; border-spacing: 0; empty-cells:show; }
  18. table td,table th{ border:#ddd solid 1px; padding: 5px 0; }
  19. table th{ background:#39A4DC; color:#fff; }
  20. table .new td{ color:#f60; font-weight:bold; }
  21. /* css三角形 */
  22. .arrow,.arrow s { position:relative; display:block; font-size: 0; line-height: 0; width: 0; height: 0; border-color:transparent; border-style:dashed; border-width:5px; }
  23. .arrowR,.arrowR s{ border-left-color:#aaa; border-left-style:solid; }
  24. .arrowR s{ border-left-color:#fff; position:absolute; left:-7px; top:-5px; }
  25. .arrowR:hover{ border-left-color:#f60; }
  26. .arrowL,.arrowL s{ border-right-color:#aaa; border-right-style:solid; }
  27. .arrowL s{ border-right-color:#fff; position:absolute; right:-7px; top:-5px; }
  28. .arrowL:hover{ border-right-color:#f60; }
  29. .arrowT,.arrowT s{ border-bottom-color:#aaa; border-bottom-style:solid; }
  30. .arrowT s{ border-bottom-color:#fff; position:absolute; left:-5px; top:-3px; }
  31. .arrowT:hover{ border-bottom-color:#f60; }
  32. .arrowB,.arrowB s{ border-top-color:#aaa; border-top-style:solid; }
  33. .arrowB s{ border-top-color:#fff; position:absolute; left:-5px; bottom:-3px; }
  34. .arrowB:hover{ border-top-color:#f60; }
  35. /* css圆形 */
  36. .circle{ line-height:100%; overflow:hidden; font-family:Tahoma,Helvetica; font-size:18px; color:#aaa; }
  37. .circle:hover{ color:#f60; }
  38. /* 顶部导航条 */
  39. #header{ width:100%; left:0; top:0; position:fixed; z-index:10; height:32px; line-height:32px; color:#fff; text-align:left; overflow:hidden; }
  40. #header .headerBg{ width:100%; height:32px; left:0; top:0; position:absolute; z-index:0; background:#000; filter:alpha(opacity=70);opacity:0.7; }
  41. #header a{ color:#fff; }
  42. #header #logo{ position:relative; z-index:1; display:inline-block; *display:inline; zoom:1; font-size:14px; margin-right:5px; padding-left:10px; }
  43. #header .nav{ position:relative; z-index:2; float:right; padding-right:10px; }
  44. #header .nav a{ padding:0 10px; }
  45. #header .nav a.imp{ color:#ff0; }
  46. #header .title{ position:relative; z-index:1; height:32px; overflow:hidden; }
  47. #content{ margin:0 auto; padding:62px 30px 30px 30px; position:relative; text-align:left; z-index:0; }
  48. #footer{ height:34px; line-height:34px; text-align:center; }
  49. /* 首页 - index.html ---------------------------------------------- */
  50. .indBtn{ text-align:center; display:none; }
  51. .indBtn a{ vertical-align:middle; margin:15px 15px 0 0; display:inline-block; *display:inline; zoom:1; padding:14px 22px 3px 22px; line-height:26px;
  52. color:#bede9a; font-size:14px;
  53. -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px;
  54. background:#89c941;
  55. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#89c941), to(#72b238));
  56. background: -webkit-linear-gradient(#89c941, #72b238);
  57. background: -moz-linear-gradient(#89c941, #72b238);
  58. background: -ms-linear-gradient(#89c941, #72b238);
  59. background: -o-linear-gradient(#89c941, #72b238);
  60. background: linear-gradient(#89c941, #72b238);
  61. -pie-background: linear-gradient(#89c941, #72b238);
  62. -webkit-box-shadow: #39591c 2px 2px 3px;
  63. -moz-box-shadow: #39591c 2px 2px 3px;
  64. box-shadow: #39591c 2px 2px 3px;
  65. }
  66. .indBtn a em{ font-size:30px; display:block; color:#fff; }
  67. .indIntro a:hover{ text-decoration:none; margin:11px 15px 0 0; }
  68. .indTips{ position:fixed; _position:absolute; width:14px; right:0; top:90px; background:#333; padding:5px; line-height:18px; color:#fff; cursor:pointer;
  69. -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
  70. }
  71. .indTips a{ color:#fff; text-decoration:none; }
  72. #indTips1{ display:none; }
  73. #ind2{ display:none; }
  74. #ind2 .topic{ font-size:60px; height:120px; line-height:120px; }
  75. /* 参数 - param.html ---------------------------------------------- */
  76. .paramPage .param{ width:100%; margin-bottom:20px; background:#fff; }
  77. .paramPage .param th{ text-align:center; }
  78. .paramPage .param td{ text-align:left; padding:5px 2px; }
  79. .paramPage .param .intro{ text-align:left; }
  80. .paramPage .param .link{ color:#39A4DC; text-decoration:underline; }
  81. .paramPage .param .t b{ color:#f60; }
  82. .paramPage .param i{ color:#f60; }
  83. .paramPage .param .on td{ background:#ffffaa; }
  84. /*.paramPage .param tr.n td{ color:#999; }*/
  85. .paramPage .intro a{ text-decoration:underline; }
  86. .paramPage .notice{ overflow:hidden; text-align:left; padding-bottom:10px; }
  87. .paramPage .notice li{ width:120px; height:30px; line-height:30px; text-align:center; float:left; margin-right:10px; color:#fff; background:#666; cursor:pointer; }
  88. .paramPage .notice .on{ background:#f60; }
  89. /* 联系作者 ---------------------------------------------- */
  90. #content .contact{ display:none; color:#f60; margin-bottom:20px; }
  91. /* 案例 - demo.html ---------------------------------------------- */
  92. .demoBox{ padding:0 20px 60px 20px; background:#f2f2f2; border-bottom:3px dotted #ccc; }
  93. .demoBox .hd{ padding:40px 10px 0 10px; }
  94. .demoBox .hd h3{ font-size:30px; font-weight:bold; color:#39A4DC; line-height:60px; }
  95. .demoBox .hd h3 span{ color:#ccc; font-style:italic; font-size:60px; }
  96. .demoBox .bd{ padding:20px; overflow:hidden; zoom:1; }
  97. .demoBox .bd .iframeWrap{ overflow:hidden; float:left; }
  98. .demoBox iframe{ width:100%; height:100%; vertical-align:middle; }
  99. .demoBox .botTit{ height:22px; line-height:22px; overflow:hidden; background:#eee; text-align:right; padding:5px 0; overflow:hidden; display:none;
  100. }
  101. .demoBox .botTit em{ float:left; font-weight:bold; padding-left:10px; }
  102. .demoBox .botTit span a{ display:block; float:right; height:20px; line-height:20px; padding:0 5px; background:#f60; margin-right:10px; color:#fff; -webkit-border-radius:3px; -moz-border-radius:3px; border-radius:3px; cursor:pointer; display:none; }
  103. .demoBox .botTit span a:hover{ text-decoration:none; background:#f60; }
  104. .params{ width:580px; height:100%; margin-left:20px; float:left; _display:inline; background:#fff; padding-bottom:10px; border:1px solid #ddd; }
  105. .params table{ background:#fff; }
  106. .params table .tit td{ padding: 5px 10px; background:#39A4DC; color:#fff; }
  107. .params table td{ border:1px solid #fff; }
  108. .params table .n{ width: 153px; text-align:right; }
  109. .params table .new{ color:#f00; }
  110. .params table i{ color:#999; }
  111. .params p{ padding:10px 0 0 10px; }
  112. .params .curJsCode{ color:#f60; display:block; font-family:SimSun; }
  113. .rightNav{ position:fixed; width:140px; right:0; top:100px; _position:absolute; text-align:left; cursor:pointer; background-image:url(about:blank); }
  114. .rightNav a{ display:block; position:relative; height:30px; line-height:30px; margin-bottom:2px; background:#fff; padding-right:10px; width:130px; overflow:hidden; cursor:pointer; right:-110px; }
  115. .rightNav a:hover{ text-decoration:none; color:#39A4DC; }
  116. .rightNav a:hover em{ background:#00b700}
  117. .rightNav a em{ display:block; float:left; width:30px; background:#39A4DC; color:#fff; font-size:16px; text-align:center; margin-right:10px;}
  118. .rightNav a.new em{ background:#f60; }
  119. .demoBox .iframeWrap{ width:452px; }
  120. .demoBox .iframeWrap iframe{ width:452px; height:232px; background:url(images/loading.gif) center center no-repeat; }
  121. #picScroll-left iframe{ height:174px; }
  122. #picScroll-top iframe{ height:415px; }
  123. #picMarquee-left iframe{ height:172px; }
  124. #picMarquee-top iframe{ height:415px; }
  125. #txtScroll-left iframe{ height:80px; }
  126. #txtScroll-top iframe{ height:182px; }
  127. #txtMarquee-left iframe{ height:107px; }
  128. #txtMarquee-top iframe{ height:184px; }
  129. #sideMenu iframe{ height:227px; }
  130. /* 隐藏代码盒子 */
  131. #displayBox{ z-index:10; display:none; position:fixed; _position:absolute; width:1000px; height:500px; left:50%; top:60px; margin-left:-500px; background:#fff;
  132. border:5px solid #eee;
  133. -webkit-box-shadow: #333 0 0 8px;
  134. -moz-box-shadow: #333 0 0 8px;
  135. box-shadow: #333 0 0 8px; }
  136. #displayBox .hd{ height:30px; line-height:30px; background:#eee; padding:0 10px; position:relative;
  137. background: -webkit-gradient(linear, 0 0, 0 bottom, from(#F7F7F7), to(#eee));
  138. background: -webkit-linear-gradient(#F7F7F7, #eee);
  139. background: -moz-linear-gradient(#F7F7F7, #eee);
  140. background: -ms-linear-gradient(#F7F7F7, #eee);
  141. background: -o-linear-gradient(#F7F7F7, #eee);
  142. background: linear-gradient(#F7F7F7, #eee);
  143. }
  144. #displayBox .hd h3{ font-weight:bold; color:#39A4DC; }
  145. #displayBox .hd a{ display:block; position:absolute; right:10px; top:7px; width:20px; height:16px; line-height:16px; text-align:center; background:#f60; color:#fff; cursor:pointer; }
  146. #displayBox .hd a:hover{ text-decoration:none; }
  147. #displayBox .bd{ padding:10px 0; background:#fff; }
  148. #displayBox textarea{ width:458px; height:230px; padding:10px; border:1px solid #ccc; display:block; }
  149. #displayBox .bd p{ padding-top:10px; }
  150. #displayBox iframe{ width:1000px; height:440px; margin:0 auto; }
  151. /* 扩展效果 ---------------------------------------------- */
  152. .authorWord{ margin-bottom:25px; text-align:left; background:#fff; }
  153. .authorWord h3{ padding:0 20px; height:30px; font:normal 14px/30px "Microsoft YaHei"; overflow:hidden; cursor:pointer; border-bottom:1px dotted #ccc; }
  154. .authorWord h3 .arrow{ float:right; border-top-color:#fff; margin-top:11px; }
  155. .authorWord .con{ padding:10px 20px; line-height:22px; }
  156. .authorWord .con p{ margin-bottom:5px }
  157. .authorWord a{ color:#f60; text-decoration:underline; }
  158. .demoList{ overflow:hidden; padding-top:10px; }
  159. .demoList li{
  160. position:relative; cursor:pointer; float:left; width:160px; text-align:center; margin:0 30px 30px 0;
  161. padding:4px 4px 0 4px; background:#e3e3e3; color:#000;
  162. }
  163. .demoList li img{ display:block; width:160px; height:120px; background:url(images/loading.gif) center center no-repeat; }
  164. .demoList li h3{ height:28px; line-height:28px; }
  165. .demoList li.new i{ display:block; position:absolute; top:4px; right:4px; z-index:1; width:31px; height:31px; background:url(images/new.png) 0 0 no-repeat; }
  166. .demoList li.on{
  167. background:#666; color:#fff;
  168. -webkit-transform: translateY(-10px);
  169. -moz-transform: translateY(-10px);
  170. -o-transform: translateY(-10px);
  171. -webkit-transition-duration:0.3s;
  172. -o-transition-duration:0.3s;
  173. -moz-transition-duration:0.3s;
  174. }
  175. .demoBoxEven{ background:#fff; }
  176. .demoBoxEven .demoList li{ }
  177. .demoBoxEven .demoList li.on{ background:#666; color:#fff; }
  178. /* 如何使用 ---------------------------------------------- */
  179. .usePageDl{ width:1000px; }
  180. .usePageDl dt h2{ font:normal 22px/150% "Microsoft YaHei"; _font-weight:bold; color:#39A4DC; }
  181. .usePageDl dt h2 a{ color:#f60; text-decoration:underline; }
  182. .usePageDl dt p{ padding:5px 0 10px 33px; }
  183. .usePageDl dt p b{ color:#f60; }
  184. .usePageDl dd{ margin-bottom:50px; }
  185. .usePage .demoBox{ padding:0; }
  186. .usePage .demoBox .bd .iframeWrap{ background:none; }
  187. /* 下载页面 ----------------------------------------------- */
  188. .downLoadDl{ width:1000px; }
  189. .downLoadDl dt h2{ font:normal 22px/150% "Microsoft YaHei"; _font-weight:bold; color:#39A4DC; }
  190. .downLoadDl dt h2 a{ font-size:12px; color:#333; margin-left:20px; text-decoration:underline; }
  191. .downLoadDl dd{ margin-bottom:50px; padding:10px 0; }
  192. .dBtn{ cursor:pointer; display:block; height:30px; line-height:30px; width:100px; text-align:center; font-size:16px; background:#6ddb00; color:#fff; _font-weight:bold;
  193. -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px;
  194. -webkit-box-shadow: #666 1px 1px 2px;
  195. -moz-box-shadow: #666 1px 1px 2px;
  196. box-shadow: #666 1px 1px 2px;
  197. }
  198. .dBtn:hover{ text-decoration:none; background:#65ca00; color:#fff; margin-left:2px; }
  199. .pBtn{ background:#FFA241; font-size:12px; }
  200. .pBtn:hover{ background:#ff8635; }
  201. .pBtn i{ font-family:Arial; _font-weight:bold; font-size:20px; }
  202. .downPage .inculde{ margin-top:20px; padding:10px; border:1px dotted #eee; background:#f3f3f3;}
  203. .downPage .inculde li{ color:#666; }
  204. .downPage .inculde em{ font-weight:bold; color:#333; }
  205. .downPage .inculde h3{ font-size:14px; font-weight:bold; color:#c00; padding-bottom:10px }
  206. .downPage .inculde a{ color:#39A4DC; text-decoration:underline; margin:0 2px; }
  207. #whyPay p,#howPay p{ text-indent:20px; margin-bottom:10px }
  208. .pay{ overflow:hidden; padding-bottom:5px; vertical-align:top; }
  209. .pay .pBtn{ float:left; }
  210. .pay p{ margin-left:120px; }
  211. .pay p span{ color:#c00; }
  212. .downPage .imp{ color:#c00; font-size:14px; }
  213. /* 颜色代码
  214. #39A4DC 浅蓝色
  215. */