template.css 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. .wrap {
  2. padding: 5px;
  3. font-size: 14px;
  4. }
  5. .left {
  6. width: 425px;
  7. float: left;
  8. }
  9. .right {
  10. width: 160px;
  11. border: 1px solid #ccc;
  12. float: right;
  13. padding: 5px;
  14. margin-right: 5px;
  15. }
  16. .right .pre {
  17. height: 332px;
  18. overflow-y: auto;
  19. }
  20. .right .preitem {
  21. border: white 1px solid;
  22. margin: 5px 0;
  23. padding: 2px 0;
  24. }
  25. .right .preitem:hover {
  26. background-color: lemonChiffon;
  27. cursor: pointer;
  28. border: #ccc 1px solid;
  29. }
  30. .right .preitem img {
  31. display: block;
  32. margin: 0 auto;
  33. width: 100px;
  34. }
  35. .clear {
  36. clear: both;
  37. }
  38. .top {
  39. height: 26px;
  40. line-height: 26px;
  41. padding: 5px;
  42. }
  43. .bottom {
  44. height: 320px;
  45. width: 100%;
  46. margin: 0 auto;
  47. }
  48. .transparent {
  49. background: url("images/bg.gif") repeat;
  50. }
  51. .bottom table tr td {
  52. border: 1px dashed #ccc;
  53. }
  54. #colorPicker {
  55. width: 17px;
  56. height: 17px;
  57. border: 1px solid #CCC;
  58. display: inline-block;
  59. border-radius: 3px;
  60. box-shadow: 2px 2px 5px #D3D6DA;
  61. }
  62. .border_style1 {
  63. padding: 2px;
  64. border: 1px solid #ccc;
  65. border-radius: 5px;
  66. box-shadow: 2px 2px 5px #d3d6da;
  67. }
  68. p {
  69. margin: 5px 0
  70. }
  71. table {
  72. clear: both;
  73. margin-bottom: 10px;
  74. border-collapse: collapse;
  75. word-break: break-all;
  76. }
  77. li {
  78. clear: both
  79. }
  80. ol {
  81. padding-left: 40px;
  82. }