Enzo 4 years ago
parent
commit
5fca4a07e2
  1. 8
      pages/center/index.vue

8
pages/center/index.vue

@ -41,6 +41,7 @@
<view>
<u-icon name="arrow-right" size="40" color="#777777"></u-icon>
</view>
<button class="feedback-btn" open-type="feedback"></button>
</view>
<view class="lf-row-between list-item" hover-class="lf-opacity">
<view>
@ -143,6 +144,13 @@
border-bottom: 1rpx solid #EEEEEE;
height: 110rpx;
box-sizing: border-box;
position: relative;
.feedback-btn{
position: absolute;
width: 100%;
height: 100%;
z-index: -1;
}
&:last-child{
border-bottom: none;
}

Loading…
Cancel
Save