r1161 vs r1162
11
{{{#!style
2
.layout {
3
vertical-align:middle;display:inline-block;width:@layoutw@px;height:50px;background-color:rgb(0,0,255,.2)
4
}
52
.layout-bg {
63
min-width:500px;max-width:1000px;padding:10px;border-radius:7px;background-color:#ccc
74
}
......
5754
vertical-align:middle;display:inline-block;border-radius:8px;height:25px;aspect-ratio:1/1;background-color:red
5855
}
5956
.slide {
60
border-radius:50px;border:1px solid green;height:15px;background:linear-gradient(90deg, red 50%, transparent 0)
57
border-radius:50px;border:1px solid #000;height:15px;background:linear-gradient(90deg, red 50%, transparent 0)
6158
}
6259
.slide-knob {
63
60
margin: -55px 0 0 calc(50% - 30px / 2);border-radius:13px;border:1px solid #fff;width:30px;height:55px;background-color:blue
6461
}
62
.slide-num {
63
padding-left:20%;background-color:red;font-size:25px
64
}
65
.db {
66
display:block
67
}
6568
.df {
6669
display:flex
6770
}
......
7477
.space {
7578
vertical-align:middle;display:inline-block;width:10px
7679
}
80
.h20 {
81
height:20px
82
}
83
.h7 {
84
height:7px
85
}
7786
.button {
7887
display:inline-block
7988
}
......
8998
}}}
9099
91100
92
{{{#!wiki class="button"
93
{{{#!wiki class="kr"
94
한국어}}}{{{#!wiki class="jp hide"
95
日本語}}}}}}
96101
97
98
99
100
101
102
103
104
105102
{{{#!wiki style="overflow:auto"
106103
{{{#!wiki class="layout-bg"
107104
108105
109
110
111106
{{{#!wiki class="layout-80"
112
{{{#!wiki style="display:block"
113
{{{#!wiki style="height:20px"
114
}}}{{{#!wiki style="border-radius:50px;border:1px solid #000;height:15px;background:linear-gradient(90deg, red 50%, transparent 0)"
115
}}}{{{#!wiki style="height:20px"
116
}}}{{{#!wiki style="margin: -55px 0 0 calc(50% - 30px / 2);border-radius:13px;border:1px solid #fff;width:30px;height:55px;background-color:blue"
107
{{{#!wiki class="db"
108
{{{#!wiki class="h20"
109
}}}{{{#!wiki class="slide"
110
}}}{{{#!wiki class="h20"
111
}}}{{{#!wiki class="slide-knob"
117112
}}}}}}}}}{{{#!wiki class="layout-20"
118
{{{#!wiki style="height:7px"
119
}}}{{{#!wiki style="padding-left:20%;background-color:red;font-size:25px"
113
{{{#!wiki class="h7"
114
}}}{{{#!wiki class="slide-num"
120115
50}}}}}}
121116
122117
{{{#!wiki class="toggle"
......
203198
204199
205200
201
{{{#!wiki class="button"
202
{{{#!wiki class="kr"
203
한국어}}}{{{#!wiki class="jp hide"
204
日本語}}}}}}
206205
207206
208
209207
{{{{{{#!style
210208
.button1 {
211209
background:red; height: 20px; width: 20px
......