|
3 | 3 | <content-title name="CheckBox" describe="复选框">
|
4 | 4 | <content-card
|
5 | 5 | class="content"
|
6 |
| - name="1、基本案例" |
| 6 | + name="基本案例" |
7 | 7 | >
|
8 | 8 | <view class='buttun-wrapper'>
|
9 |
| - <view class='title'>1. 下面哪些歌是周杰伦创作的?</view> |
| 9 | + <view class='title'>下面哪些歌是周杰伦创作的?</view> |
10 | 10 | <l-checkbox-group bind:linchange="change" data-index="1">
|
11 | 11 | <l-checkbox
|
12 | 12 | l-class="l-checkbox-color"
|
|
24 | 24 |
|
25 | 25 | <content-card
|
26 | 26 | class="content"
|
27 |
| - name="2、更改布局方式" |
| 27 | + name="更改布局方式" |
28 | 28 | >
|
29 | 29 | <view class='buttun-wrapper'>
|
30 |
| - <view class='title'>2. 周星驰拍过哪些电影?</view> |
| 30 | + <view class='title'>周星驰拍过哪些电影?</view> |
31 | 31 | <l-checkbox-group bind:linchange="change2" placement="row" data-index="2">
|
32 | 32 | <l-checkbox
|
33 | 33 | l-class="l-checkbox-color"
|
|
45 | 45 |
|
46 | 46 | <content-card
|
47 | 47 | class="content"
|
48 |
| - name="3、自定义颜色" |
| 48 | + name="自定义颜色" |
49 | 49 | >
|
50 | 50 | <view class='buttun-wrapper'>
|
51 |
| - <view class='title'>3. 什么天气适合吃火锅?</view> |
| 51 | + <view class='title'>什么天气适合吃火锅?</view> |
52 | 52 | <l-checkbox-group bind:linchange="change" data-index="3">
|
53 | 53 | <l-checkbox
|
54 | 54 | l-class="l-checkbox-color"
|
|
70 | 70 |
|
71 | 71 | <content-card
|
72 | 72 | class="content"
|
73 |
| - name="4、更改checkbox尺寸" |
| 73 | + name="更改checkbox尺寸" |
74 | 74 | >
|
75 | 75 | <view class='buttun-wrapper'>
|
76 |
| - <view class='title'>4. 以下历史事件中,哪些和关羽有关?</view> |
| 76 | + <view class='title'>以下历史事件中,哪些和关羽有关?</view> |
77 | 77 | <l-checkbox-group bind:linchange="change" placement="row" data-index="4">
|
78 | 78 | <l-checkbox
|
79 | 79 | l-class="l-checkbox-color"
|
|
92 | 92 |
|
93 | 93 | <content-card
|
94 | 94 | class="content"
|
95 |
| - name="5、更改按钮位置" |
| 95 | + name="更改按钮位置" |
96 | 96 | >
|
97 | 97 | <view class='buttun-wrapper'>
|
98 |
| - <view class='title'>5. 下列属于温带沙漠气候特征的是?</view> |
| 98 | + <view class='title'>下列属于温带沙漠气候特征的是?</view> |
99 | 99 | <l-checkbox-group bind:linchange="change2" data-index="5">
|
100 | 100 | <l-checkbox
|
101 | 101 | l-class="l-checkbox-color"
|
|
113 | 113 |
|
114 | 114 | <content-card
|
115 | 115 | class="content"
|
116 |
| - name="6、自定义图标" |
| 116 | + name="自定义图标" |
117 | 117 | >
|
118 | 118 | <view class='buttun-wrapper'>
|
119 |
| - <view class='title'>6. 下面LOL英雄哪些可以隐身?</view> |
| 119 | + <view class='title'>下面LOL英雄哪些可以隐身?</view> |
120 | 120 | <l-checkbox-group bind:linchange="change" placement="row" data-index="6">
|
121 | 121 | <l-checkbox
|
122 | 122 | l-class="l-checkbox-color"
|
|
136 | 136 |
|
137 | 137 | <content-card
|
138 | 138 | class="content"
|
139 |
| - name="7、设置禁用" |
| 139 | + name="设置禁用" |
140 | 140 | >
|
141 | 141 | <view class='buttun-wrapper'>
|
142 |
| - <view class='title'>7. 关于中亚沙漏主动技能,说法错误的是?</view> |
| 142 | + <view class='title'>关于中亚沙漏主动技能,说法错误的是?</view> |
143 | 143 | <l-checkbox-group bind:linchange="change2" data-index="7">
|
144 | 144 | <l-checkbox
|
145 | 145 | l-class="l-checkbox-color"
|
|
158 | 158 |
|
159 | 159 | <content-card
|
160 | 160 | class="content"
|
161 |
| - name="8、外部样式" |
| 161 | + name="外部样式" |
162 | 162 | >
|
163 | 163 | <view class='buttun-wrapper'>
|
164 |
| - <view class='title'>8. 前端需要学习哪些技能?</view> |
| 164 | + <view class='title'>前端需要学习哪些技能?</view> |
165 | 165 | <l-checkbox-group l-class="l-checkbox-group" bind:linchange="change" placement="row" data-index="8">
|
166 | 166 | <l-checkbox
|
167 | 167 | class="checkbox-mg"
|
|
181 | 181 |
|
182 | 182 | <content-card
|
183 | 183 | class="content"
|
184 |
| - name="9、按钮样式" |
| 184 | + name="按钮样式" |
185 | 185 | >
|
186 | 186 | <view class='buttun-wrapper'>
|
187 |
| - <view class='title'>9. 你喜欢哪些球类运动?</view> |
| 187 | + <view class='title'>你喜欢哪些球类运动?</view> |
188 | 188 | <l-checkbox-group bind:linchange="change" placement="row" data-index="9">
|
189 | 189 | <l-checkbox
|
190 | 190 | l-class="l-checkbox-color"
|
|
205 | 205 |
|
206 | 206 | <content-card
|
207 | 207 | class="content"
|
208 |
| - name="10、可选项目数量的限制" |
| 208 | + name="可选项目数量的限制" |
209 | 209 | >
|
210 | 210 | <view class='buttun-wrapper'>
|
211 |
| - <view class='title'>10. 下面哪些演员获得影帝称号?</view> |
| 211 | + <view class='title'>下面哪些演员获得影帝称号?</view> |
212 | 212 | <l-checkbox-group bind:linchange="change" min-selected="2" max-selected="3" bind:linout="tipOverflow" data-index="10">
|
213 | 213 | <l-checkbox
|
214 | 214 | l-class="l-checkbox-color"
|
|
226 | 226 |
|
227 | 227 | <content-card
|
228 | 228 | class="content"
|
229 |
| - name="11、带下划线" |
| 229 | + name="带下划线" |
230 | 230 | >
|
231 | 231 | <view class='buttun-wrapper'>
|
232 |
| - <view class='title'>11. 你最喜欢的男演员是?</view> |
| 232 | + <view class='title'>你最喜欢的男演员是?</view> |
233 | 233 | <l-checkbox-group l-class="l-checkbox-group" bind:linchange="change" data-index="11">
|
234 | 234 | <l-checkbox
|
235 | 235 | l-class="l-title-class-border"
|
|
0 commit comments