fix some ui
continuous-integration/drone/push Build is passing Details

master
cxz66666 2020-08-18 13:43:16 +08:00
parent 967936a6e3
commit 3ced8604ae
5 changed files with 13 additions and 31 deletions

View File

@ -8,7 +8,7 @@ import richang2 from "../picture/richang2.jpg";
import jingpin1 from "../picture/jingpin1.jpg";
import xueshengjie1 from "../picture/xueshengjie1.jpg";
import luntan1 from "../picture/luntan1.jpg";
import background from "../picture/background.jpg";
import background from "../picture/background.png";
import tool from "../picture/tool.png";
import diannao from "../picture/diannao.png";
import caiwaibu from "../picture/caiwaibu.png";
@ -449,14 +449,7 @@ export const Feature80DataSource = {
children: (
<>
<p>
<i>
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp;
以服务社会为己任为建设社会主义和谐社会贡献力量
</i>
<i>以服务社会为己任为建设社会主义和谐社会贡献力量</i>
<br />
</p>
</>
@ -1812,13 +1805,9 @@ export const Footer10DataSource = {
{
name: "link1",
children: (
<span>
<span>
<span>
<br />
<p>纳新咨询群111111111</p>
</span>
</span>
<b>纳新咨询群797980851</b>
</span>
),
className: "kd2mqk40hca-editor_css",
@ -1895,7 +1884,8 @@ export const Footer10DataSource = {
children: (
<span>
©2020 浙江大学学生E志者协会 All Rights Reserved
<br />
<br></br>
<a href="http://www.beian.miit.gov.cn/"> 浙ICP备20022913号-2</a>
</span>
),
},

View File

@ -58,16 +58,8 @@
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
}
#Banner3_1 .banner3-text-wrapper > .k6bx9qqmas-editor_css {
margin: 30px 50px 150px 100px;
padding: 0px 0px 0px 75px;
background: linear-gradient(
to right,
#ffbe0b,
#fb5607,
#ff006e,
#8338ec,
#3a86ff
);
text-align: center;
background: #fb5607;
-webkit-background-clip: text;
color: transparent;
}

View File

@ -40,9 +40,9 @@
overflow: hidden;
}
.copyright {
height: 80px;
height: 100px;
text-align: center;
line-height: 80px;
line-height: 100px;
}
}
}

Binary file not shown.

Before

Width:  |  Height:  |  Size: 57 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 216 KiB