国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
830B

  1. .fLeft {
  2. float:left;
  3. }
  4. .mTB10 {
  5. margin-top: 10px;
  6. margin-bottom: 10px;
  7. }
  8. .overflow {
  9. overflow:hidden;
  10. }
  11. #bigpic {
  12. margin-top: 8px;
  13. margin-bottom: 25px;
  14. }
  15. .jCarouselLite button {
  16. border:none;
  17. }
  18. .jCarouselLite {
  19. margin-bottom: 25px;
  20. }
  21. .imgScroll {
  22. background: url(../images/img_scroll.gif) no-repeat;
  23. height: 100px;
  24. width: 14px;
  25. background-color: transparent;
  26. }
  27. .prev {
  28. background-position: left center;
  29. }
  30. .next {
  31. background-position: -14px center;
  32. }
  33. .artContent {
  34. clear:both;
  35. font-size:14px;
  36. line-height:23px;
  37. overflow:hidden;
  38. padding:9px 0;
  39. color:#2f2f2f;
  40. }
  41. #bigpic img {
  42. max-width: 560px;
  43. max-height:450px;
  44. width:expression(this.width>560 ? '560px' : true);
  45. width:expression(this.height>450 ? '450px' : true);
  46. }
  47. ul.w25 li {
  48. float: left;
  49. width: 25%;
  50. }