| r1129 vs r1130 | ||
|---|---|---|
| 1 | 1 | |
| 2 | 2 | {{{#!style |
| 3 | 3 | .layout-bg { |
| 4 | padding:10px;border-radius:7px;background-color: | |
| 4 | padding:10px;border-radius:7px;background-color:#ccc | |
| 5 | 5 | } |
| 6 | 6 | .layout-table { |
| 7 | 7 | display:table;width:100% |
| 8 | 8 | } |
| 9 | 9 | .layout-100 { |
| 10 | display:table-cell;width:100%;height:50px;b | |
| 10 | display:table-cell;width:100%;height:50px;background-color:blue | |
| 11 | 11 | } |
| 12 | 12 | .layout-60 { |
| 13 | display:table-cell;width:calc(1% * 100 - 100 / 6);height:50px;b | |
| 13 | display:table-cell;width:calc(1% * 100 - 100 / 6);height:50px;background-color:blue | |
| 14 | 14 | } |
| 15 | 15 | .layout-50 { |
| 16 | display:table-cell;width:50%;height:50px;b | |
| 16 | display:table-cell;width:50%;height:50px;background-color:blue | |
| 17 | 17 | } |
| 18 | 18 | .layout-30 { |
| 19 | display:table-cell;width:calc(1% * 100 / 3);height:50px;b | |
| 19 | display:table-cell;width:calc(1% * 100 / 3);height:50px;background-color:blue | |
| 20 | 20 | } |
| 21 | }}} | |
| 21 | .name { | |
| 22 | padding:1px 10px;border-radius:50px;background-color:gray | |
| 23 | } | |
| 24 | .m-button { | |
| 25 | vertical-align:middle;display:inline-block;margin:10px;width:25px;height:25px;border:1px solid red;background-color:#fff | |
| 26 | } | |
| 27 | .number { | |
| 28 | vertical-align:middle;display:inline-block;padding:5px;margin:2px;width:60px;border:1px solid red;background-color:#fff;color:red; | |
| 29 | } | |
| 30 | .df { | |
| 31 | display:flex | |
| 32 | } | |
| 33 | .ma { | |
| 34 | margin:auto | |
| 35 | } | |
| 22 | 36 | |
| 23 | {{{#!wiki class="" | |
| 24 | 37 | }}} |
| 25 | ||
| 26 | ||
| 27 | 38 | {{{#!wiki class="layout-bg" |
| 39 | {{{#!wiki class="name" | |
| 40 | 내용내용내용내용}}}{{{#!wiki class="m-button" | |
| 41 | }}}{{{#!wiki class="number" | |
| 42 | {{{#!wiki class="df" | |
| 43 | {{{#!wiki class="ma" | |
| 44 | 100%}}}}}}}}} | |
| 28 | 45 | {{{#!wiki class="layout-table" |
| 29 | {{{#!wiki class="layout- | |
| 30 | }}}}}} | |
| 46 | {{{#!wiki class="layout-50" | |
| 47 | {{{#!wiki class="name" | |
| 48 | 내용내용}}}}}}{{{#!wiki class="layout-50" | |
| 49 | {{{#!wiki class="name" | |
| 50 | 내용내용}}}}}}}}}}}} | |
| 31 | 51 | |
| 32 | 52 | |
| 33 | 53 | |
| ... | ... | |
| 40 | 60 | |
| 41 | 61 | |
| 42 | 62 | |
| 43 | }}} | |
| 44 | 63 | |
| 45 | 64 | |
| 46 | 65 | |
| ... | ... | |
| 52 | 71 | |
| 53 | 72 | |
| 54 | 73 | |
| 55 | ||
| 56 | ||
| 57 | ||
| 58 | ||
| 59 | ||
| 60 | ||
| 61 | ||
| 62 | ||
| 63 | ||
| 64 | ||
| 65 | ||
| 66 | ||
| 67 | 74 | {{{#!if a = "시", b = "발" |
| 68 | 75 | @a@@b@}}} |
| 69 | 76 | |
| ... | ... |