global.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295
  1. @charset "utf-8";
  2. /*Reset 样式初始化*/
  3. html, body, form, fieldset, p, a, ul, ol, li, div, legend, label,
  4. br, input, button, textarea, h1, h2, h3, h4, h5,em{
  5. font-weight: normal;
  6. font-style: normal;
  7. font-family:"微软雅黑","Tahoma";
  8. vertical-align: baseline;
  9. text-align:justify;
  10. word-wrap:break-word;
  11. text-justify:inter-ideograph
  12. }
  13. ul.reset, ol.reset, ul.reset li{
  14. line-height:normal;
  15. list-style-image:none;
  16. list-style-position:outside;
  17. list-style-type:none;
  18. margin:0;
  19. padding:0;
  20. }
  21. .clearfix:after {
  22. content:".";
  23. display:block;
  24. height:0;
  25. clear:both;
  26. visibility:hidden
  27. }
  28. .clearfix {
  29. display:inline-block;
  30. overflow:hidden
  31. }
  32. .clearfix {
  33. display:block
  34. }
  35. .clearfix {
  36. *zoom: 1;
  37. }
  38. .clearfix:before,
  39. .clearfix:after {
  40. display: table;
  41. content: "";
  42. line-height: 0;
  43. }
  44. .clearfix:after {
  45. clear: both;
  46. }
  47. select,input{
  48. font-size:12px;
  49. }
  50. body {background-color: #F0EFF5}
  51. /**/
  52. .clearB {clear:both}
  53. .fL {float:left}
  54. .fR {float:right}
  55. :link, *:visited, *:hover, *:active, *:focus {
  56. -moz-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  57. -webkit-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  58. transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  59. -o-transition: color 0.2s linear 0s, background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  60. }
  61. .hide {display:none}
  62. .scrollTheme::-webkit-scrollbar {
  63. width:6px;
  64. }
  65. .scrollTheme::-webkit-scrollbar:hover{
  66. background:#f7f7f7
  67. }
  68. .scrollTheme::-webkit-scrollbar-thumb {
  69. background:#ccc;
  70. border-right:1px solid #fff;
  71. }
  72. .scrollTheme::-webkit-scrollbar-thumb:hover{
  73. background:#62AC4D
  74. }
  75. /**/
  76. .cardwrap {box-shadow: 0 0 2px rgba(0,0,0,0.2);
  77. border-radius: 2px;
  78. margin-bottom:10px;
  79. background-color: #fff
  80. }
  81. .loginBg{
  82. background-color:#62AC4D
  83. }
  84. .loginPanel {
  85. padding:20px 30px 30px 30px;
  86. background-color:#fff;
  87. width:380px;
  88. position: absolute;
  89. top:25%;
  90. left:50%;
  91. margin-left:-190px;
  92. }
  93. .loginPanel .logo{
  94. width:320px;
  95. height:55px;
  96. margin-bottom:10px;
  97. background: url(images.png) no-repeat center top
  98. }
  99. .copyright {
  100. color: #fff;
  101. text-align: center;
  102. position:absolute;
  103. bottom:5px;
  104. width:100%
  105. }
  106. .canvasWrap {
  107. position:relative;
  108. width:100%;
  109. }
  110. .headerWrap {
  111. height:55px;
  112. line-height:55px;
  113. background: #62ac4d;
  114. position: fixed;
  115. width:100%;
  116. z-index: 999;
  117. top:0;
  118. }
  119. .headerWrap .hlogo {
  120. line-height:200px;
  121. width:170px;
  122. height:55px;
  123. background: url(images.png) left 55px;
  124. overflow: hidden;
  125. }
  126. .headerWrap .hnav a{
  127. display: inline-block;
  128. color: #fff;
  129. padding: 0 20px;
  130. font-size: 16px;
  131. text-decoration: none;
  132. }
  133. .headerWrap .hnav a.now{
  134. background:#79b868;
  135. cursor: default;
  136. }
  137. .headerWrap .hmenu {
  138. color: #fff;
  139. margin-right: 10px
  140. }
  141. .headerWrap .hmenu a{
  142. margin:0 10px;
  143. color:#fff;
  144. }
  145. .contentWrap {
  146. position: relative;
  147. z-index:0
  148. }
  149. .sidebar{
  150. background-color: #79b868;
  151. left:0;
  152. bottom:0;
  153. display: inline-block;
  154. letter-spacing: normal;
  155. overflow-y: auto;
  156. position: fixed;
  157. text-rendering: auto;
  158. top:55px;
  159. vertical-align: top;
  160. width: 170px;
  161. word-spacing: normal;
  162. z-index: 99;
  163. }
  164. .sidebar li.now {
  165. border-left:2px solid #fff;
  166. background-color: #91c582
  167. }
  168. .sidebar li:hover {
  169. background-color:#81bd71
  170. }
  171. .sidebar li a{
  172. color: #FFF;
  173. display: block;
  174. padding: 10px 10px 10px 30px;
  175. text-decoration: none
  176. }
  177. .mainWrap{
  178. margin: 55px 0 0 170px
  179. }
  180. .collectList {
  181. width:500px;
  182. margin:10px 0 0 10px;
  183. position: relative;
  184. }
  185. .collectList .toolsBar {
  186. width:500px;
  187. z-index: 999
  188. }
  189. .collectContent {
  190. top:65px;
  191. right:10px;
  192. position: fixed;
  193. overflow: auto;
  194. padding:10px;
  195. }
  196. .collectList .item:hover{
  197. box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
  198. cursor: pointer;
  199. }
  200. .collectList .item .title{
  201. padding:10px;
  202. font-size: 12px;
  203. line-height:16px
  204. }
  205. .collectList .item .infoBar{
  206. padding:5px;
  207. border-top:1px solid #f2f2f2;
  208. }
  209. .collectList .item .infoBar span{
  210. font-size: 12px;
  211. color:#999;
  212. vertical-align:middle;
  213. }
  214. .collectList .item .infoBar span img{
  215. margin-right:3px;
  216. }
  217. .collectList .item .infoBar .softInfo,.collectList .item .infoBar .osInfo{
  218. display: inline-block;
  219. width:49%;
  220. }
  221. .collectList .item .infoBar .osInfo{
  222. text-align: right
  223. }
  224. .bg-padding {
  225. padding:10px;
  226. }
  227. .bg-padding span {
  228. vertical-align: middle
  229. }
  230. .bs-callout {
  231. -moz-border-bottom-colors: none;
  232. -moz-border-left-colors: none;
  233. -moz-border-right-colors: none;
  234. -moz-border-top-colors: none;
  235. border-color: #eee;
  236. border-image: none;
  237. border-radius: 3px;
  238. border-style: solid;
  239. border-width: 1px 1px 1px 5px;
  240. margin: 20px 0;
  241. padding: 20px;
  242. }
  243. .bs-callout h4 {
  244. margin-bottom: 5px;
  245. margin-top: 0;
  246. }
  247. .bs-callout p:last-child {
  248. margin-bottom: 0;
  249. }
  250. .bs-callout code {
  251. border-radius: 3px;
  252. }
  253. .bs-callout + .bs-callout {
  254. margin-top: -5px;
  255. }
  256. .bs-callout-danger {
  257. border-left-color: #d9534f;
  258. }
  259. .bs-callout-danger h4 {
  260. color: #d9534f;
  261. }
  262. .bs-callout-warning {
  263. border-left-color: #f0ad4e;
  264. }
  265. .bs-callout-warning h4 {
  266. color: #f0ad4e;
  267. }
  268. .bs-callout-info {
  269. border-left-color: #5bc0de;
  270. }
  271. .bs-callout-info h4 {
  272. color: #5bc0de;
  273. }
  274. ul.sameList li{
  275. margin-bottom:5px;
  276. }
  277. .inputErrow{
  278. -webkit-animation:shake 1s .2s ease both;
  279. -moz-animation:shake 1s .2s ease both;
  280. animation:shake 1s .2s ease both;}
  281. @-webkit-keyframes shake{
  282. 0%,100%{-webkit-transform:translateX(0);}
  283. 10%,30%,50%,70%, 90%{-webkit-transform:translateX(-10px);}
  284. 20%,40%,60%,80%{-webkit-transform:translateX(10px);}
  285. }
  286. @-moz-keyframes shake{
  287. 0%,100%{-moz-transform:translateX(0);}
  288. 10%,30%,50%,70%, 90%{-moz-transform:translateX(-10px);}
  289. 20%,40%,60%,80%{-moz-transform:translateX(10px);}
  290. }
  291. @keyframes shake{
  292. 0%,100%{transform:translateX(0);}
  293. 10%,30%,50%,70%, 90%{transform:translateX(-10px);}
  294. 20%,40%,60%,80%{transform:translateX(10px);}
  295. }