diff --git a/common/common.scss b/common/common.scss
index faf6105..c59b70e 100644
--- a/common/common.scss
+++ b/common/common.scss
@@ -539,7 +539,7 @@
.wishlist_item_bottom{
display: flex;
align-items: center;
- padding-right: 18.67rpx;
+ padding-right: 18.67rpx;
justify-content: space-between;
.wishlist_item_bottom_icon{
@@ -549,6 +549,8 @@
}
}
}
+
+
.wishlist_foot{
padding: 33.33rpx 26.67rpx;
position: fixed;
@@ -1109,3 +1111,61 @@
}
}
}
+
+
+
+.wishlist-modification{
+ padding: 0 2.67rpx 40rpx 10rpx;
+ display: flex;
+ // padding-top: 40rpx;
+
+ // justify-content: space-between;
+ flex-wrap: wrap;
+
+ .wishlist_item{
+ display: flex;
+ flex-direction: column;
+ font-size: 25.33rpx;
+ font-weight: 500;
+ width: 50%;
+ margin-top: 33.33rpx;
+ // margin-right: 18.67rpx;
+ box-sizing: border-box;
+ &:nth-child(2n+0){
+
+ }
+
+ .wishlist_item_img{
+ width: 90%;
+ height: 190px;
+ object-fit: cover;
+ margin-bottom: 25.33rpx;
+ background-color: #999999;
+ position: relative;
+ border-radius: 10rpx;
+ .wishlist_item_img_goods{
+ width: 100%;
+ height: 100%;
+ border-radius: 10rpx;
+ }
+ .select{
+ position: absolute;
+ width: 28rpx;
+ height: 28rpx;
+ top: 8rpx;
+ right: 8rpx;
+ }
+ }
+ .wishlist_item_bottom{
+ display: flex;
+ align-items: center;
+ padding-right: 18.67rpx;
+ justify-content: space-between;
+
+ .wishlist_item_bottom_icon{
+ width: 30rpx;
+ height: 30rpx;
+ }
+ }
+ }
+}
\ No newline at end of file
diff --git a/pages/account/index.vue b/pages/account/index.vue
index b5d2ae1..39bd062 100644
--- a/pages/account/index.vue
+++ b/pages/account/index.vue
@@ -16,7 +16,7 @@
- Hey,{{user_info.nickname!=''?user_info.nickname:user_info.email}}>
+ Hey.{{user_info.nickname!=''?user_info.nickname:user_info.email}}.>
@@ -700,4 +700,8 @@
.margin_botoom {
padding-bottom: 55px !important;
}
+ .navigator-hover {
+ background-color: transparent !important;
+ opacity: 1 !important;
+ }
\ No newline at end of file
diff --git a/pages/account/wishlist.vue b/pages/account/wishlist.vue
index d93ba2f..446cff7 100644
--- a/pages/account/wishlist.vue
+++ b/pages/account/wishlist.vue
@@ -4,7 +4,7 @@
-
+
@@ -13,8 +13,8 @@
- US${{item.promote_price?item.promote_price:item.shop_price}}
-
+ US${{item.promote_price?item.promote_price:item.shop_price}}
+
diff --git a/pages/index/index.vue b/pages/index/index.vue
index eb2054e..b7871e4 100644
--- a/pages/index/index.vue
+++ b/pages/index/index.vue
@@ -1593,15 +1593,17 @@
}
.bootom_last {
- height: 300rpx;
+ height: 200rpx;
width: 100%;
color: #fff;
background-color: #000;
margin-bottom: 200rpx;
font-size: 25rpx;
padding-bottom: 40rpx;
- line-height: 300rpx;
+ // line-height: 300rpx;
text-align: center;
+
+ line-height: 115rpx;
}
.ONEPIC {
diff --git a/pages/productDetails/index.vue b/pages/productDetails/index.vue
index ed96118..dbeaa4a 100644
--- a/pages/productDetails/index.vue
+++ b/pages/productDetails/index.vue
@@ -1118,6 +1118,7 @@
.body{
background-color: #000;
color:white;
+ padding-bottom: 35px;
}
.bg_b{
background-color: #000000;
diff --git a/pages/shippingCart/index.vue b/pages/shippingCart/index.vue
index 8621932..1f869f2 100644
--- a/pages/shippingCart/index.vue
+++ b/pages/shippingCart/index.vue
@@ -1195,12 +1195,13 @@
}
.bootom_last1{
- height: 300rpx;
+ height: 200rpx;
+ // height: 300rpx;
width: 100%;
color: #000;
// background-color: #fff;
font-size: 25rpx;
- line-height: 300rpx;
+ line-height: 115rpx;
text-align: center;
}
.recommend_content{