Browse Source

样式修改

linxuxiang 4 months ago
parent
commit
4afd650925
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/sunshineRun/index.vue

+ 4 - 3
src/views/sunshineRun/index.vue

@@ -298,13 +298,14 @@ onBeforeUnmount(() => {
 
       .title {
         height: 35px;
+        line-height: 35px;
+        font-size: 22px;
+        padding: 0px 25px;
+        letter-spacing: 3px;
         border-top-left-radius: 12px;
         border-top-right-radius: 12px;
         background: radial-gradient(374% 336% at 36% 50%, #FFFFFF 0%, #07FFE7 100%);
         box-shadow: inset 0px 1px 0px 2px rgba(255, 255, 255, 0.5577);
-        font-size: 22px;
-        padding: 0px 25px;
-        letter-spacing: 3px;
       }
     }