gcmsList.css 7.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387
  1. #gcmsListWrap {
  2. width: 100%;
  3. height: 100%;
  4. position: absolute;
  5. left: 0px;
  6. right: 0px;
  7. top: 0px;
  8. bottom: 0px;
  9. /* background: #fff url(/images/layout/bg-normal.png); */
  10. background: rgba(34, 59, 73, 1);
  11. }
  12. #gcmsListWrap .panel-header h3 {
  13. padding: 20px 10px 20px 30px;
  14. color: #FFFFFF;
  15. /* background: url(../../images/layout/bg-a-hover.png) no-repeat center bottom; */
  16. border-bottom: 1px solid #aaaaaa;
  17. display: block;
  18. font-size: 16px;
  19. text-decoration: none;
  20. text-align: center;
  21. }
  22. #gcmsArticlesListPage .abtn-next {
  23. text-indent: -11111px;
  24. background: #0b4496 url(/images/layout/page_06ch.png) no-repeat 7px 4px;
  25. border: 0px;
  26. }
  27. #gcmsArticlesListPage .abtn-prev {
  28. text-indent: -11111px;
  29. background: #0b4496 url(/images/layout/page_13ch.png) no-repeat 7px 4px;
  30. border: 0px;
  31. }
  32. #gcmsListWrap .panel-header .abtn-goback {
  33. position: absolute;
  34. left: 20px;
  35. top: 20px;
  36. }
  37. #gcmsListWrap .panel-header .abtn-goback .icon-angle-left {
  38. float: left;
  39. width: 16px;
  40. height: 16px;
  41. background: url(../../images/layout/glyphicons-halflings-white.png) no-repeat -430px -72px;
  42. margin: 3px 0 0 0;
  43. }
  44. #gcmsListContent {
  45. clear: both;
  46. float: right;
  47. width: 243px;
  48. position: relative;
  49. background: rgba(34, 59, 73, 0.86);
  50. color: #fff;
  51. padding-top: 10px;
  52. }
  53. #gcmsListContent.single {
  54. width: 310px;
  55. float: none;
  56. }
  57. #gcmsListContent .panel-header {
  58. background: #700000 !important;
  59. }
  60. #gcmsSubNav {
  61. position: absolute;
  62. left: 0px;
  63. top: 55px;
  64. width: 31px;
  65. padding: 10px 0 0 5px;
  66. }
  67. #gcmsSubNav li {
  68. width: 22px;
  69. font-size: 14px;
  70. margin-bottom: 1px;
  71. padding: 10px 3px 10px 8px;
  72. cursor: pointer;
  73. text-align: center;
  74. margin-right: -1px;
  75. color: #FFF;
  76. line-height: 1.1;
  77. word-wrap: break-word;
  78. letter-spacing: 1em;
  79. }
  80. #gcmsSubNav li a {
  81. color: #FFF;
  82. text-decoration: none;
  83. }
  84. #gcmsSubNav li:hover {}
  85. #gcmsSubNav .cur {
  86. border-right: none;
  87. background: #FFFCFC;
  88. font-weight: bold;
  89. color: #000;
  90. }
  91. #gcmsArticlesList {}
  92. #gcmsListContent.single #gcmsArticlesList {
  93. width: 100%;
  94. }
  95. #gcmsArticlesList ul {
  96. clear: both;
  97. padding: 0px;
  98. overflow: hidden;
  99. }
  100. #gcmsArticlesList li {
  101. position: relative;
  102. overflow: hidden;
  103. cursor: pointer;
  104. padding: 15px 20px;
  105. font-size: 14px;
  106. border-bottom: 1px solid #aaaaaa;
  107. /* background:url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom; */
  108. }
  109. #gcmsArticlesList li .addIG {
  110. text-indent: -1111111111px;
  111. width: 20px;
  112. height: 20px;
  113. background: url(../../images/layout/icon_close.png) no-repeat center center;
  114. position: absolute;
  115. right: 20px;
  116. top: 50%;
  117. margin-top: -10px;
  118. border: 0px;
  119. cursor: pointer;
  120. }
  121. #gcmsArticlesList li .addIG:hover {
  122. background: url(../../images/layout/icon_close_hover.png) no-repeat center center;
  123. }
  124. #gcmsArticlesList li.cur {
  125. /* background: url(../../images/layout/bg-a-hover.png) no-repeat center bottom; */
  126. background: rgb(68, 106, 128);
  127. }
  128. #gcmsArticlesList li .thumb {
  129. width: 204px;
  130. border: 1px solid #FFF;
  131. }
  132. #gcmsArticlesList li a {
  133. display: block;
  134. padding: 5px 0;
  135. color: #540a02;
  136. }
  137. #gcmsArticlesList li .new {
  138. font-weight: bold;
  139. padding: 5px 0 5px 36px;
  140. background: url(../images/icon-new.png) no-repeat left 8px;
  141. }
  142. #gcmsArticlesList li:hover {
  143. background: rgb(68, 106, 128);
  144. }
  145. #gcmsArticlesList li a i {
  146. background: url(../../images/layout/glyphicons-halflings.gif) no-repeat -72px -120px;
  147. display: inline-block;
  148. width: 14px;
  149. height: 14px;
  150. }
  151. #gcmsArticlesList li .time {
  152. color: #b01403;
  153. }
  154. #gcmsArticlesListPage {
  155. margin: 0 0 0 37px;
  156. }
  157. #gcmsArticlesListPage.single {
  158. margin: 0 0 0 0px;
  159. }
  160. #gcmsArticlesListPage.single {
  161. margin: 0 0 0 0px;
  162. }
  163. #gcmsListSearchPanel {
  164. /* background:#2967b4 url(../../images/layout/bg-sideBar-line.png) no-repeat center bottom; */
  165. background: rgba(34, 59, 73, 0.86);
  166. padding: 5px 5px;
  167. margin: 0 0 0 37px;
  168. font-size: 14px;
  169. color: #fff;
  170. }
  171. #gcmsListSearchPanel .input {
  172. width: 120px;
  173. }
  174. #gcmsListSearchPanel.single {
  175. margin: 0 0 0 0px;
  176. }
  177. #gcmsListSearchPanel.single .input {
  178. width: 160px;
  179. }
  180. #gcmsListSearchPanel dl {
  181. overflow: hidden;
  182. padding: 3px 0;
  183. margin-top: 10px;
  184. }
  185. #gcmsListSearchPanel dl dt {
  186. float: left;
  187. width: 80px;
  188. padding-right: 10px;
  189. text-align: right;
  190. line-height: 30px;
  191. }
  192. #gcmsListSearchPanel dl dd {
  193. float: left;
  194. width: 150px;
  195. }
  196. #gcmsListSearchPanel.single dl dd {
  197. float: left;
  198. width: 190px;
  199. }
  200. #gcmsListSearchPanel dl dd .select {
  201. height: 30px;
  202. border: 1px solid #dcdcdc;
  203. color: #666;
  204. }
  205. #gcmsListSearchPanel dl dd ul.list {
  206. overflow: hidden;
  207. }
  208. #gcmsListSearchPanel dl dd ul.list li {
  209. float: left;
  210. line-height: 30px;
  211. margin-right: 5px;
  212. }
  213. #gcmsListSearchPanel .time-input {
  214. width: 75px;
  215. float: left
  216. }
  217. #gcmsListSearchPanel.single .time-input {
  218. width: 115px;
  219. float: left
  220. }
  221. #gcmsListSearchPanel.single .limites-search .input {
  222. width: 59px;
  223. }
  224. #gcmsListSearchPanel .limites-search .input {
  225. width: 39px;
  226. }
  227. #gcmsListSearchPanel .limites-search dd label {
  228. padding: 0 5px;
  229. }
  230. #gcmsListSearchPanel .timepicker-clean {
  231. position: relative;
  232. margin: 0 0 0 -20px;
  233. cursor: pointer;
  234. display: none;
  235. font-family: Arial;
  236. padding: 4px 5px;
  237. background: #fff;
  238. display: inline-block;
  239. display: none;
  240. margin-right: 1px;
  241. }
  242. #gcmsListBtnSearch {
  243. color: #FFFFFF;
  244. overflow: hidden;
  245. cursor: pointer;
  246. border: 1px solid #aaaaaa;
  247. border-radius: 4px;
  248. margin: 10px 0 10px 130px;
  249. background: rgba(34, 59, 73, 1) url(../../images/layout/icon-search-bg.png) no-repeat 10px center;
  250. padding-left: 15px;
  251. width: 70px;
  252. height: 27px;
  253. }
  254. #gcmsListBtnSearch:hover {
  255. background-color: rgb(68, 106, 128);
  256. }
  257. /* 新分页 */
  258. #gcmsArticlesListPage {
  259. height: 36px;
  260. width: 233px;
  261. overflow: hidden;
  262. text-align: right;
  263. clear: both;
  264. position: relative;
  265. color: #fff;
  266. margin: auto;
  267. border: 1px solid #aaaaaa;
  268. border-radius: 5px;
  269. background: rgba(34, 59, 73, 0.86);
  270. padding: 0px;
  271. margin-top: 20px;
  272. /*display:none;*/
  273. }
  274. #gcmsArticlesListPage .firstpage {
  275. width: 28px;
  276. height: 36px;
  277. margin-left: 3px;
  278. border-right: 1px solid #aaaaaa;
  279. background: url(../../images/layout/page_11.png) no-repeat 7px 11px;
  280. float: left;
  281. cursor: pointer;
  282. }
  283. #gcmsArticlesListPage .uppage {
  284. width: 29px;
  285. height: 34px;
  286. background: url(../../images/layout/page_13.png) no-repeat 10px 11px;
  287. float: left;
  288. cursor: pointer;
  289. }
  290. .fg {
  291. width: 1px;
  292. height: 34px;
  293. background: url(../../images/layout/page_03.png) no-repeat 0px 10px;
  294. float: left;
  295. }
  296. #thematicPageJump {
  297. width: 96px;
  298. height: 34px;
  299. float: left;
  300. }
  301. #thematicPageJump span {
  302. float: left;
  303. height: 24px;
  304. font-size: 12px;
  305. line-height: 37px;
  306. text-indent: 35px;
  307. }
  308. #gcmsArticlesListPage .nextpage {
  309. width: 29px;
  310. height: 34px;
  311. background: url(../../images/layout/page_06ch.png) no-repeat 10px 11px;
  312. float: left;
  313. cursor: pointer;
  314. }
  315. #gcmsArticlesListPage .endpage {
  316. width: 28px;
  317. height: 36px;
  318. background: url(../../images/layout/page_08ch.png) no-repeat 7px 11px;
  319. float: left;
  320. border-left: 1px solid #aaaaaa;
  321. cursor: pointer;
  322. }
  323. .page-wrap .btn-group {
  324. float: right;
  325. width: 93px;
  326. }