国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

53 linhas
786B

  1. div {
  2. margin:0;
  3. padding:0
  4. }
  5. body {
  6. margin:auto;
  7. padding:0;
  8. background:#9ad075;
  9. text-align:center
  10. }
  11. dl.bitem {
  12. width:148px;
  13. margin:0 0px 6px 6px
  14. }
  15. dl.bitem dt {
  16. background:url(../static/web/img/menubg.gif);
  17. height:26px;
  18. line-height:26px;
  19. text-align:center;
  20. cursor:pointer
  21. }
  22. dl.bitem dd {
  23. padding:6px;
  24. background-color:#fff
  25. }
  26. .fllct {
  27. float:left;
  28. width:90px
  29. }
  30. .flrct {
  31. padding-top:2px;
  32. float:left
  33. }
  34. div.items {
  35. line-height:22px;
  36. background:url(../static/web/img/arr4.gif) no-repeat 10px 9px
  37. }
  38. span.items {
  39. padding:10px 0px 10px 22px;
  40. background:url(../static/web/img/arr4.gif) no-repeat 10px 12px
  41. }
  42. ul {
  43. padding-top:2px
  44. }
  45. li {
  46. height:22px
  47. }
  48. .sitemu li {
  49. padding:0 0px 0px 22px;
  50. line-height:24px;
  51. background:url(../static/web/img/arr4.gif) no-repeat 10px 9px
  52. }