1 Star 0 Fork 0

赵炫琪2120501014/zhaoxuanqi

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
common.css 5.19 KB
一键复制 编辑 原始数据 按行查看 历史
赵炫琪2120501014 提交于 2023-02-09 06:00 . hhhhhhhh
/*版心*/
.w {
width: 1200px;
margin: 0 auto;
}
@font-face {
font-family: 'icomoon';
src: url('fonts/icomoon.eot?kto6xf');
src: url('fonts/icomoon.eot?kto6xf#iefix') format('embedded-opentype'),
url('fonts/icomoon.ttf?kto6xf') format('truetype'),
url('fonts/icomoon.woff?kto6xf') format('woff'),
url('fonts/icomoon.svg?kto6xf#icomoon') format('svg');
font-weight: normal;
font-style: normal;
font-display: block;
}
/*快捷导航模块*/
.shortcut {
width: 100%;
height: 31px;
line-height: 31px;
background-color: #f1f1f1;
}
.shortcut ul li {
float: left;
}
.fl {
float: left;
}
.fr {
float: right;
}
.style-red {
color: #c81623;
}
.shortcut .fr ul li:nth-child(even) {
width: 1px;
height: 12px;
background-color: #666666;
margin: 9px 15px 0;
}
.arrow-icon:after {
font-family: 'icomoon';
content: '';
margin: 0 0 0 6px;
}
.header {
height: 105px;
position: relative;
}
.logo {
position: absolute;
top: 25px;
left: 0;
width: 171px;
height: 61px;
}
.logo h1 a {
display: block;
width: 171px;
height: 61px;
background-image: url("images/logo.png") ;
}
.search {
position: absolute;
left: 346px;
top: 25px;
width: 538px;
height: 36px;
border: 2px solid #b1191a;
}
.search input {
float: left;
width: 454px;
height: 32px;
font-size: 14px;
color: #666;
padding-left: 10px;
}
.search button {
float: left;
width: 80px;
height: 100%;
background-color: #b1191a;
font-size: 16px;
color: #fff;
}
.hotwords {
position: absolute;
top: 66px;
left: 346px;
}
.hotwords a {
padding: 0 10px;
}
.shopcar {
position: absolute;
right: 60px;
top: 25px;
width: 140px;
height: 35px;
line-height: 35px;
text-align: center;
border: 1px solid #dfdfdf;
background-color: #f7f7f7;
}
.shopcar::before {
font-family: 'icomoon';
content: '';
margin: 0 1px 0 0;
color: #b1191a;
}
.shopcar::after {
font-family: 'icomoon';
content: '';
margin: 0 0 0 5px;
}
.count {
position: absolute;
top: -5px;
left: 97px;
height: 14px;
line-height: 14px;
color: #fff;
background-color: #e60012;
padding: 0 5px;
border-radius: 7px 7px 7px 0;
}
.nav {
height: 47px;
border-bottom: 3px solid #b1191a;
}
.nav .dropdown {
float: left;
width: 210px;
height: 45px;
background-color: #b1191a;
}
.nav .dropdown .dt {
width: 100%;
height: 100%;
font-size: 16px;
color: #fff;
text-align: center;
line-height: 45px;
}
.nav .dropdown .dd {
/*display: none;*/
width: 210px;
height: 465px;
background-color: #c81623;
margin-top: 2px;
}
.nav .dropdown .dd ul .bottom-right {
border-bottom: 1px solid #c81623;
border-right: 1px solid #c81623;
}
.nav .dropdown .dd ul li {
position: relative;
height: 31px;
line-height: 31px;
margin-left: 2px;
padding-left: 10px;
}
.nav .dropdown .dd ul li:hover {
background-color: #fff;
}
.nav .dropdown .dd ul li::after {
position: absolute;
top: 0;
right: 10px;
color: #fff;
font-family: 'icomoon';
content: '';
font-size: 14px;
}
.nav .dropdown .dd ul li a {
font-size: 14px;
color: #fff;
}
.nav .dropdown .dd ul li:hover a {
color: #c81623;
}
.nav .navitems {
float: left;
}
.nav .navitems ul li {
float: left;
}
.nav .navitems ul li a {
display: block;
height: 45px;
line-height: 45px;
font-size: 16px;
padding: 0 25px;
}
.footer {
height: 415px;
background-color: #f5f5f5;
padding-top: 30px;
}
.mod_service {
height: 80px;
border-bottom: 1px solid #ccc;
}
.mod_service ul li {
float: left;
width: 300px;
height: 50px;
padding-left: 35px;
}
.mod_service ul li h5 {
float: left;
width: 50px;
height: 50px;
margin-right: 8px;
}
.mod_service ul li:nth-child(1) h5 {
background: url("images/icons.png") no-repeat -254px -2px;
}
.mod_service ul li:nth-child(2) h5 {
background: url("images/icons.png") no-repeat -254px -54px;
}
.mod_service ul li:nth-child(3) h5 {
background: url("images/icons.png") no-repeat -256px -106px;
}
.mod_service ul li:nth-child(4) h5 {
background: url("images/icons.png") no-repeat -257px -156px;
}
.mod_service ul li:nth-child(5) h5 {
background: url("images/icons.png") no-repeat -258px -208px;
}
.service_txt h4 {
font-size: 14px;
}
.service_txt p {
font-size: 12px;
}
.mod_help {
height: 185px;
border-bottom: 1px solid #ccc;
padding-top: 20px;
padding-left: 50px;
}
.mod_help dl {
float: left;
width: 200px;
}
.mod_help dl:last-child {
width: 90px;
text-align: center;
}
.mod_help dl dt {
font-size: 16px;
margin-bottom: 10px;
}
.mod_copyright {
text-align: center;
padding-top: 20px;
}
.links {
margin-bottom: 15px;
}
.links a {
margin: 0 14px;
}
.copyright {
line-height: 20px;
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zhao-xuanqi-20501014/zhaoxuanqi.git
git@gitee.com:zhao-xuanqi-20501014/zhaoxuanqi.git
zhao-xuanqi-20501014
zhaoxuanqi
zhaoxuanqi
master

搜索帮助

0d507c66 1850385 C8b1a773 1850385