Commit ede4f7fb by 莫晓莉

mxl

parent 14c778c5
...@@ -5,23 +5,13 @@ ...@@ -5,23 +5,13 @@
<view> <view>
<view class="flex"> <view class="flex">
<view class="ser-name ellipsis2" style="">{{item.disableUserProjectTypeName}}</view> <view class="ser-name ellipsis2" style="">{{item.disableUserProjectTypeName}}</view>
<!-- <view class="time">{{item.createTime}}</view> -->
</view> </view>
<!-- <view>
<text></text>
<text></text>
<text></text>
<text></text>
</view> -->
<view class="time">{{item.createTime}}</view> <view class="time">{{item.createTime}}</view>
<view style="color:#ccc;"> <view style="color:#ccc;">
{{item.remark}} {{item.remark}}
</view> </view>
<view class="img-area" style="margin-top:25upx;"> <view class="img-area" style="margin-top:25upx;">
<image v-for="(img,index2) in item.imageUrl" :key="index2" class="upload-img" :src="fileUrl+img.imageUrl"></image> <image v-for="(img,index2) in item.imageUrl" :key="index2" class="upload-img" :src="fileUrl+img.imageUrl"></image>
<!-- <image class="upload-img" src="../../static/img/app-icon.png"></image>
<image class="upload-img" src="../../static/img/app-icon.png"></image>
<image class="upload-img" src="../../static/img/app-icon.png"></image> -->
</view> </view>
</view> </view>
......
...@@ -29,12 +29,17 @@ ...@@ -29,12 +29,17 @@
padding:0 35upx; padding:0 35upx;
} }
.m-his-list{ .m-his-list{
padding:35upx 0; /* padding:35upx 0; */
border-bottom:1upx solid #eee; border:1upx solid #ccc;
margin:15upx 0;
padding:25upx 35upx;
border-radius:25upx;
box-shadow: 5upx 2upx 10upx #d81e06;
/* border-bottom:1upx solid #eee; */
} }
.his-item{ .his-item{
font-size:28upx; font-size:28upx;
color: #ccc; color: #333;
} }
.his-item-result{ .his-item-result{
font-size:28upx; font-size:28upx;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment