ソースを参照

Merge remote-tracking branch 'origin/feature-wangdy-rate-v1.0' into feature-wangdy-rate-v1.0

wangdy 8 年 前
コミット
71d7dc6a21

+ 6 - 5
src/main/webapp/resources/view/usercenter/forstore/first_rate.html

@@ -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>