Explorar o código

waiting样式调整

wuzj hai 5 días
pai
achega
e476c2eceb
Modificáronse 1 ficheiros con 11 adicións e 11 borrados
  1. 11 11
      src/pages/room/waiting/index.vue

+ 11 - 11
src/pages/room/waiting/index.vue

@@ -33,7 +33,7 @@
       <view class="game-settings">
         <nut-divider 
           content-position="center"
-          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '10px 0 20px 0' }"
+          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '12px 0 12px 0' }"
         >
           游戏设置
         </nut-divider>
@@ -82,7 +82,7 @@
       <view class="player-list">
         <nut-divider 
           content-position="center"
-          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '20px 0 10px 0' }"
+          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '12px 0 12px 0' }"
         >
           玩家列表
         </nut-divider>
@@ -128,7 +128,7 @@
       <view class="game-info">
         <nut-divider 
           content-position="center"
-          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '10px 0 20px 0' }"
+          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '12px 0 12px 0' }"
         >
           游戏信息
         </nut-divider>
@@ -155,7 +155,7 @@
       <view class="player-list">
         <nut-divider 
           content-position="center"
-          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '20px 0 10px 0' }"
+          :style="{ color: '#3C92FB', borderColor: '#3C92FB', padding: '0 16px', margin: '12px 0 12px 0' }"
         >
           玩家列表
         </nut-divider>
@@ -972,12 +972,12 @@ export default {
   .game-settings {
     background-color: $background-color-light;
     border-radius: $border-radius-small;
-    padding: $spacing-large;
-    margin-bottom: $spacing-large;
+    padding: $spacing-base;
+    margin-bottom: $spacing-base;
     box-shadow: $shadow-light;
     
     .setting-item {
-      margin-bottom: $spacing-large;
+      margin-bottom: $spacing-base;
       
       .setting-label {
         font-size: $font-size-small;
@@ -1009,8 +1009,8 @@ export default {
   .game-info {
     background-color: $background-color-light;
     border-radius: $border-radius-small;
-    padding: $spacing-large;
-    margin-bottom: $spacing-large;
+    padding: $spacing-base;
+    margin-bottom: $spacing-base;
     box-shadow: $shadow-light;
     
     .info-card {
@@ -1056,8 +1056,8 @@ export default {
   .player-list {
     background-color: $background-color-light;
     border-radius: $border-radius-small;
-    padding: $spacing-large;
-    margin-bottom: $spacing-large;
+    padding: $spacing-base;
+    margin-bottom: $spacing-base;
     box-shadow: $shadow-light;
     
     .players {