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