This commit is contained in:
xulu
2021-09-25 16:15:06 +08:00
parent ae37533b0e
commit ec5e69418b
31 changed files with 4045 additions and 787 deletions

View File

@@ -1,5 +1,6 @@
.header{
background-color: #242f42;
/* background-color: #fff; */
}
.login-wrap{
background: #324157;

View File

@@ -14,6 +14,7 @@ body,
body {
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
font-family: 'Noto Sans', sans-serif;
}
a {
@@ -30,13 +31,14 @@ a {
padding-bottom: 30px;
-webkit-transition: left .3s ease-in-out;
transition: left .3s ease-in-out;
background: #f0f0f0;
/* background: #f2f6fb; */
background: #fafafa;
}
.content {
width: auto;
height: 100%;
padding: 10px;
padding: 10px 10px 10px 15px;
overflow-y: scroll;
box-sizing: border-box;
}
@@ -48,18 +50,20 @@ a {
.container {
padding: 30px;
background: #fff;
border: 1px solid #ddd;
/* border: 1px solid #ddd; */
border-radius: 5px;
}
.container_l {
border: 0 !important;
padding: 15px 0 30px 0 !important;
background: 0 !important;
padding: 15px 0 30px 0;
}
.container_l .box-card{
height: 100%;
}
.content_l .link_jour {
/* .content_l .link_jour {
position: fixed;
top: 72px;
right: 50%;
@@ -78,7 +82,7 @@ a {
.content_l .top_dao:hover {
text-decoration: underline;
}
*/
.crumbs {
margin: 10px 0;
}

BIN
src/assets/img/icon_0.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 671 B

BIN
src/assets/img/icon_1.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 484 B

BIN
src/assets/img/icon_2.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 580 B

BIN
src/assets/img/icon_3.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 623 B

BIN
src/assets/img/icon_4.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 646 B

BIN
src/assets/img/icon_5.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 441 B

BIN
src/assets/img/icon_6.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 515 B