Sfoglia il codice sorgente

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

zs 3 anni fa
parent
commit
14a0c6317f
1 ha cambiato i file con 3 aggiunte e 3 eliminazioni
  1. 3 3
      pages/photo/index.wxss

+ 3 - 3
pages/photo/index.wxss

@@ -55,7 +55,7 @@
 .check {
   position: relative;
   left: 0px;
-  top: -97px;
+  top: -100px;
   z-index: 99999;
 }
 
@@ -87,8 +87,8 @@
  /* 未选中的 背景样式 */
  checkbox .wx-checkbox-input{
   border-radius: 50%;/* 圆角 */
-  width: 46rpx; /* 背景的宽 */
-  height: 46rpx; /* 背景的高 */
+  width: 17px; /* 背景的宽 */
+  height: 17px; /* 背景的高 */
 }
 /* 选中后的 背景样式*/
 checkbox .wx-checkbox-input.wx-checkbox-input-checked{