Browse Source

艺术科目,作品详情图片展示方式

sophieChenyx 7 years ago
parent
commit
61ab149af6
3 changed files with 4 additions and 7 deletions
  1. 1 2
      .idea/workspace.xml
  2. 1 1
      pages/particulars/particulars.wxml
  3. 2 4
      pages/particulars/particulars.wxss

+ 1 - 2
.idea/workspace.xml

@@ -3,8 +3,7 @@
   <component name="ChangeListManager">
     <list default="true" id="4f17d6f9-a5b0-4bb4-9071-d9334baf6515" name="Default" comment="">
       <change beforePath="$PROJECT_DIR$/.idea/workspace.xml" beforeDir="false" afterPath="$PROJECT_DIR$/.idea/workspace.xml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/compontents/chat/chat.wxml" beforeDir="false" afterPath="$PROJECT_DIR$/compontents/chat/chat.wxml" afterDir="false" />
-      <change beforePath="$PROJECT_DIR$/compontents/chat/chat.wxss" beforeDir="false" afterPath="$PROJECT_DIR$/compontents/chat/chat.wxss" afterDir="false" />
+      <change beforePath="$PROJECT_DIR$/pages/particulars/particulars.wxss" beforeDir="false" afterPath="$PROJECT_DIR$/pages/particulars/particulars.wxss" afterDir="false" />
     </list>
     <ignored path="$PROJECT_DIR$/.tmp/" />
     <ignored path="$PROJECT_DIR$/temp/" />

+ 1 - 1
pages/particulars/particulars.wxml

@@ -15,7 +15,7 @@
                 </view>
                 <view class="picture" wx:if="{{type == 2}}">
                     <block wx:for="{{productionData.imagesList}}" wx:for-item="items" wx:key="{{items.id}}">
-                        <image src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
+                        <image mode="aspectFill" src="{{items.path}}" bindtap="listenerButtonPreviewImage" data-img="{{items.path}}"></image>
                     </block>
                 </view>
                 <view class="icon" wx:if="{{type == 2}}">

+ 2 - 4
pages/particulars/particulars.wxss

@@ -60,15 +60,13 @@
 }
 
 .picture {
-    display: flex;
-    justify-content: center;    
+    display: flex;    
     margin: 24rpx 112rpx 17rpx 103rpx;
-
 }
 .picture image {
      width: 236rpx;
      height: 176rpx;
-     border-radius: 15rpx;
+     border-radius: 5rpx;
  }
 
 .picture image:nth-child(2) {