r1127 vs r1128
11
{{{#!style
2
.layout-table {
3
display:table;width:100%
4
}
5
.layout-100 {
6
display:table-cell;width:100%;height:50px;border:1px solid blue
7
}
8
.layout-60 {
9
display:table-cell;width:calc(1% * 100 - 100 / 6);height:50px;border:1px solid blue
10
}
11
.layout-50 {
12
display:table-cell;width:50%;height:50px;border:1px solid blue
13
}
14
.layout-30 {
15
{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue
16
}
17
}}}
18
19
20
{{{#!wiki style="padding:10px;width:100%;border-radius:6px;background-color:#ccc"
21
22
{{{#!wiki style="display:table;width:100%"
23
{{{#!wiki style="display:table-cell;width:100%;height:50px;border:1px solid blue"
24
}}}}}}
25
26
{{{#!wiki style="display:table;width:100%"
27
{{{#!wiki style="display:table-cell;width:50%;height:50px;border:1px solid blue"
28
}}}{{{#!wiki style="display:table-cell;width:50%;height:50px;border:1px solid blue"
29
}}}}}}
30
31
32
{{{#!wiki style="display:table;width:100%"
33
{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue"
34
}}}{{{#!wiki style="display:table-cell;width:calc(1% * 100 - 100 / 6);height:50px;border:1px solid blue"
35
}}}}}}
36
37
{{{#!wiki style="display:table;width:100%"
38
{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue"
39
}}}{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue"
40
}}}{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue"
41
}}}}}}
42
43
}}}
44
45
46
47
48
49
50
51
52
53
{{{#!wiki class="line"
54
내용
55
}}}
56
57
{{{#!wiki class="name"
58
내용
59
}}}
60
61
62
63
64
65
{{{
266
.icon {
367
468
}
5
.star {
6
7
}
869
.header {
970
1071
}
......
2283
2384
}
2485
.number {
86
2587
}
2688
.line {
27
89
display:inline-block;padding:0 20px;width:100%;height:20px;border-radius:50px;background-color:gray;color:red;font-size:40px;font-weight:bold;vertical-align:top
2890
}
2991
.slide {
3092
3193
}
3294
}}}
3395
34
{{{#!wiki class="name"
35
내용
36
}}}
3796
3897
98
99
100
101
102
103
104
105
106
107
39108
{{{#!if a = "시", b = "발"
40109
@a@@b@}}}
41110
......