index.css common.css base.css

轮播图

index.css

.main {
    width: 980px;
    height: 455px;
    margin-left: 220px;
    margin-top: 10px;
}

.main .focus {
    position: relative;
    float: left;
    width: 721px;
    height: 455px;
    background-color: #fff;
    overflow: hidden;
}

.focus ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 600%;
}

.focus ul li {
    float: left;
}

.arrow-r,
.arrow-l {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    width: 24px;
    height: 40px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 18px;
    z-index: 2;
}

.arrow-r {
    right: 0;
}

.circle {
    position: absolute;
    bottom: 10px;
    left: 50px;
}

.circle li {
    float: left;
    width: 8px;
    height: 8px;
    border: 2px solid rgba(255, 255, 255, 0.5);
    margin: 0 3px;
    border-radius: 50%;
    cursor: pointer;
}

.current {
    background-color: #fff;
}

common.css

/* 声明字体图标 这里一定要注意路径的变化*/

@font-face {
     
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?wwhkof');
    src: url('../fonts/icomoon.eot?wwhkof#iefix') format('embedded-opentype'), url('../fonts/icomoon.ttf?wwhkof') format('truetype'), url('../fonts/icomoon.woff?wwhkof') format('woff'), url('../fonts/icomoon.svg?wwhkof#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}


/* 版心 */

.w {
     
    width: 1200px;
    margin: 0px auto;
}

.fl {
     
    float: left;
}

.fr {
     
    float: right;
}

.style-red {
     
    color: #c81623;
}

.shortcut {
     
    height: 31px;
    line-height: 31px;
    background-color: #f1f1f1;
}

.shortcut ul li {
     
    float: left;
}

.shortcut .fr ul li:nth-child(even) {
     
    width: 1px;
    height: 12px;
    background-color: #666;
    margin: 9px 15px 0;
}

.arrow-icon::after {
     
    font-family: 'icomoon';
    content: '\e90a';
    margin-left: 6px;
}


/* header 头部制作 */

.header {
     
    position: relative;
    height: 105px;
}

.logo {
     
    position: absolute;
    top: 25px;
    width: 171px;
    height: 61px;
}

.logo a {
     
    display: block;
    width: 171px;
    height: 61px;
    background: url(../images/logo.png) no-repeat;
    /* 京东的做法 */
    /* font-size: 0; */
    /* 淘宝做法 */
    text-indent: -9999px;
    overflow: hidden;
}

.search {
     
    position: absolute;
    left: 346px;
    top: 25px;
    width: 538px;
    height: 36px;
    border: 2px solid #b1191a;
}

.search input {
     
    float: left;
    width: 455px;
    height: 32px;
}

.search button {
     
    float: left;
    width: 79px;
    height: 32px;
    background-color: #b1191a;
    font-size: 16px;
    color: #fff;
}

.hotwords {
     
    position: absolute;
    top: 66px;
    left: 346px;
}

.hotwords a {
     
    margin: 0 10px;
}

.shopcar {
     
    position: absolute;
    top: 25px;
    right: 60px;
    width: 140px;
    height: 36px;
    border: 1px solid #dfdfdf;
    background-color: #f7f7f7;
    line-height: 35px;
    text-align: center;
}

.shopcar::before {
     
    font-family: 'icomoon';
    content: '\e93a';
    margin-right: 5px;
    color: #b1191a;
}

.shopcar::after {
     
    font-family: 'icomoon';
    content: '\e911';
    margin-left: 10px;
}

.count {
     
    position: absolute;
    top: -5px;
    left: 105px;
    height: 14px;
    background-color: #e60012;
    color: #fff;
    padding: 0 5px;
    line-height: 14px;
    border-radius: 7px 7px 7px 0px;
}

.nav {
     
    height: 47px;
    border-bottom: 2px solid #b1191a;
}

.nav .dropdown {
     
    float: left;
    width: 210px;
    height: 45px;
    background-color: #b1191a;
}

.nav .navitems {
     
    float: left;
}

.dropdown .dt {
     
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    line-height: 45px;
    font-size: 16px;
}

.dropdown .dd {
     
    /* display: none; */
    width: 210px;
    height: 465px;
    background-color: #c81623;
    margin-top: 2px;
}

.dropdown .dd ul li {
     
    position: relative;
    height: 31px;
    line-height: 31px;
    margin-left: 2px;
    padding-left: 10px;
}

.dropdown .dd ul li:hover {
     
    background-color: #fff;
}

.dropdown .dd ul li::after {
     
    position: absolute;
    top: 1px;
    right: 10px;
    color: #fff;
    font-family: 'icomoon';
    content: '\e911';
    font-size: 14px;
}

.dropdown .dd ul li a {
     
    font-size: 14px;
    color: #fff;
}

.dropdown .dd ul li:hover a {
     
    color: #c81623;
}

.navitems ul li {
     
    float: left;
}

.navitems ul li a {
     
    display: block;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    padding: 0px 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;
    background: url(../images/icons.png) no-repeat -252px -2px;
    margin-right: 8px;
}

.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 dt {
     
    font-size: 16px;
    margin-bottom: 10px;
}

.mod_help dl {
     
    float: left;
    width: 200px;
}

.mod_help dl:last-child {
     
    width: 90px;
    text-align: center;
}

.mod_copyright {
     
    text-align: center;
    padding-top: 20px;
}

.link {
     
    margin-bottom: 15px;
}

.link a {
     
    margin: 0px 3px;
}

.copyright {
     
    line-height: 20px;
}

base.css


/* 把我们所有标签的内外边距清零 */

* {
     
    margin: 0;
    padding: 0;
    /* css3盒子模型 */
    box-sizing: border-box;
}


/* em 和 i 斜体的文字不倾斜 */

em,
i {
     
    font-style: normal;
}


/* 去掉li 的小圆点 */

li {
     
    list-style: none;
}

img {
     
    /* border 0 照顾低版本浏览器 如果 图片外面包含了链接会有边框的问题 */
    border: 0;
    /* 取消图片底侧有空白缝隙的问题 */
    vertical-align: middle;
}

button {
     
    /* 当我们鼠标经过button 按钮的时候,鼠标变成小手 */
    cursor: pointer;
}

a {
     
    color: #666;
    text-decoration: none;
}

a:hover {
     
    color: #c81623;
}

button,
input {
     
    /* "\5B8B\4F53" 就是宋体的意思 这样浏览器兼容性比较好 */
    font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    /* 默认有灰色边框我们需要手动去掉 */
    border: 0;
    outline: none;
}

body {
     
    /* CSS3 抗锯齿形 让文字显示的更加清晰 */
    -webkit-font-smoothing: antialiased;
    background-color: #fff;
    font: 12px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
    color: #666;
}

.hide,
.none {
     
    display: none;
}


/* 清除浮动 */

.clearfix:after {
     
    visibility: hidden;
    clear: both;
    display: block;
    content: ".";
    height: 0;
}

.clearfix {
     
    *zoom: 1;
}


  • 作者:麦克猫Cat

  • 本文版权归作者和CSDN共有,欢迎交流

你可能感兴趣的:(css,html)