Blame view

static/ueditor/dialogs/table/edittable.css 1.16 KB
831eac332   zhuzhenchao   add file
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
  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;
  }