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

Loading…
Cancel
Save