Browse Source

优化

master
zhaoyongnian 5 years ago
parent
commit
1d18de445d
  1. 1
      subpages/heart/pages/heartDetail/heartDetail.wxml
  2. 13
      subpages/heart/pages/heartDetail/heartDetail.wxss

1
subpages/heart/pages/heartDetail/heartDetail.wxml

@ -185,6 +185,7 @@
</block>
</block>
</view>
<view class="clear"></view>
</view>
</block>

13
subpages/heart/pages/heartDetail/heartDetail.wxss

@ -1,6 +1,7 @@
page {
background: #f7f7f7;
}
.container {
width: 100%;
}
@ -245,6 +246,7 @@ page{
color: rgba(153, 153, 153, 1);
margin-top: 10rpx;
}
.info-box-volunteer {
width: 100wh;
height: auto;
@ -252,6 +254,7 @@ page{
padding: 26rpx 0rpx;
margin: 0rpx 22rpx;
}
.info-box-volunteer:last-child {
border: none;
}
@ -359,9 +362,7 @@ page{
margin-left: 1%;
border-radius: 15rpx;
}
/* rich-text{
white-space:normal;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
} */
rich-text {
line-height: 75rpx;
}
Loading…
Cancel
Save