Authored by yyq

option

... ... @@ -13,7 +13,7 @@
{{# questionContents}}
<dd class="radio-option" data-index="{{@index}}">
<span class="iconfont">&#xe6ea;</span>
{{{option}}}
<div class="option-box">{{{option}}}</div>
{{#if addon}}
<input type="text">
{{/if}}
... ... @@ -25,7 +25,7 @@
{{# questionContents}}
<dd class="check-option">
<span class="iconfont">&#xe6ea;</span>
{{{option}}}
<div class="option-box">{{{option}}}</div>
{{#if addon}}
<input type="text">
{{/if}}
... ...
... ... @@ -78,8 +78,12 @@ body {
font-size: 18px;
text-align: center;
color: #fff;
position: relative;
top: -1px;
position: absolute;
margin-top: 13px;
}
.option-box {
padding-left: 36px;
}
.radio-option .iconfont {
... ... @@ -87,7 +91,7 @@ body {
overflow: hidden;
}
.on > .iconfont {
.on .iconfont {
background-color: #444;
}
}
... ...