细节优化

master
gongfuxiang 2024-09-28 15:29:10 +08:00
parent dc6d38036a
commit cb1dc46775
6 changed files with 12 additions and 10 deletions

View File

@ -45,7 +45,6 @@ iframe,
.quick-movable-container,
.online-service-movable-container,
.buy-nav,
.cart-buy-nav,
.plugins-realstore-cart-content {
left: auto !important;
}
@ -57,6 +56,12 @@ iframe,
width: 100% !important;
max-height: 500rpx !important;
}
@media only screen and (min-width: 1600rpx) {
.cart-buy-nav {
left: calc(50% - 780rpx) !important;
width: 1560rpx !important;
}
}
/**
*

View File

@ -1411,11 +1411,9 @@
.cart-buy-nav {
position: fixed;
z-index: 1;
left: auto;
left: 20rpx;
bottom: 20rpx;
margin-left: 20rpx;
width: calc(100% - 40rpx);
max-width: calc(800px - 40rpx);
box-shadow: 0rpx 4rpx 8rpx 0px rgba(0, 0, 0, 0.16);
}
.cart-nav-base {

View File

@ -119,7 +119,7 @@
</script>
<style lang="scss" scoped>
.footer-nav {
z-index: 9;
z-index: 102;
position: fixed;
bottom: 0;
left: 0;
@ -130,7 +130,6 @@
/* #endif */
margin: 0 auto;
background-color: transparent;
z-index: 102;
.footer-nav-content {
min-height: 140rpx;
box-sizing: border-box;

View File

@ -7,7 +7,7 @@
<component-quick-nav :propIsBar="true"></component-quick-nav>
<!-- 公共 -->
<component-common @footer-height="footer_height_value_event"></component-common>
<component-common @footer-height="footer_height_value_event" :propIsFooterSeat="false"></component-common>
</view>
</template>
<script>

View File

@ -10,7 +10,7 @@
<component-app-admin ref="app_admin"></component-app-admin>
<!-- 公共 -->
<component-common @footer-height="footer_height_value_event"></component-common>
<component-common @footer-height="footer_height_value_event" :propIsFooterSeat="false"></component-common>
</view>
</template>
<script>

View File

@ -153,11 +153,11 @@
</view>
<view v-else>
<!-- 提示信息 -->
<component-no-data :propIsShowAddressChoice="false" :propStatus="data_list_loding_status"></component-no-data>
<component-no-data :propStatus="data_list_loding_status"></component-no-data>
</view>
<!-- 位置选择 -->
<component-choice-location ref="choice_location" @onback="user_back_choice_location"></component-choice-location>
<component-choice-location ref="choice_location" :propIsShowAddressChoice="false" @onback="user_back_choice_location"></component-choice-location>
<!-- 公共 -->
<component-common></component-common>