|
|
|
|
@ -214,9 +214,9 @@
|
|
|
|
|
<u-parse :html="detail.content"></u-parse>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<!-- <view class="bottom-btn">
|
|
|
|
|
<u-button :custom-style="btnStyle" shape="circle">预约探店</u-button>
|
|
|
|
|
</view> -->
|
|
|
|
|
<view class="bottom-btn">
|
|
|
|
|
<u-button :custom-style="btnStyle" @click="showQR=true" shape="circle">联系优孕月子福利官</u-button>
|
|
|
|
|
</view>
|
|
|
|
|
</view>
|
|
|
|
|
|
|
|
|
|
<u-skeleton :loading="loading" :animation="true" bgColor="#FFF"></u-skeleton>
|
|
|
|
|
@ -261,7 +261,6 @@
|
|
|
|
|
btnStyle: {
|
|
|
|
|
marginRight: '46rpx',
|
|
|
|
|
height: '60rpx',
|
|
|
|
|
width: '180rpx',
|
|
|
|
|
color: '#fff',
|
|
|
|
|
background: '#FF578A',
|
|
|
|
|
},
|
|
|
|
|
@ -835,7 +834,7 @@
|
|
|
|
|
border-top: 1rpx solid rgba(180, 180, 180, 0.4);
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
|