|
|
@@ -428,8 +428,16 @@ export default {
|
|
|
</script>
|
|
|
|
|
|
<style lang="less" scoped>
|
|
|
+/deep/.scroll-wrapper {
|
|
|
+ background-color: @bgProductDetail;
|
|
|
+}
|
|
|
+
|
|
|
+/deep/.van-nav-bar {
|
|
|
+ background-color: @bgProductDetail;
|
|
|
+}
|
|
|
.detail {
|
|
|
padding-bottom: 100px;
|
|
|
+ background-color: @bgProductDetail;
|
|
|
}
|
|
|
.prive {
|
|
|
display: flex;
|
|
|
@@ -460,13 +468,13 @@ export default {
|
|
|
font-size: @font1;
|
|
|
text-align: center;
|
|
|
margin-left: 2px;
|
|
|
- color: #303133;
|
|
|
+ color: @btnText;
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
.info {
|
|
|
// height: 164px;
|
|
|
- background-color: @bg;
|
|
|
+ background-color: @bgProductDetail;
|
|
|
border-radius: 20px 20px 0 0;
|
|
|
transform: translateY(-16px);
|
|
|
position: relative;
|
|
|
@@ -738,7 +746,8 @@ export default {
|
|
|
}
|
|
|
|
|
|
.goods {
|
|
|
- // padding: 20px 16px 0px;
|
|
|
+ // padding: 0 16px 0px;
|
|
|
+ background-color: #1c1c1c;
|
|
|
|
|
|
.page-title {
|
|
|
font-size: @font2;
|
|
|
@@ -791,7 +800,7 @@ export default {
|
|
|
&::after {
|
|
|
content: '';
|
|
|
border-radius: 4px;
|
|
|
- background-color: @bg;
|
|
|
+ background-color: @bgProductDetail;
|
|
|
position: absolute;
|
|
|
top: 1px;
|
|
|
left: 1px;
|
|
|
@@ -835,7 +844,7 @@ export default {
|
|
|
left: 1px;
|
|
|
right: 1px;
|
|
|
bottom: 1px;
|
|
|
- background-color: @bg;
|
|
|
+ background-color: @bgProductDetail;
|
|
|
border-radius: 4px;
|
|
|
z-index: 0;
|
|
|
}
|
|
|
@@ -875,7 +884,7 @@ export default {
|
|
|
bottom: 0;
|
|
|
left: 0;
|
|
|
right: 0;
|
|
|
- background-color: @bg;
|
|
|
+ background-color: @bgProductDetail;
|
|
|
// background: #202122ee;
|
|
|
|
|
|
// filter: blur(19px);
|
|
|
@@ -897,7 +906,7 @@ export default {
|
|
|
width: 132px;
|
|
|
.van-button--primary {
|
|
|
background: linear-gradient(135deg, @prim 0%, @warn 100%);
|
|
|
- color: #333230;
|
|
|
+ color: @btnText;
|
|
|
font-size: @font2;
|
|
|
border-width: 0px;
|
|
|
}
|
|
|
@@ -1043,7 +1052,7 @@ export default {
|
|
|
// margin-top: 12px;
|
|
|
&::after {
|
|
|
content: '';
|
|
|
- background-color: @bg;
|
|
|
+ background-color: @bgProductDetail;
|
|
|
position: absolute;
|
|
|
left: 1px;
|
|
|
top: 1px;
|