Browse Source

[样式][修改]:[修改样式问题]

tags/C.6.1.06
meo 6 years ago
parent
commit
4c41223fd7
5 changed files with 10 additions and 13 deletions
  1. +3
    -3
      ext.json
  2. +1
    -1
      pages/bannerdetail/index.wxml
  3. +3
    -3
      pages/bannerdetail/index.wxss
  4. +0
    -3
      pages/coupon/detail/index.wxss
  5. +3
    -3
      pages/topicDetail/index.wxss

+ 3
- 3
ext.json View File

@@ -22,8 +22,8 @@
} }
] ]
}, },
"name": "长融世贸广场",
"weappId": "wx026ee7f6290aa336",
"name": "富茂链客生产版",
"weappId": "wx6a2524a8286d687f",
"appVersion": "C.5.1.1" "appVersion": "C.5.1.1"
}, },
"debug": false, "debug": false,
@@ -63,7 +63,7 @@
"navigationBarTitleText": "", "navigationBarTitleText": "",
"navigationBarBackgroundColor": "#FFFFFF" "navigationBarBackgroundColor": "#FFFFFF"
}, },
"extAppid": "wx026ee7f6290aa336",
"extAppid": "wx6a2524a8286d687f",
"extEnable": true, "extEnable": true,
"permission": { "permission": {
"scope.userLocation": { "scope.userLocation": {


+ 1
- 1
pages/bannerdetail/index.wxml View File

@@ -3,7 +3,7 @@
<view class='coupons'> <view class='coupons'>
<view class="coupons-body"> <view class="coupons-body">
<view class='banner'> <view class='banner'>
<image src='{{data.coverImg}}'></image>
<image src='{{data.coverImg}}' mode='widthFix'></image>
</view> </view>
<!-- <image class="orbg" src='./../../assets/img/orbg.png' mode="widthFix"></image> --> <!-- <image class="orbg" src='./../../assets/img/orbg.png' mode="widthFix"></image> -->
<view class='act'> <view class='act'>


+ 3
- 3
pages/bannerdetail/index.wxss View File

@@ -17,13 +17,13 @@ page {
.banner { .banner {
position: relative; position: relative;
width: 750rpx; width: 750rpx;
height: 280rpx;
overflow: hidden;
/* height: 280rpx;
overflow: hidden; */
} }


.banner image { .banner image {
width: 750rpx; width: 750rpx;
height: 280rpx;
/* height: 280rpx; */
} }


.act { .act {


+ 0
- 3
pages/coupon/detail/index.wxss View File

@@ -67,9 +67,6 @@ button::after {
width: 92%; width: 92%;
padding: 0 4%; padding: 0 4%;
background: #fff; background: #fff;
border-top-left-radius: 20rpx;
border-top-right-radius: 20rpx;
margin-top: -25rpx;
} }


.fenxiang { .fenxiang {


+ 3
- 3
pages/topicDetail/index.wxss View File

@@ -13,8 +13,8 @@
.banner { .banner {
position: relative; position: relative;
width: 750rpx; width: 750rpx;
height: 280rpx;
overflow: hidden;
/* height: 280rpx;
overflow: hidden; */
} }


.banner image { .banner image {
@@ -28,7 +28,7 @@
background: #fff; background: #fff;
border-radius: 12rpx; border-radius: 12rpx;
width: 705rpx; width: 705rpx;
margin: -30rpx auto 0;
margin: 30rpx auto 0;
padding-bottom: 20rpx; padding-bottom: 20rpx;
} }




Loading…
Cancel
Save