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