Sfoglia il codice sorgente

Merge branch 'master' of http://git.cc-lotus.info/ball-court/court-mobile

YY 3 anni fa
parent
commit
8f88e652d3

+ 4 - 0
pages/administration/compete.wxss

@@ -110,6 +110,7 @@
 }
 }
 
 
 .thr-left {
 .thr-left {
+  margin: auto;
   width: 79%;
   width: 79%;
   height: 49px;
   height: 49px;
   background-color: #eeeeee;
   background-color: #eeeeee;
@@ -122,6 +123,7 @@
 }
 }
 
 
 .thr-1 {
 .thr-1 {
+  
   padding-top: 10px;
   padding-top: 10px;
   padding-left: 10px;
   padding-left: 10px;
   float: left;
   float: left;
@@ -131,6 +133,8 @@
 }
 }
 
 
 .thr1 {
 .thr1 {
+  display: flex;
+  flex-direction: column;
   background-color: #ffffff;
   background-color: #ffffff;
 }
 }
 
 

+ 3 - 0
pages/administration/detail.wxss

@@ -110,6 +110,7 @@
 }
 }
 
 
 .thr-left {
 .thr-left {
+  margin: auto;
   width: 79%;
   width: 79%;
   height: 49px;
   height: 49px;
   background-color: #eeeeee;
   background-color: #eeeeee;
@@ -131,6 +132,8 @@
 }
 }
 
 
 .thr1 {
 .thr1 {
+  display: flex;
+  flex-direction: column;
   background-color: #ffffff;
   background-color: #ffffff;
 }
 }
 
 

+ 4 - 0
pages/administration/details.wxss

@@ -110,6 +110,7 @@
 }
 }
 
 
 .thr-left {
 .thr-left {
+  margin: auto;
   width: 79%;
   width: 79%;
   height: 49px;
   height: 49px;
   background-color: #eeeeee;
   background-color: #eeeeee;
@@ -131,6 +132,9 @@
 }
 }
 
 
 .thr1 {
 .thr1 {
+  display: flex;
+  flex-direction: column;
+  justify-content: space-evenly;
   background-color: #ffffff;
   background-color: #ffffff;
 }
 }
 
 

+ 3 - 0
pages/team/apply.wxss

@@ -109,6 +109,7 @@
 }
 }
 
 
 .thr-left {
 .thr-left {
+  margin: auto;
   width: 79%;
   width: 79%;
   height: 49px;
   height: 49px;
   background-color: #eeeeee;
   background-color: #eeeeee;
@@ -130,6 +131,8 @@
 }
 }
 
 
 .thr1 {
 .thr1 {
+  display: flex;
+  flex-direction: column;
   background-color: #ffffff;
   background-color: #ffffff;
 }
 }
 
 

+ 4 - 0
pages/team/examine.wxss

@@ -114,6 +114,7 @@
 }
 }
 
 
 .thr-left {
 .thr-left {
+  margin:auto;
   width: 79%;
   width: 79%;
   height: 49px;
   height: 49px;
   background-color: #eeeeee;
   background-color: #eeeeee;
@@ -135,6 +136,8 @@
 }
 }
 
 
 .thr1 {
 .thr1 {
+  display: flex;
+  flex-direction: column;
   background-color: #ffffff;
   background-color: #ffffff;
 }
 }
 
 
@@ -156,6 +159,7 @@
 }
 }
 
 
 .name {
 .name {
+  text-align: center;
   font-size: 13px;
   font-size: 13px;
   color: #727272;
   color: #727272;
 }
 }