Переглянути джерело

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

zs 3 роки тому
батько
коміт
03fcba39c5
1 змінених файлів з 22 додано та 6 видалено
  1. 22 6
      pages/home/index.wxss

+ 22 - 6
pages/home/index.wxss

@@ -2,20 +2,26 @@
   position: relative;
   position: relative;
   width: 100%;
   width: 100%;
   background-color: #f1f1f1;
   background-color: #f1f1f1;
+  overflow-y: auto;
 }
 }
-.biao{
+
+.biao {
   float: left;
   float: left;
   width: 10%;
   width: 10%;
 }
 }
+
 .two {
 .two {
   position: absolute;
   position: absolute;
   top: 32%;
   top: 32%;
   left: 2.5%;
   left: 2.5%;
   width: 95%;
   width: 95%;
 }
 }
-.otherInfo{
+
+.otherInfo {
   text-align: left;
   text-align: left;
+  padding: 0 0 10px 5px;
 }
 }
+
 .name {
 .name {
   float: left;
   float: left;
   width: 38%;
   width: 38%;
@@ -35,18 +41,21 @@
   font-size: 14px;
   font-size: 14px;
   color: #5e5e5e;
   color: #5e5e5e;
 }
 }
-.button{
+
+.button {
   margin-top: 7px;
   margin-top: 7px;
   /* background-color: rgb(238, 147, 28); */
   /* background-color: rgb(238, 147, 28); */
   border-radius: 15px;
   border-radius: 15px;
   font-size: 13px !important;
   font-size: 13px !important;
   color: #fff;
   color: #fff;
 }
 }
-.list{
+
+.list {
   background-color: #fff;
   background-color: #fff;
   margin-bottom: 10px;
   margin-bottom: 10px;
   border-radius: 8px;
   border-radius: 8px;
 }
 }
+
 .text3 {
 .text3 {
   font-size: 13px;
   font-size: 13px;
   color: #adadad;
   color: #adadad;
@@ -58,6 +67,7 @@
   color: #5e5e5e;
   color: #5e5e5e;
   font-weight: 600;
   font-weight: 600;
 }
 }
+
 .text6 {
 .text6 {
   font-size: 23px;
   font-size: 23px;
   color: rgb(46, 46, 245);
   color: rgb(46, 46, 245);
@@ -69,19 +79,22 @@
   color: rgb(243, 19, 19);
   color: rgb(243, 19, 19);
   font-weight: 500;
   font-weight: 500;
 }
 }
+
 .text8 {
 .text8 {
   font-size: 23px;
   font-size: 23px;
   font-weight: 500;
   font-weight: 500;
   margin-right: 5px;
   margin-right: 5px;
   margin-left: 5px;
   margin-left: 5px;
 }
 }
+
 .right1 {
 .right1 {
   border-radius: 5px;
   border-radius: 5px;
   position: relative;
   position: relative;
   width: 100%;
   width: 100%;
   height: 80px;
   height: 80px;
-  background-color: rgb(238, 236, 236);
+  background-color: #e9e9e9;
 }
 }
+
 .right1_2 {
 .right1_2 {
   float: left;
   float: left;
   width: 100%
   width: 100%
@@ -93,11 +106,13 @@
   height: 40px;
   height: 40px;
   overflow: hidden;
   overflow: hidden;
 }
 }
+
 .right1_2 .right1_2o image {
 .right1_2 .right1_2o image {
   width: 100%;
   width: 100%;
   height: 36px;
   height: 36px;
   overflow: hidden;
   overflow: hidden;
 }
 }
+
 .right1_2 .right1_2t {
 .right1_2 .right1_2t {
   float: left;
   float: left;
   width: 33%;
   width: 33%;
@@ -115,6 +130,7 @@
   text-align: center;
   text-align: center;
   padding: 6px 0;
   padding: 6px 0;
 }
 }
-.right1_1{
+
+.right1_1 {
   text-align: center;
   text-align: center;
 }
 }