123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178 |
- * {
- margin: 0;
- padding: 0;
- list-style: none;
- text-decoration: none;
- box-sizing: border-box;
- }
- #header {
- width: 100%;
- height: 35px;
- background: #00f;
- }
- #header .contain {
- width: 1089px;
- height: 100%;
- background: #f00;
- margin: 0 auto;
- overflow: hidden;
- }
- #header .contain .login {
- width: 230px;
- height: 100%;
- background: #ff0;
- float: left;
- }
- #header .contain .list {
- width: 230px;
- height: 100%;
- background: #0f0;
- float: right;
- }
- /* 上半部分 */
- #main .shop-top .part-one {
- width: 100%;
- height: 201px;
- }
- #main .shop-top .part-one .container {
- width: 1089px;
- height: 100%;
- margin: 0 auto;
- }
- #main .shop-top .part-one .container .container-top {
- width: 100%;
- height: 115px;
- background: #00f;
- overflow: hidden;
- }
- /* logo盒子 */
- #main .shop-top .part-one .container .container-top .logo {
- width: 176px;
- height: 49px;
- float: left;
- }
- #main .shop-top .part-one .container .container-top .logo img {
- width: 100%;
- height: 100%;
- margin: 25px;
- }
- /* 搜索盒子 */
- #main .shop-top .part-one .container .container-top .search {
- width: 536px;
- height: 100%;
- margin-left: 123px;
- background: #f00;
- float: left;
- }
- /* 购物车 */
- #main .shop-top .part-one .container .container-top .car {
- width: 90px;
- height: 100%;
- margin-left: 52px;
- background: #ff0;
- float: left;
- }
- #main .shop-top .part-one .container .container-bottom {
- width: 100%;
- height: 86px;
- background: #0ff;
- }
- /* 第二部分 */
- #main .shop-top .part-two {
- width: 100%;
- height: 576px;
- background: url("./images/banner.png") no-repeat;
- }
- #main .shop-top .part-two .dialogList {
- width: 260px;
- height: 546px;
- background: rgba(0, 0, 0, .3);
- color: #fff;
- margin-left: 415px;
- }
- /* 第三部分 */
- #main .shop-top .part-three {
- width: 1200px;
- height: 376px;
- background: #f00;
- margin: 0 auto;
- overflow: hidden;
- }
- #main .shop-top .part-three .list-one {
- width: 590px;
- height: 316px;
- background: #ff0;
- float: left;
- margin-top: 36px;
- }
- #main .shop-top .part-three .list-top {
- width: 100%;
- height: 35px;
- background: purple;
- }
- #main .shop-top .part-three .list-bottom {
- width: 100%;
- height: 254px;
- margin-top: 27px;
- background: #0f0;
- }
- #main .shop-top .part-three .list-two {
- width: 590px;
- height: 316px;
- background: #ff0;
- float: left;
- margin-top: 36px;
- margin-left: 20px;
- }
- /* 下半部分 */
- #main .shop-bottom {
- width: 100%;
- height: 100%;
- background: #eee;
- }
- #main .shop-bottom .part-four {
- width: 1200px;
- height: 554px;
- background: #ff0;
- margin: 0 auto;
- }
- #main .shop-bottom .part-five {
- width: 1200px;
- height: 554px;
- background: #f00;
- margin: 0 auto;
- }
- #main .shop-bottom .part-six {
- width: 1200px;
- height: 554px;
- background: #0ff;
- margin: 0 auto;
- }
- .titleMain {
- width: 100%;
- height: 77px;
- background: #00f;
- }
- .shopMain {
- width: 100%;
- height: 477px;
- background: #0f0;
- }
- #main .shop-bottom .part-seven {
- width: 1200px;
- height: 99px;
- margin: 0 auto;
- }
- #main .shop-bottom .part-seven img {
- width: 129px;
- height: 36px;
- display: block;
- margin: 30px auto 0;
- }
- /* 页尾 */
- #footer {
- width: 1200px;
- height: 377px;
- background: #f00;
- margin: 0 auto;
- }
|