style.css 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278
  1. @charset "utf-8";
  2. ul, ol, li{
  3. line-height:normal;
  4. list-style-image:none;
  5. list-style-position:outside;
  6. list-style-type:none;
  7. margin:0
  8. }
  9. dl {
  10. margin:0
  11. }
  12. dd {
  13. margin-left:0
  14. }
  15. body{
  16. font: 12px/1.5 tahoma,arial,'Hiragino Sans GB',"微软雅黑",sans-serif;
  17. }
  18. a {
  19. outline:none;
  20. }
  21. a {
  22. color: #0088cc;
  23. text-decoration: none;
  24. }
  25. a:hover,
  26. a:focus {
  27. color: #005580;
  28. text-decoration:none;
  29. }
  30. .fL{float:left}
  31. .fR{float:right}
  32. .copyRight {
  33. text-align: center
  34. }
  35. .login.copyRight {
  36. position: absolute;
  37. bottom:5px;
  38. right:10px;
  39. }
  40. body.loginbody{
  41. background-color:#e5e5e5;
  42. }
  43. .scollContent{
  44. overflow-y:auto;
  45. }
  46. .wrapAlogin {
  47. width:300px;
  48. margin:150px auto 0;
  49. }
  50. .wrapAlogin h4.title{
  51. text-align: center;
  52. border-bottom:2px solid #428BCA;
  53. padding:8px 0;
  54. margin-bottom: 0
  55. }
  56. .wrapAlogin h5{
  57. text-align: center;
  58. padding:5px 0;
  59. margin:0 0 10px 0;
  60. color: #428BCA
  61. }
  62. .loginItem {
  63. padding:5px 20px 25px;
  64. border: 1px solid #d8d8d8;
  65. border-bottom-width: 2px;
  66. border-top-width: 0;
  67. border-radius: 3px;
  68. background-color:#fff;
  69. margin-bottom:20px;
  70. }
  71. .wrapHeader {
  72. height:46px;
  73. z-index: 999;
  74. position: relative;
  75. border-bottom:4px solid #999;
  76. background-color: #f6f6f6
  77. }
  78. .wrapHeader .logo {
  79. font-size: 18px;
  80. height:46px;
  81. line-height: 44px;
  82. padding-left: 15px;
  83. width:220px;
  84. color: #428BCA;
  85. font-weight: 600
  86. }
  87. .wrapHeader .mainNav{
  88. position: absolute;
  89. left:200px;
  90. top:0;
  91. }
  92. .wrapHeader .mainNav li{
  93. float: left;
  94. height:46px;
  95. border-bottom:4px solid #999;
  96. }
  97. .wrapHeader .mainNav a{
  98. display: inline-block;
  99. height: 42px;
  100. line-height: 42px;
  101. padding: 0 20px;
  102. color:#999;
  103. font-size: 14px;
  104. border-right:1px solid #ddd;
  105. border-left:1px solid #ddd;
  106. margin-left:-1px;
  107. }
  108. .wrapHeader .mainNav li.now {
  109. border-bottom:4px solid #428BCA;
  110. }
  111. .wrapHeader .mainNav li.now a{
  112. font-weight: 600;
  113. color:#333;
  114. cursor: default;
  115. background-color: #fff
  116. }
  117. .wrapHeader .mainNav li.now:hover {
  118. border-bottom:4px solid #428BCA;
  119. color:#B5B969;
  120. }
  121. .wrapHeader .mainNav li.now:hover a{
  122. color:#333;
  123. }
  124. .wrapHeader .mainNav li:hover {
  125. border-bottom:4px solid #666;
  126. }
  127. .wrapHeader .mainNav li:hover a{
  128. color:#333;
  129. background-color: #fff
  130. }
  131. .wrapHeader .userNav {
  132. position: absolute;
  133. right: 20px;
  134. top:0;
  135. height:44px;
  136. line-height: 44px
  137. }
  138. .wrapContent {
  139. background-color: #e5e5e5
  140. }
  141. .mainSidebar{
  142. width:120px;
  143. }
  144. .mainContent {
  145. background-color:#fff;
  146. margin-left:120px;
  147. overflow-y:auto
  148. }
  149. .mainSidebar ul,.mainSidebar li{
  150. margin: 0;
  151. padding: 0
  152. }
  153. .mainSidebar ul{
  154. margin-top:10px;
  155. }
  156. .mainSidebar li a{
  157. padding:8px 0 8px 10px;
  158. display: inline-block;
  159. width: 120px;
  160. color:#666;
  161. font-size: 14px
  162. }
  163. .mainSidebar li a:hover{
  164. background-color: #f6f6f6;
  165. color:#333;
  166. }
  167. .mainSidebar li a.now{
  168. background-color: #fff;
  169. color:#333;
  170. font-weight: 600
  171. }
  172. .instWrap {
  173. padding:15px;
  174. }
  175. .instWrap .legBtns .btn{
  176. vertical-align: top
  177. }
  178. .gEntry {
  179. background: #f7f7f7;
  180. margin: 0px 0px 5px;
  181. border: 1px solid #d8d8d8
  182. }
  183. .pojList {
  184. margin:20px 0;
  185. }
  186. .pojList h1{
  187. font-size: 18px;
  188. margin:10px;
  189. display: inline-block;
  190. }
  191. .pojList .control{
  192. margin-right:5px;
  193. margin-top:5px;
  194. }
  195. .pojList .exterInfo {
  196. border-top: 1px solid #d8d8d8
  197. }
  198. .pojList .exterInfo .item{
  199. display: inline-block;
  200. padding:5px 10px 5px;
  201. border-right:1px solid #d8d8d8;
  202. min-width: 85px
  203. }
  204. .pojList .exterInfo .item span{
  205. color:#999;
  206. }
  207. .feedItem {
  208. position: relative;
  209. }
  210. .feedItem .actor{
  211. width:150px;
  212. position:absolute;
  213. left: 20px;
  214. top:8px;
  215. }
  216. .feedItem .actor img{
  217. border-radius: 10%;
  218. margin-right:10px;
  219. }
  220. .feedItem .action{
  221. margin:0 0 10px 180px
  222. }
  223. .feedItem .action span{
  224. color:#999;
  225. }
  226. .feedItem .datetime{
  227. width:100px;
  228. position:absolute;
  229. right:0;
  230. top:0;
  231. color:#999;
  232. }
  233. .wrapSlide{
  234. border-left: 1px solid #E1E1E1;
  235. box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  236. background: none repeat scroll 0% 0% #F9F9F7;
  237. overflow: hidden;
  238. position: absolute;
  239. right: 0px;
  240. bottom: 0px;
  241. top:0;
  242. z-index: 100;
  243. width:0px;
  244. }
  245. .wrapSlide .slideContent {
  246. margin:46px 15px 0;
  247. overflow-y:auto;
  248. }
  249. .slideContent legend .date{
  250. font-size:12px;
  251. color: #999;
  252. margin-right: 10px;
  253. margin-top: 3px
  254. }
  255. .wraplogin {
  256. width:630px;
  257. margin:150px auto 0px;
  258. }
  259. .wraplogin .loginItem{
  260. padding:0;
  261. }
  262. .wraplogin .loginTop {
  263. text-align: center;
  264. background-color: #428BCA;
  265. color:#fff;
  266. padding:30px 0;
  267. }
  268. .wraplogin .loginForm{
  269. padding: 20px 20px 10px
  270. }
  271. .wraplogin .loginBottom{
  272. padding: 10px 20px 25px;
  273. color: #ccc
  274. }
  275. .bMember{
  276. max-height:160px;
  277. overflow:auto;
  278. }