Authored by 张孝茹

编辑框

... ... @@ -30,9 +30,7 @@
{{/if}}
</span>
<span class="code-set"></span>
{{#unless trendWord}}
<span class="code-tip"></span>
{{/unless}}
</div>
<div class="inviton-set hide">
<textarea maxlength="15" placeholder="请输入你的潮流口令"></textarea>
... ...
... ... @@ -105,15 +105,16 @@
background-size: 100%;
background-repeat: no-repeat;
margin-left: 190px;
overflow: hidden;
}
textarea {
width: 460px;
height: 46px;
height: 43px;
border: none;
resize: none;
margin-left: 30px;
line-height: 40px;
line-height: 41px;
color: #807e7e;
font-size: 18px;
}
... ... @@ -164,6 +165,8 @@
height: 36px;
display: inline-block;
margin-left: 13px;
vertical-align: top;
margin-top: 2px;
}
}
}
... ...