r1128 vs r1129
1
12
{{{#!style
3
.layout-bg {
4
padding:10px;border-radius:7px;background-color:gray
5
}
26
.layout-table {
37
display:table;width:100%
48
}
......
1216
display:table-cell;width:50%;height:50px;border:1px solid blue
1317
}
1418
.layout-30 {
15
{{{#!wiki style="display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue
19
display:table-cell;width:calc(1% * 100 / 3);height:50px;border:1px solid blue
1620
}
1721
}}}
1822
23
{{{#!wiki class=""
24
}}}
1925
20
{{{#!wiki style="padding:10px;width:100%;border-radius:6px;background-color:#ccc"
2126
22
{{{#!wiki style="display:table;width:100%"
23
{{{#!wiki style="display:table-cell;width:100%;height:50px;border:1px solid blue"
27
{{{#!wiki class="layout-bg"
28
{{{#!wiki class="layout-table"
29
{{{#!wiki class="layout-100"
2430
}}}}}}
2531
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
}}}}}}
3032
3133
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
}}}}}}
3634
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
}}}}}}
4235
43
}}}
4436
4537
4638
......
4840
4941
5042
51
52
53
{{{#!wiki class="line"
54
내용
5543
}}}
5644
57
{{{#!wiki class="name"
58
내용
59
}}}
6045
6146
6247
6348
6449
65
{{{
66
.icon {
6750
68
}
69
.header {
7051
71
}
72
.name {
73
display:inline-block;padding:1px 30px;width:100%;border-radius:50px;background-color:gray;color:red;font-weight:bold
74
}
75
.button {
7652
77
}
78
.select {
7953
80
}
81
.check
82
{
8354
84
}
85
.number {
8655
87
}
88
.line {
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
90
}
91
.slide {
9256
93
}
94
}}}
9557
9658
9759
......
10264
10365
10466
105
106
107
10867
{{{#!if a = "시", b = "발"
10968
@a@@b@}}}
11069
......