diff --git a/src/pages/cart/cart.vue b/src/pages/cart/cart.vue
index 21f4b19..4612a9d 100644
--- a/src/pages/cart/cart.vue
+++ b/src/pages/cart/cart.vue
@@ -8,7 +8,7 @@
-
-
-
- 使用人:{{item.peopleName}}
-
-
- {{item.sku_name}}
-
-
-
-
-
+
+
+
+ 使用人:{{item.peopleName}}
+
+
+ {{item.sku_name}}
+
+
+
+
+
¥{{item.nowPrice*item.num}}
@@ -86,87 +93,101 @@
-
+
@@ -376,7 +389,7 @@ export default {
background-color: #f2f2f2;
}
.userInfo {
- background-image: linear-gradient(270deg, #f79067 0%, #FF5F3B 66%);
+ background-image: linear-gradient(270deg, #f79067 0%, #ff5f3b 66%);
width: 100%;
height: 240rpx;
color: #ffffff;
@@ -472,7 +485,7 @@ export default {
flex-direction: row;
justify-content: space-between;
align-items: center;
- border-bottom: 1px solid #F5F5F5;
+ border-bottom: 1px solid #f5f5f5;
font-weight: bold;
font-size: 18px;
color: #333333;
@@ -538,7 +551,7 @@ export default {
align-items: center;
justify-content: space-between;
height: 72rpx;
- border-bottom: 1px solid #F2F2F2;
+ border-bottom: 1px solid #f2f2f2;
image {
margin-right: 0;
height: 16px;
@@ -550,9 +563,9 @@ export default {
width: 40rpx;
height: 44rpx;
}
- .lastLeft{
- border-bottom: none;
- }
+ .lastLeft {
+ border-bottom: none;
+ }
}
}
.recommend {