修改样式名称
This commit is contained in:
parent
f76987a18e
commit
d81ed47f28
|
@ -74,7 +74,7 @@
|
|||
</view>
|
||||
</view>
|
||||
<view
|
||||
class="pay-component"
|
||||
class="bottom-components"
|
||||
:style="{ bottom: config.safeAreaInsets.bottom + 'px' }"
|
||||
>
|
||||
<text class="price">¥306.00</text>
|
||||
|
@ -314,7 +314,7 @@ export default {
|
|||
box-sizing: border-box;
|
||||
padding: 0 40rpx 40rpx 40rpx;
|
||||
}
|
||||
.pay-component {
|
||||
.bottom-components {
|
||||
position: fixed;
|
||||
left: 0;
|
||||
right: 0;
|
||||
|
|
|
@ -89,7 +89,7 @@
|
|||
</swiper-item>
|
||||
</swiper>
|
||||
<view
|
||||
class="service-buy-box"
|
||||
class="bottom-components"
|
||||
v-if="tabIndex == 0"
|
||||
:style="{ bottom: config.safeAreaInsets.bottom + 'px' }"
|
||||
>
|
||||
|
@ -295,7 +295,7 @@ export default {
|
|||
padding: 45rpx 0;
|
||||
}
|
||||
}
|
||||
.service-buy-box {
|
||||
.bottom-components {
|
||||
position: fixed;
|
||||
max-width: 750px;
|
||||
width: 100%;
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
/>
|
||||
</view>
|
||||
<view
|
||||
class="buy-components"
|
||||
class="bottom-components"
|
||||
:style="{ bottom: config.safeAreaInsets.bottom + 'px' }"
|
||||
>
|
||||
<view class="cart">
|
||||
|
@ -132,7 +132,7 @@ export default {
|
|||
</script>
|
||||
|
||||
<style lang="less" scoped>
|
||||
.buy-components {
|
||||
.bottom-components {
|
||||
position: fixed;
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
|
|
Loading…
Reference in New Issue