39f93384 by simon

默认提交

1 parent 887b10f6
...@@ -234,6 +234,7 @@ input { ...@@ -234,6 +234,7 @@ input {
234 cursor: pointer; 234 cursor: pointer;
235 color: #ff6839; 235 color: #ff6839;
236 font-weight: 600; 236 font-weight: 600;
237 text-decoration: underline;
237 } 238 }
238 239
239 240
......
...@@ -189,6 +189,10 @@ ...@@ -189,6 +189,10 @@
189 font-size: 28px; 189 font-size: 28px;
190 margin: 45px auto 0; 190 margin: 45px auto 0;
191 font-weight: bold; 191 font-weight: bold;
192
193 span{
194 text-decoration: underline;
195 }
192 } 196 }
193 } 197 }
194 198
......