1
zhang
2026-01-22 6876084ffc4a01c1eca6a609dec8c176efc59aae
zy-acs-cv/src/main/webapp/static/css/index.css
@@ -2,9 +2,11 @@
    margin: 0;
    overflow: hidden;
}
html,body {
html, body {
    height: 100%;
}
/*.nav {*/
/*    width: 100%;*/
/*    height: 90px;*/
@@ -22,6 +24,7 @@
    margin-top: 1%;
}
#about {
    width: 47px;
    height: 47px;
@@ -37,20 +40,24 @@
    top: 50%;
    transform: translateY(-50%);
}
.nav ul {
    font-size: 1.25em;
    font-weight: 500;
    padding-left: 5%;
}
.nav a {
    position: relative;
    text-decoration: none;
    margin-left: 0.625em;
    font-weight: 500;
}
.nav a:hover {
    color:  #fff;
    color: #fff;
}
/* Effect 1: Brackets */
.cl-effect-4 a {
    padding: 0 0 0.625em;
@@ -81,6 +88,7 @@
    -moz-transform: translateY(0px);
    transform: translateY(0px);
}
/* Effect 1: Brackets 👆*/
/*.sidebar ul {*/
/*    font-size: 20px;*/
@@ -98,15 +106,14 @@
/*}*/
.nav-unselect {
    color: #FFFFFF;
}
.nav-select {
    font-weight: 900;
    color:  #fff;
    color: #fff;
}
/* 主体 */
@@ -115,6 +122,7 @@
    height: 100%;
    border-width: 0;
}
/* 底部 */
footer {
    /* border-top: 1px solid #e3e3e3; */
@@ -123,15 +131,16 @@
    right: 0;
    left: 0;
    text-align: center;
    font: 14px Helvetica Neue,Helvetica,PingFang SC,\5FAE\8F6F\96C5\9ED1,Tahoma,Arial,sans-serif;
    box-shadow: 0 -1px 2px 0 rgba(0,0,0,.0);
    font: 14px Helvetica Neue, Helvetica, PingFang SC, \5FAE\8F6F\96C5\9ED1, Tahoma, Arial, sans-serif;
    box-shadow: 0 -1px 2px 0 rgba(0, 0, 0, .0);
    box-sizing: border-box;
    background-color: rgba(255,255,255,.05);
    background-color: rgba(255, 255, 255, .05);
    z-index: 999;
    height: 20px;
    font-size: 13px;
    line-height: 20px;
}
footer a {
    color: #3573ab;
    font-weight: bold;