|
|
@@ -105,7 +105,7 @@
|
|
|
font-weight: normal;
|
|
|
margin-right: 22px;
|
|
|
}
|
|
|
- .first-rate .submitBox >span {
|
|
|
+ .first-rate .submitBox >span.submit-btn {
|
|
|
font-size: 14px;
|
|
|
padding: 4px 17px;
|
|
|
background: #5078cb;
|
|
|
@@ -322,10 +322,11 @@
|
|
|
</tbody>
|
|
|
</table>
|
|
|
<div class="submitBox">
|
|
|
- <label for="a">
|
|
|
- <input type="checkbox" id="a">
|
|
|
- <span>匿名评价</span>
|
|
|
+ <label class="check-active">
|
|
|
+ <input ng-model="isSetTop" type="checkbox" id="check-act" class="ng-pristine ng-untouched ng-valid">
|
|
|
+ <label for="check-act"></label>
|
|
|
+ <span style="font-size: 14px; color: black">匿名评价</span>
|
|
|
</label>
|
|
|
- <span>提交</span>
|
|
|
+ <span class="submit-btn">提交</span>
|
|
|
</div>
|
|
|
</div>
|