install.css 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245
  1. @charset "utf-8";
  2. /*欢迎使用eyoucms*/
  3. html {
  4. scrollbar-face-color : #F5F5F5;
  5. scrollbar-arrow-color :#A0A0A0;
  6. }
  7. img {border: 0px;}
  8. *{
  9. margin:0;
  10. padding:0;
  11. }
  12. fieldset, img {border:0;}
  13. li {list-style:none;}
  14. img,button,input,select,textarea,checkbox,radio
  15. {vertical-align:middle;font-size:12px;}
  16. address, cite, dfn, em, var { font-style: normal; }
  17. code, kbd,samp { font-family: courier new, courier, monospace; }
  18. ins {text-decoration:none;}
  19. del {text-decoration:line-through;}
  20. h1, h2, h3, h4, h5, h6 {}
  21. h1 {font-size: 2em;}
  22. h2 {font-size: 1.7em;}
  23. h3 {font-size: 1.5em;}
  24. h4 {font-size: 1.38em;}
  25. h5 {font-size: 1.2em;}
  26. h6 {font-size: 1.1em;font-style: italic;}
  27. address,cite,dfn,em,var{font-style:normal;}
  28. caption,td {font-weight: normal;}
  29. cite, blackquote, em, i {font-style: italic;}
  30. strong, b { font-weight: bold;}
  31. pre, code {font-family: monospace;font-size: 1.1em;}
  32. input {font-size:12px;}
  33. textarea {font-size:12px;line-height:22px;padding:0px 10px;}
  34. .floatleft {float:left;}
  35. .floatright {float:right;}
  36. a {color:#435884;text-decoration:none;}
  37. a:link {color:#333;text-decoration:none;}
  38. a:hover{color:#3399FF;text-decoration:none;}
  39. body {
  40. font-size:12px;
  41. font-family:'微软雅黑';
  42. background:#f4f4f4;
  43. }
  44. .section {
  45. width:818px;
  46. margin:0px auto;
  47. padding:0px auto;
  48. }
  49. .icons { margin: 0px auto; padding: 10px 20px 5px 0px; text-align: right; }
  50. .icons img { border:1px solid #ccc; }
  51. /* 页头 */
  52. #header { padding: 5px 10px 0px; height: 82px; background:#04243a; }
  53. .logo { float: left; margin: 10px 15px; width:300px;}
  54. .top_right { position : absolute; top:22px; right:15px; width: 300px; height: 43px; line-height: 22px; padding-right: 50px; text-align: right; color: #A3A3A3; background:url(../images/avatar.gif) right center no-repeat;}
  55. .top_right span { color: #FFF; }
  56. .top_right a { color: #FFF; }
  57. .top_right strong { color: #3882EE; }
  58. /* 导航 */
  59. .header { padding:25px 0px;
  60. text-align:center;
  61. color:white;
  62. background:#08aaf2;
  63. font-size:25px;
  64. }
  65. .go {
  66. width:712px;
  67. height:65px;
  68. margin:0px auto;
  69. }
  70. .blank5,.blank10,blank20 {
  71. clear: both;
  72. height: 5px;
  73. }
  74. .blank10 {
  75. height:10px;
  76. }
  77. .blank20 {
  78. height:20px;
  79. }
  80. .blank30 {
  81. height: 30px;
  82. }
  83. .padding10 {
  84. padding: 10px;
  85. }
  86. .main {padding:10px; background:#eee;border:1px solid #CCC;line-height:200%;}
  87. .main .wraper{padding:0px 0px 0px 15px;background:white; margin-right: -10px;}
  88. .go {background:url(../images/go_1.gif) center top no-repeat;}
  89. .go2 {background:url(../images/go_2.gif) center top no-repeat;}
  90. .go3 {background:url(../images/go_3.gif) center top no-repeat;}
  91. .go4 {background:url(../images/go_4.gif) center top no-repeat;}
  92. .pact,.install{height:388px;overflow-y:auto; color:#555; white-space: normal;}
  93. .pact strong {color:#000;}
  94. .install ul{ padding-right: 10px; }
  95. .ccaz .wraper{padding:0px 0px 0px 15px;background:white; margin-right: 0px;}
  96. .pact::-webkit-scrollbar {/*滚动条整体样式*/
  97. width: 10px; /*高宽分别对应横竖滚动条的尺寸*/
  98. height: 8px;
  99. }
  100. .pact::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
  101. border-radius: 5px;
  102. -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
  103. background: rgba(0,0,0,0.2);
  104. }
  105. .pact::-webkit-scrollbar-track {/*滚动条里面轨道*/
  106. border-radius: 0;
  107. background: rgba(6,6,6,0.1);
  108. }
  109. /* 页底 */
  110. .footer {
  111. clear:both;
  112. width: 158px;
  113. height:26px;
  114. line-height:26px;
  115. margin:0px auto;
  116. padding:0px 15px;
  117. text-align:center;
  118. background:#eee;
  119. color:#999;
  120. border-radius: 5px 5px 5px 5px;
  121. }
  122. .footer a {
  123. color:#999;
  124. }
  125. #table { font-size: 12px; border-radius: 3px 3px 3px 3px;}
  126. #table .left, #table_field .left { width: 150px; text-align: right; padding-right: 10px; }
  127. #table .td1{ height: 28px; line-height: 28px; color: white; font-weight: normal; background:#ccc; padding: 0px; text-align: center; }
  128. #table td, #table_field td { padding: 12px 30px; background:white; }
  129. #table input {height:26px; line-height:26px; padding:0px 10px;border:1px solid #ccc;border-radius: 3px 3px 3px 3px; display: inline-block; float: left; margin-right: 5px; vertical-align: middle;}
  130. #table input:hover {
  131. border:1px solid #A5C7FE;
  132. -moz-box-shadow:0px 0px 10px #A5C7FE;
  133. -webkit-box-shadow:0px 0px 10px #A5C7FE;
  134. box-shadow:0px 0px 10px #A5C7FE;
  135. }
  136. .tips_error{ color: red; }
  137. #table td div{ line-height: 28px; color: gray; }
  138. /* 综合 */
  139. .J_install_btn{ font-size: 12px !important; }
  140. .result {
  141. clear:both;
  142. width:640px;
  143. height:120px;
  144. margin:0px auto;
  145. padding:10px 0px 10px 90px;
  146. background:url(../images/result_bg.png) 3px center no-repeat;
  147. color:white;
  148. }
  149. .result h1 {
  150. line-height:60px;
  151. font-size:26px;
  152. font-weight:normal;
  153. }
  154. .result h5 {
  155. line-height:20px;
  156. font-size:14px;
  157. font-weight:normal;
  158. }
  159. /* 按钮 */
  160. .btn_a,.btn,#installbutton,.btn-primary {display:inline-block;color: white !important; font-size: 14px; width: 100px; margin: 0px auto; background:#0293d2;height:30px; line-height:30px;padding:0px 20px;border-radius: 3px 3px 3px 3px;color:white;text-align:center; border: 1px solid #6aa7d2; text-align: center; cursor: pointer; vertical-align: middle;}
  161. .btn_b { height: 30px; line-height: 30px; padding:0px 20px;color: #fff; background:#c1c1c1; border: 1px solid #999; text-align: center; cursor: pointer;border-radius: 3px 3px 3px 3px; vertical-align: middle;}
  162. .btn_c { height: 30px; line-height: 30px; padding:0px 20px 0px 40px;color: white; background:#0293d2 url(../images/btn_03.gif) 3px -1px no-repeat; border: 1px solid #6aa7d2; text-align: center; cursor: pointer; font-weight:bold; border-radius: 50px 50px 50px 50px;}
  163. .btn_d { height: 29px; line-height: 29px; margin: 0px 2px; padding:0px 20px;background:#0293d2; border: 1px solid #6aa7d2; border-radius: 3px 3px 3px 3px; color: white; }
  164. .btn_e { margin: 0px 2px;padding:0px 20px;line-height:26px;
  165. border-radius: 3px 3px 3px 3px; color: white; text-align:center; background:#c1c1c1; border:1px solid #999; }
  166. a.btn_b,.btn_c,a.btn_d, a.btn_e { display: inline-block; text-align:center;}
  167. button.btn{ height: 32px; }
  168. .btn_a:hover,
  169. .btn_b:hover,
  170. .btn_c:hover,
  171. .btn_d:hover,
  172. .btn_e:hover,
  173. .btn:hover,
  174. #installbutton,
  175. .btn-primary
  176. {
  177. -moz-box-shadow:0px 0px 10px #A5C7FE;
  178. -webkit-box-shadow:0px 0px 10px #A5C7FE;
  179. box-shadow:0px 0px 10px #A5C7FE;
  180. }
  181. .btn_b:hover{ color: #fff }
  182. .tar{ text-align: right; padding-right: 13px !important; width: 25%}
  183. .green{color: green;}
  184. .red{color: red;}
  185. /*安装有什么问题可以访问eyoucms.com 查看帮助*/