article.css 1.8 KB

12345678910111213141516171819202122232425262728293031
  1. /* CSS Article */
  2. .querybar label { line-height: 30px; color: #222; }
  3. .main-header-btns { margin-right: 40px }
  4. .i-btn-list { overflow: hidden;}
  5. .i-btn-list li { margin-left: -1px; float: left; padding: 0 15px; border-left: 1px solid #f2f2f2; }
  6. a.i-btn { display: block; height: 16px; line-height: 16px; vertical-align: middle; overflow: hidden; }
  7. a.i-btn i { display: block; width: 16px; height: 16px; float: left; vertical-align: middle; background: url(../images/icons.png) no-repeat; }
  8. a.i-btn .i-edit { background-position: 0 -124px; }
  9. a.i-btn .i-del { background-position: -21px -124px; }
  10. a.i-btn .i-notop { background-position: -41px -124px; }
  11. a.i-btn .i-top { background-position: -61px -124px; }
  12. a.i-btn span { padding-left: 5px; }
  13. .w100p { width: 100px; }
  14. .w80p { width: 80px; }
  15. .w160p { width: 160px; }
  16. .w100p { width: 100px; }
  17. .w200p { width: 200px; }
  18. .input-text-w450 { width: 430px; }
  19. textarea.input-text-w660{width:660px;}
  20. .add-article { width: 750px; }
  21. .add-article table { }
  22. .add-article table th { font-weight: bold; width: 70px; padding: 12px 0 8px 0!important; vertical-align: top; color: #222 !important; font-weight:normal !important;}
  23. .add-article table th i{ color:#ed4c3b; margin-right:5px; font-weight:bold;}
  24. .add-article table td { padding: 8px 0; }
  25. .add-article table td select{ margin-left:0; min-width:100px;}
  26. .add-pic { float: left; margin-right: 8px; text-align: center; }
  27. .add-pic p { color: #999; padding: 10px 0 0 0; }
  28. .add-pic a { position: relative; display: block; width: 130px; height: 130px; border: 1px solid #d6d8db; background: #f3f3f3; }
  29. .add-pic-big a { width: 310px; cursor: pointer; }
  30. .add-pic a span { position: absolute; top: 50%; left: 50%; margin: -24px 0 0 -24px; display: block; width: 48px; height: 48px; background: url(../images/icons.png) no-repeat 0 -156px; }
  31. .mt0{margin-top:0 !important}