Browse Source

momo图大小修改

sharp-agezi 5 years ago
parent
commit
a0fe22c88b
3 changed files with 7 additions and 5 deletions
  1. 2 2
      customized/pages/goodsDetail/goodsDetail.wxml
  2. 4 2
      pages/momo/momo.wxss
  3. 1 1
      readme.md

+ 2 - 2
customized/pages/goodsDetail/goodsDetail.wxml

@@ -1,8 +1,8 @@
 <view>
-  <view class='gd-left gd-public f-s34 c-green' bindtap="hrefBtn">
+  <!-- <view class='gd-left gd-public f-s34 c-green' bindtap="hrefBtn">
     <text class="gd-circle">售</text>
     <text>设计</text>
-  </view>
+  </view> -->
   <view class='gd-right gd-public f-s36' bindtap="hrefBtn"> 
     <text>DIY定制</text>
   </view>

+ 4 - 2
pages/momo/momo.wxss

@@ -135,6 +135,8 @@ width:40rpx;
   padding-top: 4px;
 }
 .momo-img{
-  width:750rpx;
-  height:414rpx;
+  width:689rpx;
+  height:330rpx;
+  display: block;
+  margin:26rpx auto;
 }

+ 1 - 1
readme.md

@@ -17,4 +17,4 @@
       y = -高度/2
       fillRect(x,y,宽度,高度)
 ### 缺少详情页,字体加粗、字体定制
-v:3.1.2
+v:3.1.5