Parcourir la source

自定义样式

natasha il y a 2 mois
Parent
commit
1a383244cc
1 fichiers modifiés avec 5 ajouts et 3 suppressions
  1. 5 3
      src/views/bookStore/Subscribe.vue

+ 5 - 3
src/views/bookStore/Subscribe.vue

@@ -1433,11 +1433,11 @@ export default {
   &-top {
     padding: 8px 16px;
     display: flex;
-    justify-content: space-between;
+    // justify-content: space-between;
     align-items: center;
     h5 {
       margin: 0;
-      color: #000;
+      color: #ea5939;
       font-size: 12px;
       font-weight: 600;
       line-height: 20px;
@@ -1446,12 +1446,14 @@ export default {
       a {
         margin-left: 6px;
         border-radius: 2px;
-        background: #f2f2f2;
+        background: #00adef;
         width: 24px;
         height: 24px;
         display: block;
         text-align: center;
         line-height: 24px;
+        font-size: 20px;
+        color: #fff;
       }
     }
   }