|
|
|
@ -58,7 +58,7 @@ |
|
|
|
</scroll-list> |
|
|
|
</view> |
|
|
|
<view> |
|
|
|
<view class="offer-prices" @click="nativeTo()"><image class="my-image" src="../../static/imgs/trade/camera.png" mode=""></image></view> |
|
|
|
<view class="offer-prices" @click="nativeTo()"><image class="my-image" src="../../static/imgs/trade/camera.png"></image></view> |
|
|
|
</view> |
|
|
|
<no-data v-if="!pageShow"></no-data> |
|
|
|
</view> |
|
|
|
@ -424,18 +424,11 @@ export default { |
|
|
|
z-index: 9999; |
|
|
|
right: 32rpx; |
|
|
|
bottom: 122rpx; |
|
|
|
background-color: #007aff; |
|
|
|
border-radius: 50%; |
|
|
|
padding: 10rpx; |
|
|
|
text-align: center; |
|
|
|
width: 110rpx; |
|
|
|
height: 110rpx; |
|
|
|
border: 2rpx solid #f9f9f9; |
|
|
|
width: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
overflow: hidden; |
|
|
|
box-shadow: 0rpx 4rpx 34rpx 0rpx rgba(0, 0, 0, 0.2); |
|
|
|
display: flex; |
|
|
|
flex-direction: column; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
} |
|
|
|
.my-image { |
|
|
|
width: 100rpx; |
|
|
|
|