ソースを参照

[宣传页][修改]:[修改页面的样式]

tags/河北版C.8.1.01
meo 5年前
コミット
949533b8be
3個のファイルの変更7行の追加11行の削除
  1. +1
    -1
      pages/bannerdetail/index.wxml
  2. +6
    -9
      pages/bannerdetail/index.wxss
  3. +0
    -1
      pages/spellGroup/mySpellGroup/index.wxss

+ 1
- 1
pages/bannerdetail/index.wxml ファイルの表示

@@ -4,7 +4,7 @@
<view class='coupons' style="padding-top:{{navigationBarHeight}}"> <view class='coupons' style="padding-top:{{navigationBarHeight}}">
<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>
</view> </view>
<view class='act'> <view class='act'>


+ 6
- 9
pages/bannerdetail/index.wxss ファイルの表示

@@ -10,23 +10,21 @@ page {
} }


.coupons-body { .coupons-body {
padding:40rpx 40rpx;
/* padding:40rpx 40rpx; */
flex: 1; flex: 1;
/* overflow: auto; */ /* overflow: auto; */
} }


.banner { .banner {
position: relative; position: relative;
width: 670rpx;
height: 300rpx;
width:750rpx;
overflow: hidden; overflow: hidden;
box-shadow:0px 14px 26px 0px rgba(199,203,211,1);
/* box-shadow:0px 14px 26px 0px rgba(199,203,211,1); */
} }


.banner image { .banner image {
width: 670rpx;
height: 300rpx;
width: 100%;
border-radius: 12rpx; border-radius: 12rpx;
} }


@@ -35,10 +33,9 @@ page {
z-index: 1000000000; z-index: 1000000000;
background: #fff; background: #fff;
border-radius: 12rpx; border-radius: 12rpx;
width: 100%;
/* height: 212rpx; */
/* margin:44rpx auto 0; */
width: 94%;
padding-bottom: 20rpx; padding-bottom: 20rpx;
margin: 20rpx auto 0;
} }


.act text { .act text {


+ 0
- 1
pages/spellGroup/mySpellGroup/index.wxss ファイルの表示

@@ -88,7 +88,6 @@ button::after{ border: none; }
font-family:PingFang-SC-Medium; font-family:PingFang-SC-Medium;
font-weight:500; font-weight:500;
line-height:44rpx; line-height:44rpx;
margin-right: 15rpx;
} }
.des-saleprice{ .des-saleprice{
display: inline; display: inline;


読み込み中…
キャンセル
保存