Browse Source

no message

featrue/v4.5
xpz2018 4 years ago
parent
commit
1e81cb3296
4 changed files with 4 additions and 36 deletions
  1. 8
      pages/article/article-item/index.wxml
  2. 14
      pages/article/article-item/index.wxss
  3. 6
      pages/bank/bill-detail/index.wxss
  4. 12
      pages/home/service/index.wxss

8
pages/article/article-item/index.wxml

@ -16,12 +16,8 @@
</view>
<view class="text-black text-bold text-lg" style="padding:0rpx 32rpx 20rpx 32rpx">{{item.title}}</view>
<fold-text content="{{item.content}}"></fold-text>
<view class="imgZt" style="padding:0rpx 32rpx;margin-top:16rpx" wx:if="{{item.imageUrlList.length}}">
<!-- <sudoku-image image-list="{{item.imageUrlList}}"></sudoku-image> -->
<view class="bottomViewRight" wx:for="{{ item.imageUrlList }}" wx:for-item="option" wx:for-index="optionIndex" wx:key="optionIndex" >
<image style="margin-left:10rpx" class="bottomViewRightImg" src="{{option}}" mode="widthFix"></image>
</view>
<view style="padding:0rpx 32rpx;margin-top:16rpx" wx:if="{{item.imageUrlList.length}}">
<sudoku-image image-list="{{item.imageUrlList}}"></sudoku-image>
</view>
<view class="flex flex-justify text-black" style="height:112rpx; padding:0rpx 32rpx">
<view>

14
pages/article/article-item/index.wxss

@ -6,18 +6,4 @@
align-items: center;
justify-content: center;
border-radius: 50rpx;
}
.bottomViewRightImg {
width: 290rpx;
height: 200rpx;
overflow: hidden;
}
.bottomViewRight {
width: 290rpx;
height: 200rpx !important;
overflow: hidden;
}
.imgZt{
display: flex;
justify-content: flex-start;
}

6
pages/bank/bill-detail/index.wxss

@ -1,5 +1 @@
/* pages/bank/bill-detail/index.wxss */
.item-content {
background-color: white;
padding: 24rpx 32rpx;
}
/* pages/bank/bill-detail/index.wxss */

12
pages/home/service/index.wxss

@ -10,17 +10,7 @@
.min-height600 {
min-height: 600rpx;
}
.vertical-center {
display: flex;
align-items: center;
justify-content: center;
}
.mg-left {
margin-left: 45rpx;
}
.input-content {
background-color: #f1f1f1;
width: 100%;

Loading…
Cancel
Save