Skip to content

Commit

Permalink
feat(detail): update Antv home update dumi-theme-antv
Browse files Browse the repository at this point in the history
  • Loading branch information
ai-qing-hai committed Nov 14, 2023
1 parent 0a99340 commit 981f9d9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 5 additions & 7 deletions site/components/Banner/Banner.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,17 +6,15 @@

.banner {
position: relative;
overflow: hidden;
background-image: url(https://mdn.alipayobjects.com/huamei_qa8qxu/afts/img/A*KL9wS54k2U8AAAAAAAAAAAAADmJ7AQ/original);

background-repeat: no-repeat;
background-size: cover;

.leftBackground,.rightBackground {
width: 900px;
height: 100%;
position: absolute;
top: 20;
top: 80px;
background-repeat: no-repeat;
background-size: contain;
}
Expand All @@ -33,7 +31,7 @@


.header {
height: 618px;
height: 690px;
position: relative;
font-family: PingFangSC;
}
Expand All @@ -53,7 +51,7 @@
font-weight: 900;
color: #000;
text-align: center;
margin-top: 112px;
margin-top: 138px;

>span {
color: #691EFF;
Expand All @@ -79,7 +77,7 @@
&:extend(.commonFlexConfig);
z-index: 11;
position: absolute;
top: 283px;
top: 350px;
width: 100%;

>div,
Expand Down Expand Up @@ -124,7 +122,7 @@
z-index: 10;
width: 100%;
position: absolute;
top: 424px;
top: 506px;

.message {
&:extend(.commonFlexConfig);
Expand Down
2 changes: 2 additions & 0 deletions site/components/ThemeCharts/index.module.less
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

.themeCharts {
&:extend(.commonFlexConfig);
position: relative;
z-index: 2;
padding: 20px 0 40px;
flex-direction: column;
font-family: PingFangSC;
Expand Down

0 comments on commit 981f9d9

Please sign in to comment.