Files
ClassContent/历届学生/学生公司项目/朱祥龙/hyGw/public/css/tpl/public.css
2024-09-27 02:06:13 +08:00

156 lines
2.2 KiB
CSS

.header {
display: flex;
justify-content: space-between;
padding: 4px 12px 0 12px;
height: 55px;
}
.logo img{
width: 44px;
height: 44px;
}
.logo_title span{
font-size: 20px;
}
.logo_top{
height: 12px;
}
.logo a{
display: flex;
}
.logo_t_title{
font-size: 21px !important;
color: #9FC43F;
text-decoration: none;
list-style: none;
}
.logo_title span{
font-size: 21px;
}
.header_right ul li a{
text-decoration: none;
color: #000000;
}
.header_right ul {
display: flex;
justify-content: flex-end;
padding-right: 40px;
padding-top: 21px;
}
.header_right ul li{
list-style: none;
padding-left: 51px;
text-align: center;
font-size: 12px;
color: #909399;
}
.hamburger{
width: 1.5rem;
height: 24px;
display: none;
padding-top: 12px;
}
.ha{
width: 24px;
height: 1.5px;
background:#000000 ;
margin-top: 6px;
}
.footer{
background: rgb(108, 66, 119);
color: #FFFFFF;
padding: 13px;
}
.footer div{
font-size: 12px;
padding-left: 26%;
}
.full {
position: fixed;
list-style: none;
width: 100%;
left: -100%;
top: 0;
height: 100%;
float: left;
background: #ffff;
}
.full_l{
width: 80%;
}
.full_r{
background: #00000094;
width: 19%;
height: 100%;
float: right;
}
.full_hide ul li{
text-align: center;
border-bottom: 1px solid #cdcdcd;
line-height: 60px;
}
.full_hide{
padding-top: 50px;
}
.return{
font-size: 35px;
float: right;
margin-right: 17px;
}
.content .banner{
width: 100%;
height: 243px;
background-image: url(/img/li.png);
text-align: center;
padding-top: 80px;
background-size: 100% 100%;
}
.banner strong{
font-size: 28px;
color: #FFFFFF;
padding-top: 12px;
}
.banner span{
color: rgb(241, 241, 241);
line-height: 1.5;
font-size: 16px;
text-align: center;
}
.zz-comp{
width: 100%;
height: 60px;
}
.active{
color: #009df3 !important;
border-bottom-color: rgba(16, 151, 245, 1)
}
@media screen and (max-width: 772px) {
.header_right{
display: none;
}
.hamburger{
display: block;
}
}