瀏覽代碼

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

zs 3 年之前
父節點
當前提交
14a0c6317f
共有 1 個文件被更改,包括 3 次插入3 次删除
  1. 3 3
      pages/photo/index.wxss

+ 3 - 3
pages/photo/index.wxss

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