This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
weapp
/
C
Watch
8
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
66
Wiki
Activity
Browse Source
[券详情][修改]:[券详情页面图片样式的修改]
tags/C.7.1.0
meo
6 years ago
parent
a93b41f886
commit
2e6d0d9e5c
3 changed files
with
4 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
pages/coupon/detail/index.wxml
+2
-2
pages/coupon/detail/index.wxss
+1
-1
pages/index/searchbar/detail/index.wxml
+ 1
- 1
pages/coupon/detail/index.wxml
View File
@@ -112,7 +112,7 @@
</view>
</view>
<view class='detailImg' wx:if="{{detailPicture.length>0}}">
<image wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}'></image>
<image wx:for="{{detailPicture}}" wx:key="{{index}}" wx:for-item="item" src='{{item}}'
mode='widthFix'
></image>
</view>
</view>
+ 2
- 2
pages/coupon/detail/index.wxss
View File
@@ -730,8 +730,8 @@ checkbox-group, radio-group {
margin-bottom: 20rpx;
}
.content {
margin: 0;
padding: 0;
margin: 0;
padding: 0;
width: 100%;
height: 100%;
background: #f3f3f3;
+ 1
- 1
pages/index/searchbar/detail/index.wxml
View File
@@ -44,7 +44,7 @@
<view class='merchant-shop'>
<view class='clearfix' style='width:100%;'>
<view class='fl'>
<text>联系
商户
</text>
<text>联系
电话
</text>
</view>
<view class='fr'>
<view style='display:inline-block;text-align:left;margin-right:20rpx;'>
Write
Preview
Loading…
Cancel
Save