|
|
@@ -6,11 +6,11 @@
|
|
|
<img src="../assets/img/title_gongfang.png">
|
|
|
</div>
|
|
|
</el-header>
|
|
|
- <el-main style="height:800px;">
|
|
|
+ <el-main style="height:700px;">
|
|
|
<el-container>
|
|
|
- <el-main style="height:760px; padding:5px 20px 0 15px; background-color: #D3DCE6;">
|
|
|
+ <el-main style="height:700px; padding:5px 20px 0 15px; background-color: #D3DCE6;">
|
|
|
<div>
|
|
|
- <div style="height:365px; background-color: white;">
|
|
|
+ <div style="height:200px; background-color: white;">
|
|
|
<div style="padding: 10px 0 0 15px;"><img src="../assets/img/tongzhigonggao.jpg" alt="通知公告" style="height: 40px; width: 100px;"></div>
|
|
|
<div>
|
|
|
<ul type="circle">
|
|
|
@@ -21,7 +21,7 @@
|
|
|
</ul>
|
|
|
</div>
|
|
|
</div>
|
|
|
- <div style="height:365px; background-color: white; margin: 20px 0 0 0;">
|
|
|
+ <div style="height:200px; background-color: white; margin: 20px 0 0 0;">
|
|
|
<div style="padding: 10px 0 0 15px;"><img src="../assets/img/ziliaoxiazai.jpg" alt="资料下载" style="height: 40px; width: 100px;"></div>
|
|
|
<div>
|
|
|
<ul type="circle">
|
|
|
@@ -157,13 +157,15 @@
|
|
|
|
|
|
<style lang="scss">
|
|
|
.el-header {
|
|
|
- background-color: #41adec;
|
|
|
+ background-color: white;
|
|
|
text-align: center;
|
|
|
+ opacity:0.8;
|
|
|
}
|
|
|
|
|
|
.el-main {
|
|
|
background-color: #E9EEF3;
|
|
|
color: #333;
|
|
|
+ opacity:0.9;
|
|
|
}
|
|
|
|
|
|
.el-aside {
|
|
|
@@ -179,6 +181,11 @@
|
|
|
}
|
|
|
|
|
|
.login-body {
|
|
|
+ background: url("../assets/img/tian.png") no-repeat left 50%;
|
|
|
+ font-family: 'Open Sans', sans-serif;
|
|
|
+ background-color: #2469E8;
|
|
|
+ background-size: cover;
|
|
|
+
|
|
|
margin: auto;
|
|
|
width: 1000px;
|
|
|
height: 1300px;
|