Browse Source

优化

pull/29/head
zyronon 2 years ago
parent
commit
c75e329ef8
  1. 8
      src/pages/home/components/Shop.vue

8
src/pages/home/components/Shop.vue

@ -102,12 +102,14 @@ onMounted(() => { @@ -102,12 +102,14 @@ onMounted(() => {
<style scoped lang="less">
@import "@/assets/less/index";
@fColor: #f1f1f1;
#Shop {
font-size: 14rem;
color: white;
padding-top: @header-height;
position: relative;
background: white;
background: @fColor;
.bg {
top: 0;
@ -127,7 +129,7 @@ onMounted(() => { @@ -127,7 +129,7 @@ onMounted(() => {
.bottom {
height: 100% - @th;
background: red;
background: linear-gradient(to bottom, @eColor, #e1e1e1);
background: linear-gradient(to bottom, @eColor, @fColor);
}
}
@ -223,7 +225,7 @@ onMounted(() => { @@ -223,7 +225,7 @@ onMounted(() => {
}
.fixed {
background: #e1e1e1;
background: @fColor;
}
@p: 5rem;

Loading…
Cancel
Save