Showing
2 changed files
with
5 additions
and
4 deletions
@@ -30,9 +30,7 @@ | @@ -30,9 +30,7 @@ | ||
30 | {{/if}} | 30 | {{/if}} |
31 | </span> | 31 | </span> |
32 | <span class="code-set"></span> | 32 | <span class="code-set"></span> |
33 | - {{#unless trendWord}} | ||
34 | <span class="code-tip"></span> | 33 | <span class="code-tip"></span> |
35 | - {{/unless}} | ||
36 | </div> | 34 | </div> |
37 | <div class="inviton-set hide"> | 35 | <div class="inviton-set hide"> |
38 | <textarea maxlength="15" placeholder="请输入你的潮流口令"></textarea> | 36 | <textarea maxlength="15" placeholder="请输入你的潮流口令"></textarea> |
@@ -105,15 +105,16 @@ | @@ -105,15 +105,16 @@ | ||
105 | background-size: 100%; | 105 | background-size: 100%; |
106 | background-repeat: no-repeat; | 106 | background-repeat: no-repeat; |
107 | margin-left: 190px; | 107 | margin-left: 190px; |
108 | + overflow: hidden; | ||
108 | } | 109 | } |
109 | 110 | ||
110 | textarea { | 111 | textarea { |
111 | width: 460px; | 112 | width: 460px; |
112 | - height: 46px; | 113 | + height: 43px; |
113 | border: none; | 114 | border: none; |
114 | resize: none; | 115 | resize: none; |
115 | margin-left: 30px; | 116 | margin-left: 30px; |
116 | - line-height: 40px; | 117 | + line-height: 41px; |
117 | color: #807e7e; | 118 | color: #807e7e; |
118 | font-size: 18px; | 119 | font-size: 18px; |
119 | } | 120 | } |
@@ -164,6 +165,8 @@ | @@ -164,6 +165,8 @@ | ||
164 | height: 36px; | 165 | height: 36px; |
165 | display: inline-block; | 166 | display: inline-block; |
166 | margin-left: 13px; | 167 | margin-left: 13px; |
168 | + vertical-align: top; | ||
169 | + margin-top: 2px; | ||
167 | } | 170 | } |
168 | } | 171 | } |
169 | } | 172 | } |
-
Please register or login to post a comment