first commit

This commit is contained in:
编码猿
2024-09-27 02:06:13 +08:00
commit 852d94fbb9
36760 changed files with 3274413 additions and 0 deletions

View File

@@ -0,0 +1,103 @@
/* 首页的css样式 */
.school-news {
margin-top: 40px;
}
.school-news-content {
height: 500px;
}
.news-content-left{
width: 64%;
}
.news-content-right{
width: 32%;
}
.content-left-top {
width: 100%;
margin-bottom: 24px;
border-bottom: 3px solid #8f000b;
}
.content-left-top h3 {
height: 43px;
}
.content-left-bottom {
width: 100%;
}
.left-bottom-img img {
max-height: 180px;
overflow: hidden;
}
.left-bottom-img a {
font-size: 16px;
line-height: 22px;
padding: 6px 0;
display: inline-block;
cursor: grab !important;
}
.left-bottom-img a:hover {
color: #EC3C1B;
}
.left-bottom-img .news_infos {
color: #727272;
font-size: 12px;
line-height: 20px;
}
.left-bottom-img .news_infos:hover{
color: #727272;
}
.left-bottom-img {
width: 39%;
}
.left-bottom-new-list {
width: 57%;
}
.left-bottom-new-list ul li{
height: 30px;
line-height: 30px;
}
.left-bottom-new-list ul li a{
width: 80%;
display: inline-block;
float: left;
color: #333;
}
.left-bottom-new-list ul li span{
display: inline-block;
width: 10%;
float: right;
color: #999;
}
.tab-title {
width: 100%;
height: 43px;
border-bottom: 3px solid #ccc;
margin-bottom: 24px;
}
.tab-title li {
display: inline-block;
height: 43px;
line-height: 43px;
float: left;
font-size: 14px;
color: #333;
cursor: default;
width: 97px;
font-size: 18px;
padding-right: 15px;
text-align: center;
}
.tab-title .selected{
color: #2b2b2b;
border-bottom: #8f000b 3px solid;
background-color: #06C;
border-radius: 5px 5px 0 0;
}
.tab-content .tab-content-item {
display: none;
}
.item-active {
display: inline-block !important;
}

View File

@@ -0,0 +1,128 @@
/* 一些公共结构的样式 */
@charset "UTF-8";
body,ul,ol,h3,h2{
margin: 0;
padding: 0;
}
body {
background: #EDEADF;
font: 14px/1 Microsoft YaHei, STHeiti STXihei, Microsoft JhengHei, Helvetica, Tohoma, Arial;
}
a {
text-decoration: none;
}
ul li,
ol li {
list-style: none;
}
.header-drak-nav {
height: 40px;
background: #262626;
}
.nav-left li{
float: left;
}
.nav-right li{
float: right;
}
.nav-left li,
.nav-right li{
height: 40px;
text-align: center;
line-height: 40px;
}
.nav-left li a,
.nav-right li a{
color: #aaaaaa;
padding: 5px 10px;
}
.nav-right li a{
padding-right: 25px;
font-family: "Microsoft Yahei";
}
.header-red-nav{
background: #89010b;
padding: 10px 0;
height: 70px;
}
.red-nav-logo img {
margin-left: 10px;
}
.red-nav-menu{
height: 72px;
line-height: 72px;
}
.red-nav-menu img,
.red-nav-menu input{
vertical-align: middle;
}
.search-submit {
width: 30px;
height: 26px;
border: none;
outline: none;
background: url("./../img/search-btn.png") no-repeat center center;
}
.red-nav-menu .search {
width: 0px;
height: 30px;
border: none;
outline: none;
color: #333;
font-size: 14px;
padding: 0 0 0 0;
line-height:30px;
background: #fff;
transition: all 1s ease 0s;
}
.header-qred-nav {
height: 58px;
background-color: #9a0813;
border-top: 1px solid #9a0813;
}
.header-qred-nav .items {
text-align: center;
width: 112px;
margin-left: 12px;
margin-right: 40px;
height: 58px;
line-height: 58px;
background: url("../img/navbar-bg.png") 98px center no-repeat;
}
.header-qred-nav .items .item-text{
color: #fff;
font-size: 18px
}
.header-qred-nav li {
float: left;
}
.dropdown li {
margin: 0 auto;
width: 100%;
}
.dropdown {
display: none;
text-align: center;
width: 112px;
position: absolute;
z-index: 116;
background: #f2f2f2;
}

View File

@@ -0,0 +1,70 @@
/* 轮播图的样式 */
.banner {
position: relative;
width: 100%;
height: 399.38px;
overflow: hidden;
}
.swiper-content {
position: relative;
height: 100%;
width: 2000%;
transition: all .7s;
}
.swiper-content li {
position: relative;
height: 399.38px;
float: left;
}
.swiper-content li img{
width: 100%;
height: 100%;
}
.swiper-spot {
position: absolute;
right: 10px;
bottom: 10px;
}
.swiper-spot li{
float: left;
width: 10px;
height: 10px;
border-radius: 100%;
background: #999;
margin-right: 5px;
}
.swiper-action {
position: absolute;
top: 50%;
margin-top: -25px;
width: 100%;
display: none;
}
.banner:hover .swiper-action {
display: inline-block;
}
.swiper-action .action-left,
.swiper-action .action-right{
width: 30px;
height: 50px;
line-height: 50px;
background: #000;
text-align: center;
color: #fff;
cursor: pointer;
}
.swiper-action .action-left {
float: left;
}
.swiper-action .action-right {
float: right;
}
.active {
background: #ff4019 !important;
}

View File

@@ -0,0 +1,19 @@
@charset "UTF-8";
.width-100 {
width: 100%;
}
.wp-inner {
width: 1115px;
margin: 0 auto;
overflow: hidden;
}
.left {
float: left;
}
.right {
float: right;
}