Browse Source

发布美拍列表页样式调整为自适应

pull/36/head
余菲 1 year ago
parent
commit
a3447f72b7
2 changed files with 6 additions and 2 deletions
  1. +1
    -1
      package_first/pages/beautyList/index.wxml
  2. +5
    -1
      package_first/pages/beautyList/index.wxss

+ 1
- 1
package_first/pages/beautyList/index.wxml View File

@@ -17,7 +17,7 @@
</view>
</view>
<view class="content_info">{{item.content}}</view>
<ImageList imageSource="{{item.image}}" limit="{{3}}"></ImageList>
<ImageList imageSource="{{item.image}}" limit="{{5}}"></ImageList>
</view>
</list>
</view>

+ 5
- 1
package_first/pages/beautyList/index.wxss View File

@@ -90,8 +90,12 @@
.content_info {
width: 100%;
margin: 20rpx 0;
/* display: -webkit-box;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
word-wrap: break-word;
white-space: normal !important;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical; */
}

Loading…
Cancel
Save