You are here

edittable.css in UEditor - 百度编辑器 8

body{
    overflow: hidden;
    width: 540px;
}
.wrapper {
    margin: 10px auto 0;
    font-size: 12px;
    overflow: hidden;
    width: 520px;
    height: 315px;
}

.clear {
    clear: both;
}

.wrapper .left {
    float: left;
    margin-left: 10px;;
}

.wrapper .right {
    float: right;
    border-left: 2px dotted #EDEDED;
    padding-left: 15px;
}

.section {
    margin-bottom: 15px;
    width: 240px;
    overflow: hidden;
}

.section h3 {
    font-weight: bold;
    padding: 5px 0;
    margin-bottom: 10px;
    border-bottom: 1px solid #EDEDED;
    font-size: 12px;
}

.section ul {
    list-style: none;
    overflow: hidden;
    clear: both;

}

.section li {
    float: left;
    width: 120px;;
}

.section .tone {
    width: 80px;;
}

.section .preview {
    width: 220px;
}

.section .preview table {
    text-align: center;
    vertical-align: middle;
    color: #666;
}

.section .preview caption {
    font-weight: bold;
}

.section .preview td {
    border-width: 1px;
    border-style: solid;
    height: 22px;
}

.section .preview th {
    border-style: solid;
    border-color: #DDD;
    border-width: 2px 1px 1px 1px;
    height: 22px;
    background-color: #F7F7F7;
}

File

lib/dialogs/table/edittable.css
View source
  1. body{
  2. overflow: hidden;
  3. width: 540px;
  4. }
  5. .wrapper {
  6. margin: 10px auto 0;
  7. font-size: 12px;
  8. overflow: hidden;
  9. width: 520px;
  10. height: 315px;
  11. }
  12. .clear {
  13. clear: both;
  14. }
  15. .wrapper .left {
  16. float: left;
  17. margin-left: 10px;;
  18. }
  19. .wrapper .right {
  20. float: right;
  21. border-left: 2px dotted #EDEDED;
  22. padding-left: 15px;
  23. }
  24. .section {
  25. margin-bottom: 15px;
  26. width: 240px;
  27. overflow: hidden;
  28. }
  29. .section h3 {
  30. font-weight: bold;
  31. padding: 5px 0;
  32. margin-bottom: 10px;
  33. border-bottom: 1px solid #EDEDED;
  34. font-size: 12px;
  35. }
  36. .section ul {
  37. list-style: none;
  38. overflow: hidden;
  39. clear: both;
  40. }
  41. .section li {
  42. float: left;
  43. width: 120px;;
  44. }
  45. .section .tone {
  46. width: 80px;;
  47. }
  48. .section .preview {
  49. width: 220px;
  50. }
  51. .section .preview table {
  52. text-align: center;
  53. vertical-align: middle;
  54. color: #666;
  55. }
  56. .section .preview caption {
  57. font-weight: bold;
  58. }
  59. .section .preview td {
  60. border-width: 1px;
  61. border-style: solid;
  62. height: 22px;
  63. }
  64. .section .preview th {
  65. border-style: solid;
  66. border-color: #DDD;
  67. border-width: 2px 1px 1px 1px;
  68. height: 22px;
  69. background-color: #F7F7F7;
  70. }