fix some ui
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
parent
967936a6e3
commit
3ced8604ae
|
|
@ -8,7 +8,7 @@ import richang2 from "../picture/richang2.jpg";
|
||||||
import jingpin1 from "../picture/jingpin1.jpg";
|
import jingpin1 from "../picture/jingpin1.jpg";
|
||||||
import xueshengjie1 from "../picture/xueshengjie1.jpg";
|
import xueshengjie1 from "../picture/xueshengjie1.jpg";
|
||||||
import luntan1 from "../picture/luntan1.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 tool from "../picture/tool.png";
|
||||||
import diannao from "../picture/diannao.png";
|
import diannao from "../picture/diannao.png";
|
||||||
import caiwaibu from "../picture/caiwaibu.png";
|
import caiwaibu from "../picture/caiwaibu.png";
|
||||||
|
|
@ -449,14 +449,7 @@ export const Feature80DataSource = {
|
||||||
children: (
|
children: (
|
||||||
<>
|
<>
|
||||||
<p>
|
<p>
|
||||||
<i>
|
<i>以服务社会为己任,为建设社会主义和谐社会贡献力量</i>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
以服务社会为己任,为建设社会主义和谐社会贡献力量
|
|
||||||
</i>
|
|
||||||
<br />
|
<br />
|
||||||
</p>
|
</p>
|
||||||
</>
|
</>
|
||||||
|
|
@ -1813,12 +1806,8 @@ export const Footer10DataSource = {
|
||||||
name: "link1",
|
name: "link1",
|
||||||
children: (
|
children: (
|
||||||
<span>
|
<span>
|
||||||
<span>
|
<br />
|
||||||
<span>
|
<b>纳新咨询群:797980851</b>
|
||||||
<br />
|
|
||||||
<p>纳新咨询群:111111111</p>
|
|
||||||
</span>
|
|
||||||
</span>
|
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
className: "kd2mqk40hca-editor_css",
|
className: "kd2mqk40hca-editor_css",
|
||||||
|
|
@ -1895,7 +1884,8 @@ export const Footer10DataSource = {
|
||||||
children: (
|
children: (
|
||||||
<span>
|
<span>
|
||||||
©2020 浙江大学学生E志者协会 All Rights Reserved
|
©2020 浙江大学学生E志者协会 All Rights Reserved
|
||||||
<br />
|
<br></br>
|
||||||
|
<a href="http://www.beian.miit.gov.cn/"> 浙ICP备20022913号-2</a>
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -58,16 +58,8 @@
|
||||||
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
|
text-shadow: 5px 5px 5px rgba(0, 0, 0, 0.35);
|
||||||
}
|
}
|
||||||
#Banner3_1 .banner3-text-wrapper > .k6bx9qqmas-editor_css {
|
#Banner3_1 .banner3-text-wrapper > .k6bx9qqmas-editor_css {
|
||||||
margin: 30px 50px 150px 100px;
|
text-align: center;
|
||||||
padding: 0px 0px 0px 75px;
|
background: #fb5607;
|
||||||
background: linear-gradient(
|
|
||||||
to right,
|
|
||||||
#ffbe0b,
|
|
||||||
#fb5607,
|
|
||||||
#ff006e,
|
|
||||||
#8338ec,
|
|
||||||
#3a86ff
|
|
||||||
);
|
|
||||||
-webkit-background-clip: text;
|
-webkit-background-clip: text;
|
||||||
color: transparent;
|
color: transparent;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -18,7 +18,7 @@
|
||||||
font-size: 12px;
|
font-size: 12px;
|
||||||
margin-top: -20px;
|
margin-top: -20px;
|
||||||
}
|
}
|
||||||
>h2 {
|
> h2 {
|
||||||
margin-bottom: 24px;
|
margin-bottom: 24px;
|
||||||
color: @template-text-color;
|
color: @template-text-color;
|
||||||
}
|
}
|
||||||
|
|
@ -40,9 +40,9 @@
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
.copyright {
|
.copyright {
|
||||||
height: 80px;
|
height: 100px;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
line-height: 80px;
|
line-height: 100px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
@ -65,11 +65,11 @@
|
||||||
margin-bottom: 32px;
|
margin-bottom: 32px;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
>ul {
|
> ul {
|
||||||
width: 90%;
|
width: 90%;
|
||||||
margin: 20px auto 0;
|
margin: 20px auto 0;
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
>li {
|
> li {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
h2 {
|
h2 {
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
|
|
|
||||||
Binary file not shown.
|
Before Width: | Height: | Size: 57 KiB |
Binary file not shown.
|
After Width: | Height: | Size: 216 KiB |
Loading…
Reference in New Issue