소스 검색

[详情页][修改][图片比例]

tags/江西版6.1.0
부모
커밋
2e3b84b483
4개의 변경된 파일5개의 추가작업 그리고 5개의 파일을 삭제
  1. +1
    -1
      pages/coupon/detail/index.wxml
  2. +2
    -2
      pages/coupon/detail/index.wxss
  3. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxml
  4. +1
    -1
      pages/spellGroup/mySpellGroup/index.wxss

+ 1
- 1
pages/coupon/detail/index.wxml 파일 보기

@@ -6,7 +6,7 @@
<swiper class="index-slide" bindchange="swiperChange" autoplay="true" circular="false" current="{{swiperCurrent}}">
<block wx:for="{{coverPicture}}" wx:key="unique">
<swiper-item>
<image data-data="{{item}}" mode='widthFix' src="{{item}}" class="index-slide-image" />
<image data-data="{{item}}" src="{{item}}" class="index-slide-image" />
</swiper-item>
</block>
</swiper>


+ 2
- 2
pages/coupon/detail/index.wxss 파일 보기

@@ -18,12 +18,12 @@ button::after {
.banner {
position: relative;
width: 750rpx;
height: 534.5rpx;
height: 454rpx;
}

.banner swiper {
width: 750rpx;
height: 534.5rpx;
height: 454rpx;
}

.banner image {


+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxml 파일 보기

@@ -4,7 +4,7 @@
<swiper class="index-slide" bindchange="swiperChange" autoplay="true" circular="false" current="{{swiperCurrent}}">
<block wx:for="{{coverPicture}}" wx:key="unique">
<swiper-item>
<image data-data="{{item}}" mode='widthFix' src="{{item}}" class="index-slide-image" />
<image data-data="{{item}}" src="{{item}}" class="index-slide-image" />
</swiper-item>
</block>
</swiper>


+ 1
- 1
pages/spellGroup/mySpellGroup/index.wxss 파일 보기

@@ -458,7 +458,7 @@ button::after{ border: none; }

.banner swiper {
width: 750rpx;
height: 534.5rpx;
height: 438rpx;
}

.banner image {


불러오는 중...
취소
저장