feat:修改登录

This commit is contained in:
2026-07-23 14:03:35 +08:00
parent b5d42d871d
commit 39d0dcea86
4 changed files with 201 additions and 132 deletions
+4 -6
View File
@@ -440,8 +440,7 @@ export default {
<style lang="scss" scoped>
.shopping_cart_warp {
background-color: $app-bj;
padding: constant(safe-area-inset-top) 30rpx 30rpx;
padding: env(safe-area-inset-top) 30rpx 30rpx;
padding: 104rpx 30rpx 30rpx;
overflow: hidden;
&.isDataNull-calss {
@@ -456,7 +455,7 @@ export default {
height: calc(100vh - 100rpx - 50rpx) !important;
.shopping_cart_content {
// height: calc(100vh - 104rpx - 30rpx - 30rpx - 100rpx - 10rpx) !important;
height: calc(100vh - 104rpx - 30rpx - 30rpx - 100rpx - 10rpx) !important;
}
.shopping_cart_but {
@@ -469,7 +468,7 @@ export default {
display: flex;
justify-content: space-between;
color: #222222;
margin-top: 160rpx;
.cart {
font-weight: bold;
font-size: 38rpx;
@@ -544,8 +543,7 @@ export default {
.shopping_cart_but {
position: fixed;
bottom: 0;
// bottom: calc(90rpx + env(safe-area-inset-bottom));
bottom: calc(90rpx + env(safe-area-inset-bottom));
left: 0;
width: calc(100% - 40rpx);
background: #ffffff;