很多小伙伴刚学HTML+CSS的时候总想找一个好的素材 那么今天它来了
在这里插入图片描述

<!DOCTYPE html>
<html lang="en"><head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"><title>Document</title><style>* {padding: 0;margin: 0;}li {list-style: none;}/* 头部 */header {width: 1536px;height: 40px;position: relative;background-color: rgb(244, 244, 244);margin: 0 auto;}header .place {width: 150px;height: 40px;position: absolute;top: 0px;left: 80px;color: rgb(112, 103, 104);font-size: 14px;line-height: 40px;}header .headerNav {width: 1050px;height: 40px;position: absolute;top: 0;right: 0px;}header .headerNav ul {float: right;width: 720px;height: 16px;position: absolute;top: 50%;margin-top: -8px;right: 0;}header .headerNav ul li {float: left;color: rgb(112, 103, 104);font-size: 14px;height: 16px;line-height: 16px;position: relative;cursor: pointer;}header .headerNav ul li:hover {color: red;text-decoration: underline;}header .headerNav ul li:nth-child(1) {padding-right: 5px;}header .headerNav ul li:nth-child(2) {padding-right: 5px;}header .headerNav ul li:nth-child(2) a {color: rgb(252, 107, 40);text-decoration: none;}header .headerNav ul li:nth-child(3) {border-left: 2px solid rgb(159, 104, 156);border-right: 2px solid rgb(159, 104, 156);padding: 0 5px;}header .headerNav ul li:nth-child(4) {width: 70px;background-image: url(../material/oneShop/images/t_arrow.gif);background-repeat: no-repeat;background-position: 65px center;padding-left: 15px;}header .headerNav ul li:nth-child(5) {width: 80px;background-image: url(../material/oneShop/images/t_arrow.gif);background-repeat: no-repeat;background-position: 62px center;}header .headerNav ul li:nth-child(6) {width: 80px;background-image: url(../material/oneShop/images/t_arrow.gif);background-repeat: no-repeat;background-position: 62px center;padding-right: 7px;}header .headerNav ul li:nth-child(7) {border-left: 2px solid rgb(159, 104, 156);background-image: url(../material/oneShop/images/sh1.png);background-repeat: no-repeat;background-position: 72px center;padding-right: 20px;padding-left: 5px;}header .headerNav ul li:nth-child(8) {background-image: url(../material/oneShop/images/sh2.png);background-repeat: no-repeat;width: 20px;height: 16px;background-position: 1px center;margin-left: 5px;margin-right: 5px;}header .headerNav ul li:nth-child(9) {background-image: url(../material/Snipaste_2020-10-27_16-50-14.jpg);background-repeat: no-repeat;background-position: 70px center;padding-right: 30px;background-size: auto 100%;margin-left: 10px;border-left: 2px solid rgb(159, 104, 156);padding-left: 15px;}/*  logo  搜索框 购物车 */.bgSearchCar {width: 1500px;height: 200px;position: absolute;top: 40px;left: 50%;margin-left: -750px;position: relative;}.bgSearchCar .logoBg {width: 250px;height: 100px;position: absolute;left: -15px;top: 50px;background-image: url(../material/oneShop/images/logo.png);background-repeat: no-repeat;background-position: center center;}.bgSearchCar .search {width: 670px;height: 50px;position: absolute;top: 65px;left: 300px;position: relative;color: black;}.bgSearchCar .search input {width: 555px;height: 50px;position: absolute;top: -1px;left: -1px;color: rgb(223, 217, 217);text-indent: 10px;font-size: 20px;line-height: 50px;border: 2px solid red;}.bgSearchCar .search button {position: absolute;top: -1px;right: 0;width: 115px;height: 54px;font-size: 20px;line-height: 50px;border: 2px solid red;background-color: red;color: #fff;}.bgSearchCar .search input:hover {outline: none;border: 2px solid red;color: black;}.bgSearchCar .search button:hover {outline: none;border: 2px solid red;cursor: pointer;}.bgSearchCar .searchHotText {width: 555px;height: 50px;position: absolute;top: 53px;left: 0;}.bgSearchCar .searchHotText ul li {float: left;padding-right: 20px;font-size: 16px;color: rgb(77, 75, 75);line-height: 50px;cursor: pointer;}.bgSearchCar .searchHotText ul li:hover {color: red;text-decoration: underline;}.bgSearchCar .car {width: 135px;height: 50px;border: 2px solid rgb(172, 169, 169);position: absolute;top: 64px;right: 210px;background-color: rgb(246, 246, 246);font-size: 16px;color: rgb(97, 95, 95);line-height: 50px;text-indent: 65px;cursor: pointer;}.bgSearchCar .car:hover {color: rgb(252, 136, 85);box-shadow: 0px 0px 10px 3px rgb(167, 167, 167);}.bgSearchCar .car::before {content: '';display: inline-block;width: 15px;height: 15px;position: absolute;top: 18px;left: 18px;background-image: url(../material/oneShop/images/car.png);background-repeat: no-repeat;background-position: 0px center;background-size: 100% 100%;transition: all .5s;}.bgSearchCar .car:hover::before {transform: translateX(100px);}.commodity {width: 1300px;height: 547px;margin: 41px auto;position: relative;}.commodity .titleLeft {width: 260px;height: 55px;line-height: 55px;text-indent: 55px;color: #fff;background-color: rgb(248, 69, 69);position: absolute;top: -1px;left: -1px;border-bottom: 2px solid rgb(244, 113, 60);}.commodity .titleLeft:hover {cursor: default;}.commodity .titleMiddle {position: absolute;left: 259px;top: -1px;width: 1041px;height: 55px;border-bottom: 2px solid rgb(244, 113, 60);}.commodity .titleMiddle ul li {font-size: 18px;color: rgb(34, 35, 36);float: left;padding-right: 40px;line-height: 55px;cursor: pointer;transition: all .5s;}.commodity .titleMiddle ul li:hover {color: red;text-decoration: underline;transform: scale(1.1);}.commodity .titleMiddle ul li:first-child {padding-left: 20px;color: rgb(236, 60, 47);}.commodity .titleMiddle ul li:nth-child(2) {color: rgb(236, 60, 47);}.commodity .titleRight {width: 260px;height: 55px;position: absolute;top: -1px;right: -1px;}.commodity .titleRight p {font-size: 12px;color: rgb(163, 156, 154);line-height: 55px;text-indent: 172px;cursor: pointer;}.commodity .titleRight p:hover {color: red;}.commodity .titleRight img {position: absolute;top: 18px;left: 153px;transition: all .2s;cursor: pointer;}.commodity .titleRight img:hover {transform: translateX(-10px);}/* 商品分类 */.commodity .commodityClass {width: 260px;height: 600px;position: absolute;top: 57px;left: -1px;}.commodity .commodityClass ul li {width: 260px;height: 50px;overflow: hidden;margin-top: -1px;border-collapse: collapse;background-color: rgb(176, 29, 29);color: #fff;font-size: 15px;text-indent: 60px;line-height: 50px;background-image: url(../material/oneShop/images/rightA.png);background-repeat: no-repeat;background-position: 240px center;cursor: pointer;position: relative;}.commodity .commodityClass ul li:hover {color: blue;cursor: pointer;text-decoration: underline;background-color: rgba(176, 29, 29, 0.5);}.commodity .commodityClass ul li:first-child {border-top: 1px solid transparent;}.commodity .commodityClass ul li .navBg {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav1.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg2 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav2.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg3 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav3.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg4 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav4.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg5 {position: absolute;left: 25px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav5.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg6 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav6.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg7 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav7.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg8 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav8.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg9 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav9.png);background-repeat: no-repeat;}.commodity .commodityClass ul li .navBg10 {position: absolute;left: 20px;top: 18px;width: 24px;height: 24px;background-image: url(../material/oneShop/images/nav10.png);background-repeat: no-repeat;}.commodity .commodityMiddleBg {width: 750px;height: 491px;position: absolute;top: 56px;left: 275px;background-image: url(../material/oneShop/images/ban1.jpg);background-repeat: no-repeat;background-size: 100% 100%;vertical-align: middle;position: relative;}.commodity .commodityMiddleBg .bgLeft {width: 29px;height: 60px;position: absolute;top: 50%;margin-top: -25px;left: 0px;background-image: url(../material/oneShop/images/b_left.png);background-repeat: no-repeat;background-size: 100% 100%;}.commodity .commodityMiddleBg .bgRight {width: 29px;height: 60px;position: absolute;top: 50%;margin-top: -25px;right: 0px;background-image: url(../material/oneShop/images/b_right.png);background-repeat: no-repeat;background-size: 100% 100%;}.commodity .commodityMiddleBg .bgLeft:hover,.commodity .commodityMiddleBg .bgRight:hover {background-color: red;cursor: pointer;}.commodity .commodityMiddleBg .number {width: 106px;height: 20px;position: absolute;left: 50%;margin-left: -65px;bottom: 30px;}.commodity .commodityMiddleBg .number ul {text-align: center;}.commodity .commodityMiddleBg .number ul li {float: left;border: 1px solid rgb(204, 192, 179);width: 20px;height: 20px;background-color: rgb(204, 192, 179);margin-left: 10px;border-radius: 50%;line-height: 20px;text-align: center;transition: all .5s;}.commodity .commodityMiddleBg .number ul li:hover {cursor: pointer;background-color: red;color: #ffffff;transform: rotate(720deg);}.commodity .commodityMiddleBg .number ul li:first-child {background-color: red;color: #ffffff;}.commodityRightNews {width: 240px;height: 489px;border: 2px solid rgb(212, 212, 212);position: absolute;top: 56px;right: 0px;border-top: 0px solid transparent;}.commodityRightNews .kuaixun {position: absolute;top: 0px;left: 0px;width: 238px;height: 265px;}.commodityRightNews .kuaixun ul li {height: 32px;width: 239px;border-collapse: collapse;}.kuaixun ul li {font-size: 12px;color: rgb(134, 134, 134);height: 32px;line-height: 32px;text-indent: 4px;cursor: pointer;transition: all .5s;}.kuaixun ul li:hover {transform: scale(1.1);overflow: hidden;}.commodityRightNews .kuaixun ul li:nth-child(1):hover {transform: scale(1);}.kuaixun ul li span {color: black;font-size: 16px;line-height: 35px;color: red;}.commodityRightNews .kuaixun ul li:first-child {height: 40px;width: 239px;position: relative;border-bottom: 1px dotted rgb(212, 212, 212);}.commodityRightNews .kuaixun ul li:first-child .left {width: 70px;height: 39px;position: absolute;top: 0px;left: 0px;text-indent: 10px;font-size: 20px;font-weight: 500;line-height: 39px;cursor: default;color: rgb(69, 73, 73);}.commodityRightNews .kuaixun ul li:first-child .right {width: 80px;height: 39px;position: absolute;top: 0px;right: -1px;text-indent: 38px;font-size: 12px;line-height: 39px;color: rgb(157, 150, 148);background-image: url(../material/oneShop/images/rightA.png);background-repeat: no-repeat;cursor: default;background-position: 68px center;}/* 1号钱包 */.oneMoney {width: 240px;height: 50px;border-top: 1px solid rgb(212, 212, 212);border-bottom: 1px dotted rgb(212, 212, 212);position: absolute;right: 2px;bottom: 173px;color: black;font-size: 20px;line-height: 50px;text-indent: 5px;cursor: default;}.oneMoneybody {width: 238px;height: 169px;position: absolute;right: 2px;bottom: 2px;}.moneyTitle {width: 240px;height: 30px;line-height: 30px;color: rgb(102, 102, 101);font-size: 10px;text-indent: 5px;cursor: default;}.moneyBG {width: 216px;height: 126px;margin: 5px 10px;background-image: url(../material/oneShop/images/oneAD.jpg);background-repeat: no-repeat;background-size: 100% 100%;/* transition: all .2s; */}.moneyBG:hover {background-size: 110% 110%;overflow: hidden;}.moneyBG .bg {width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);display: none;}.moneyBG:hover .bg {display: block;overflow: hidden;}/*热门商品 */.hotCommodity {width: 1300px;height: 310px;margin: 0px auto;}.hotOne {width: 260px;height: 310px;margin-left: -1px;margin-top: -1px;position: relative;}.hotOnebg {width: 260px;height: 280px;background-image: url(../material/oneShop/images/l_img.jpg);background-repeat: no-repeat;background-size: 100% 100%;}.hotOnePrice {position: absolute;bottom: 0px;left: 0px;width: 260px;height: 30px;background-color: rgb(216, 238, 252);}.priceNum {display: inline-block;position: absolute;bottom: 5px;left: 75px;width: 70px;height: 20px;background-color: rgb(255, 81, 4);color: #ffffff;text-align: center;line-height: 20px;cursor: pointer;}.HotNum {display: inline-block;position: absolute;bottom: 10px;right: 72px;width: 20px;height: 15px;font-size: 10px;color: rgb(255, 81, 4);text-align: center;line-height: 20px;cursor: pointer;}.hotCommodity .hotNav {width: 1022px;height: 308px;border: 1px solid rgb(173, 171, 171);margin-top: -310px;margin-left: 276px;}.hotCommodity .hotNav ul li {float: left;width: 250px;height: 308px;border-left: 1px solid rgb(173, 171, 171);border-collapse: collapse;overflow: hidden;position: relative;cursor: pointer;}.hotCommodity .hotNav ul li:first-child {border: none;}.hotCommodity .hotNav ul li:nth-child(1)::after {position: absolute;left: 0;top: 23px;content: '';display: block;width: 250px;height: 200px;background-image: url(../material/oneShop/images/hot1.jpg);background-repeat: no-repeat;background-size: 100% 100%;}.hotCommodity .hotNav ul li:nth-child(2)::after {position: absolute;left: 0;top: 23px;content: '';display: block;width: 250px;height: 200px;background-image: url(../material/oneShop/images/hot2.jpg);background-repeat: no-repeat;background-size: 100% 100%;}.hotCommodity .hotNav ul li:nth-child(3)::after {position: absolute;left: 0;top: 23px;content: '';display: block;width: 250px;height: 200px;background-image: url(../material/oneShop/images/hot3.jpg);background-repeat: no-repeat;background-size: 100% 100%;}.hotCommodity .hotNav ul li:nth-child(4)::after {position: absolute;left: 13px;top: 23px;content: '';display: block;width: 250px;height: 200px;background-image: url(../material/oneShop/images/hot4.jpg);background-repeat: no-repeat;background-size: 100% 100%;}.hotCommodity .hotNav ul li:first-child::before {position: absolute;top: 30px;left: 12px;content: '';display: block;width: 50px;height: 50px;z-index: 1;background-image: url(../material/oneShop/images/hot.png);background-repeat: no-repeat;background-size: 100% 100%;transition: all .4s;}.hotCommodity .hotNav ul li:hover::before {transform: rotate(720deg);}.hotCommodity .hotNav ul li:nth-child(2)::before {position: absolute;top: 30px;left: 12px;content: '';display: block;width: 50px;height: 50px;z-index: 1;background-image: url(../material/oneShop/images/hot.png);background-repeat: no-repeat;transition: all .4s;background-size: 100% 100%;}.hotCommodity .hotNav ul li:nth-child(3)::before {position: absolute;top: 30px;left: 12px;content: '';display: block;width: 50px;height: 50px;z-index: 1;background-image: url(../material/oneShop/images/hot.png);background-repeat: no-repeat;transition: all .4s;background-size: 100% 100%;}.hotCommodity .hotNav ul li:nth-child(4)::before {position: absolute;top: 30px;left: 12px;content: '';display: block;width: 50px;height: 50px;z-index: 1;background-image: url(../material/oneShop/images/hot.png);background-repeat: no-repeat;transition: all .4s;background-size: 100% 100%;}.hotCommodity .hotNav ul li h3 {display: block;position: absolute;bottom: 56px;left: 50%;margin-left: -100px;width: 200px;height: 25px;z-index: 2;text-align: center;line-height: 25px;cursor: pointer;}.hotCommodity .hotNav ul li p {display: block;position: absolute;bottom: 35px;left: 50%;margin-left: -140px;width: 280px;height: 20px;z-index: 2;text-align: center;line-height: 20px;cursor: pointer;color: rgb(77, 77, 77);}.hotCommodity .hotNav ul li .price {display: inline-block;position: absolute;bottom: 0px;left: 50%;margin-left: -50px;width: 80px;height: 34px;z-index: 2;text-align: center;line-height: 34px;font-size: 20px;font-weight: 600;color: rgb(255, 81, 4);cursor: pointer;}.hotCommodity .hotNav ul li .allHotNum {display: inline-block;position: absolute;bottom: 0px;left: 50%;margin-left: 31px;width: 50px;height: 34px;z-index: 2;text-align: center;line-height: 34px;font-size: 16px;font-weight: 600;color: rgb(102, 102, 102);cursor: pointer;}.hotCommodity .hotNav ul li:last-child h3 {display: block;position: absolute;bottom: 56px;left: 50%;margin-left: -90px;width: 200px;height: 25px;z-index: 2;text-align: center;line-height: 25px;cursor: pointer;}.hotCommodity .hotNav ul li:last-child p {display: block;position: absolute;bottom: 35px;left: 50%;margin-left: -130px;width: 280px;height: 20px;z-index: 2;text-align: center;line-height: 20px;cursor: pointer;color: rgb(77, 77, 77);}.hotCommodity .hotNav ul li:last-child .price {display: inline-block;position: absolute;bottom: 0px;left: 50%;margin-left: -40px;width: 80px;height: 34px;z-index: 2;text-align: center;line-height: 34px;font-size: 20px;font-weight: 600;color: rgb(255, 81, 4);cursor: pointer;}.hotCommodity .hotNav ul li:last-child .allHotNum {display: inline-block;position: absolute;bottom: 0px;left: 50%;margin-left: 41px;width: 50px;height: 34px;z-index: 2;text-align: center;line-height: 34px;font-size: 16px;font-weight: 600;color: rgb(102, 102, 102);cursor: pointer;}.ad1 {width: 1300px;height: 122px;margin: 45px auto;background-image: url(../material/oneShop/images/mban_2.jpg);background-repeat: no-repeat;background-size: 100% 100%;cursor: pointer;position: relative;}/* 进口生鲜 */.importFresh {width: 1300px;height: auto;margin: 45px auto;}.importFresh .freshTitle {width: 1300px;height: 45px;border-bottom: 2px solid rgb(255, 78, 0);position: relative;}.importFresh .freshTitle .leftbg {margin-top: 0;margin-left: 5px;width: 55px;height: 45px;background-image: url(../material/oneShop/images/floor.png);background-repeat: no-repeat;background-position: 5px center;color: #ffffff;line-height: 52px;text-indent: 9px;cursor: pointer;}.importFresh .freshTitle .leftText {margin-top: -46px;margin-left: 47px;width: 100px;height: 45px;line-height: 52px;text-indent: 9px;color: rgb(255, 78, 0);font-size: 18px;cursor: pointer;}.importFresh .freshTitle ul {width: 360px;height: 45px;position: absolute;top: 0;right: 0;}.importFresh .freshTitle ul li {float: left;padding-right: 15px;line-height: 45px;color: rgb(102, 102, 102);font-size: 14px;cursor: pointer;}.importFresh .freshTitle ul li:hover {color: blue;}/* 导航栏 */.importFershNav {width: 260px;height: 600px;margin-top: 0;margin-left: 0;position: relative;}.importFershNav .slideShow {width: 260px;height: 370px;position: absolute;top: 0;left: 0;background-image: url(../material/oneShop/images/fre_r.jpg);background-repeat: no-repeat;background-size: 100% 100%;}.importFershNav .slideShow::before {position: absolute;left: 0;top: 162px;content: '';display: block;width: 20px;height: 40px;background-image: url(../material/oneShop/images/b_left.png);background-repeat: no-repeat;background-size: 100% 100%;}.importFershNav .slideShow::after {position: absolute;right: 0;top: 162px;content: '';display: block;width: 20px;height: 40px;background-image: url(../material/oneShop/images/b_right.png);background-repeat: no-repeat;background-size: 100% 100%;}.importFershNav .slideText {width: 260px;height: 230px;position: absolute;bottom: 0;left: 0;background-color: RGB(228, 247, 236);}.importFershNav li {list-style: none;}.importFershNav .slideText .textOne {position: absolute;top: 0;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(228, 247, 236);}.importFershNav .slideText .textOne ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.importFershNav .slideText .textOne ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(3, 255, 192);color: red;}.importFershNav .slideText .textTwo {position: absolute;top: 52px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(228, 247, 236);}.importFershNav .slideText .textTwo ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.importFershNav .slideText .textTwo ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(3, 255, 192);color: red;}.importFershNav .slideText .textThree {position: absolute;top: 104px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(228, 247, 236);}.importFershNav .slideText .textThree ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.importFershNav .slideText .textThree ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(3, 255, 192);color: red;}.importFershNav .slideText .textFour {position: absolute;top: 156px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(228, 247, 236);}.importFershNav .slideText .textFour ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.importFershNav .slideText .textFour ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(3, 255, 192);color: red;}/* 食品展示 */.importFershNav .freshLeft {position: absolute;left: 1020px;top: 0;width: 280px;height: 600px;}.importFershNav .freshLeft .freshLeftTop {width: 287px;height: 300px;border-bottom: 1px solid rgb(173, 171, 171);background-image: url(../material/oneShop/images/fre_b1.jpg);background-repeat: no-repeat;background-size: 100% 100%;position: absolute;top: 0;right: 0px;}.importFershNav .freshLeft .freshLeftBottom {position: absolute;top: 301px;right: 0px;width: 287px;height: 300px;background-image: url(../material/oneShop/images/fre_b2.jpg);background-repeat: no-repeat;background-size: 100% 100%;}.importFershNav .freshMiddle {position: absolute;top: 0;left: 260px;width: 758px;height: 600px;}.importFershNav .freshMiddle ul li {float: left;width: 246px;height: 300px;}.importFershNav .freshMiddle ul li:nth-child(1) {border-right: 1px solid rgb(173, 171, 171);border-bottom: 1px solid rgb(173, 171, 171);}.importFershNav .freshMiddle ul li:nth-child(2) {border-right: 1px solid rgb(173, 171, 171);border-bottom: 1px solid rgb(173, 171, 171);}.importFershNav .freshMiddle ul li:nth-child(3) {width: 259px;border-bottom: 1px solid rgb(173, 171, 171);}.importFershNav .freshMiddle ul li:nth-child(4) {border-right: 1px solid rgb(173, 171, 171);}.importFershNav .freshMiddle ul li:nth-child(5) {border-right: 1px solid rgb(173, 171, 171);}.freshMiddle .freshMiddleTitle .TitleName {display: block;width: 240px;height: 30px;margin: 20px auto;color: rgb(65, 65, 65);line-height: 30px;font-size: 14px;text-align: center;}.freshMiddle .freshMiddleTitle .TiTlePrice {display: block;width: 240px;height: 40px;margin: 20px auto;color: rgb(255, 81, 4);line-height: 40px;font-size: 25px;text-align: center;}.freshMiddlePhoto {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/fre_1.png);background-repeat: no-repeat;background-size: 100% 100%;transition: all .5s;}.freshMiddlePhoto:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.freshMiddlePhoto2:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.freshMiddlePhoto3:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.freshMiddlePhoto4:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.freshMiddlePhoto5:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.freshMiddlePhoto6:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.freshMiddlePhoto2 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/fre_2.png);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.freshMiddlePhoto3 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/fre_3.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.freshMiddlePhoto4 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/fre_4.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.freshMiddlePhoto5 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/fre_5.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.freshMiddlePhoto6 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/fre_6.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}/* 个人美妆 */.personal {width: 1300px;height: auto;margin: 45px auto;}.personal .personalTitle {width: 1300px;height: 45px;/* border-bottom: 2px solid rgb(255, 78, 0); */border-bottom: 2px solid rgb(255, 78, 0);position: relative;}.personal .personalTitle .leftbg {margin-top: 0;margin-left: 5px;width: 55px;height: 45px;background-image: url(../material/oneShop/images/floor.png);background-repeat: no-repeat;background-position: 5px center;color: #ffff;line-height: 52px;text-indent: 9px;cursor: pointer;}.personal .personalTitle .leftText {margin-top: -46px;margin-left: 47px;width: 100px;height: 45px;line-height: 52px;text-indent: 9px;color: rgb(255, 78, 0);font-size: 18px;cursor: pointer;}.personal .personalTitle ul {width: 300px;height: 45px;position: absolute;top: 0;right: 0;}.personal .personalTitle ul li {float: left;padding-right: 15px;line-height: 45px;color: rgb(102, 102, 102);font-size: 14px;cursor: pointer;}.personal .personalTitle ul li:hover {color: blue;}.personalNav {width: 260px;height: 600px;margin-top: 0;margin-left: 0;position: relative;}.personalNav .slideshow {width: 260px;height: 370px;position: absolute;top: 0;left: 0;background-image: url(../material/oneShop/images/make_r.jpg);background-repeat: no-repeat;background-size: 104% 100%;}.personalNav .slideshow::before {position: absolute;left: 0;top: 162px;content: '';display: block;width: 20px;height: 40px;background-image: url(../material/oneShop/images/b_left.png);background-repeat: no-repeat;background-size: 100% 100%;}.personalNav .slideshow::after {position: absolute;right: 0;top: 162px;content: '';display: block;width: 20px;height: 40px;background-image: url(../material/oneShop/images/b_right.png);background-repeat: no-repeat;background-size: 100% 100%;}.personalNav .slideText {width: 260px;height: 230px;position: absolute;bottom: 0;left: 0;background-color: RGB(254, 236, 234);}.personalNav .slideText .textOne {position: absolute;top: 0;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(254, 236, 234);}.personalNav .slideText .textOne ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.personalNav .slideText .textOne ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.personalNav .slideText .textTwo {position: absolute;top: 52px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(254, 236, 234);}.personalNav .slideText .textTwo ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.personalNav .slideText .textTwo ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.personalNav .slideText .textThree {position: absolute;top: 104px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(254, 236, 234);}.personalNav .slideText .textThree ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.personalNav .slideText .textThree ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.personalNav .slideText .textFour {position: absolute;top: 156px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(254, 236, 234);}.personalNav .slideText .textFour ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.personalNav .slideText .textFour ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.personalNav .personalMiddle {position: absolute;top: 0;left: 260px;width: 758px;height: 600px;}.personalNav .personalMiddle ul li {float: left;width: 246px;height: 300px;}.personalNav .personalMiddle ul li:nth-child(1) {border-right: 1px solid rgb(173, 171, 171);border-bottom: 1px solid rgb(173, 171, 171);}.personalNav .personalMiddle ul li:nth-child(2) {border-right: 1px solid rgb(173, 171, 171);border-bottom: 1px solid rgb(173, 171, 171);}.personalNav .personalMiddle ul li:nth-child(3) {width: 259px;border-bottom: 1px solid rgb(173, 171, 171);}.personalNav .personalMiddle ul li:nth-child(4) {border-right: 1px solid rgb(173, 171, 171);}.personalNav .personalMiddle ul li:nth-child(5) {border-right: 1px solid rgb(173, 171, 171);}.personalMiddle .personalMiddleTitle .TitleName {display: block;width: 240px;height: 30px;margin: 20px auto;color: rgb(65, 65, 65);line-height: 30px;font-size: 14px;text-align: center;}.personalMiddle .personalMiddleTitle .TiTlePrice {display: block;width: 240px;height: 40px;margin: 20px auto;color: rgb(255, 81, 4);line-height: 40px;font-size: 25px;text-align: center;}.personalMiddlePhoto {width: 220px;height: 156px;margin: 0 auto;margin-top: 144px;background-image: url(../material/oneShop/images/make_1.jpg);background-repeat: no-repeat;background-size: 100% 100%;transition: all .5s;}.personalMiddlePhoto:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.personalMiddlePhoto2:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.personalMiddlePhoto3:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.personalMiddlePhoto4:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.personalMiddlePhoto5:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.personalMiddlePhoto6:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.personalMiddlePhoto2 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/make_2.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.personalMiddlePhoto3 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/make_3.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.personalMiddlePhoto4 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/make_4.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.personalMiddlePhoto5 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/make_5.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.personalMiddlePhoto6 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/make_6.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.meibaolian {display: block;width: 240px;height: 30px;margin: 20px auto;color: rgb(65, 65, 65);line-height: 30px;font-size: 14px;text-align: center;position: absolute;top: 0px;left: 0px;}.meibaolianprice {display: block;width: 240px;height: 40px;margin: 20px auto;color: rgb(255, 81, 4);line-height: 40px;font-size: 25px;text-align: center;position: absolute;top: 50px;left: 0;}.personalNav .personalLeft {position: absolute;left: 1020px;top: 0;width: 280px;height: 600px;}.personalNav .personalLeft .personalLeftTop {width: 287px;height: 300px;border-bottom: 1px solid rgb(173, 171, 171);background-image: url(../material/oneShop/images/make_b1.jpg);background-repeat: no-repeat;background-size: 100% 100%;position: absolute;top: 0;right: 0px;}.personalNav .personalLeft .personalLeftBottom {position: absolute;top: 301px;right: 0px;width: 287px;height: 300px;background-image: url(../material/oneShop/images/make_b2.jpg);background-repeat: no-repeat;background-size: 100% 100%;}/* 母婴进口 */.mab {width: 1300px;height: auto;margin: 45px auto;}.mab .mabTitle {width: 1300px;height: 45px;/* border-bottom: 2px solid rgb(255, 78, 0); */border-bottom: 2px solid rgb(255, 78, 0);position: relative;}.mab .mabTitle .leftbg {margin-top: 0;margin-left: 5px;width: 55px;height: 45px;background-image: url(../material/oneShop/images/floor.png);background-repeat: no-repeat;background-position: 5px center;color: #ffff;line-height: 52px;text-indent: 9px;cursor: pointer;}.mab .mabTitle .leftText {margin-top: -46px;margin-left: 47px;width: 100px;height: 45px;line-height: 52px;text-indent: 9px;color: rgb(255, 78, 0);font-size: 18px;cursor: pointer;}.mab .mabTitle ul {width: 360px;height: 45px;position: absolute;top: 0;right: 0;}.mab .mabTitle ul li {float: left;padding-right: 15px;line-height: 45px;color: rgb(102, 102, 102);font-size: 14px;cursor: pointer;}.mab .mabTitle ul li:hover {color: blue;}.mabNav {width: 260px;height: 600px;margin-top: 0;margin-left: 0;position: relative;}.mabNav .slideshow {width: 260px;height: 370px;position: absolute;top: 0;left: 0;background-image: url(../material/oneShop/images/baby_r.jpg);background-repeat: no-repeat;background-size: 104% 100%;}.mabNav .slideshow::before {position: absolute;left: 0;top: 162px;content: '';display: block;width: 20px;height: 40px;background-image: url(../material/oneShop/images/b_left.png);background-repeat: no-repeat;background-size: 100% 100%;}.mabNav .slideshow::after {position: absolute;right: 0;top: 162px;content: '';display: block;width: 20px;height: 40px;background-image: url(../material/oneShop/images/b_right.png);background-repeat: no-repeat;background-size: 100% 100%;}.mabNav .slideText {width: 260px;height: 230px;position: absolute;bottom: 0;left: 0;background-color: RGB(252, 235, 243);}.mabNav .slideText .textOne {position: absolute;top: 0;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(252, 235, 243);}.mabNav .slideText .textOne ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.mabNav .slideText .textOne ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.mabNav .slideText .textTwo {position: absolute;top: 52px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(252, 235, 243);}.mabNav .slideText .textTwo ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.mabNav .slideText .textTwo ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.mabNav .slideText .textThree {position: absolute;top: 104px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(252, 235, 243);}.mabNav .slideText .textThree ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.mabNav .slideText .textThree ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.mabNav .slideText .textFour {position: absolute;top: 156px;left: 0;width: 260px;height: 50px;border-bottom: 2px dotted rgb(173, 171, 171);background-color: rgb(252, 235, 243);}.mabNav .slideText .textFour ul li {float: left;line-height: 50px;padding-left: 35px;color: rgb(85, 85, 85);font-size: 14px;cursor: pointer;transition: all .3s;}.mabNav .slideText .textFour ul li:hover {transform: translateX(5px) translateY(-5px);box-shadow: -3px -3px 3px 3px rgb(253, 102, 122);color: red;}.mabNav .mabMiddle {position: absolute;top: 0;left: 260px;width: 758px;height: 600px;}.mabNav .mabMiddle ul li {float: left;width: 246px;height: 300px;}.mabNav .mabMiddle ul li:nth-child(1) {border-right: 1px solid rgb(173, 171, 171);border-bottom: 1px solid rgb(173, 171, 171);}.mabNav .mabMiddle ul li:nth-child(2) {border-right: 1px solid rgb(173, 171, 171);border-bottom: 1px solid rgb(173, 171, 171);}.mabNav .mabMiddle ul li:nth-child(3) {width: 259px;border-bottom: 1px solid rgb(173, 171, 171);}.mabNav .mabMiddle ul li:nth-child(4) {border-right: 1px solid rgb(173, 171, 171);}.mabNav .mabMiddle ul li:nth-child(5) {border-right: 1px solid rgb(173, 171, 171);}.mabMiddle .mabMiddleTitle .TitleName {display: block;width: 240px;height: 30px;margin: 20px auto;color: rgb(65, 65, 65);line-height: 30px;font-size: 14px;text-align: center;}.mabMiddle .mabMiddleTitle .TiTlePrice {display: block;width: 240px;height: 40px;margin: 20px auto;color: rgb(255, 81, 4);line-height: 40px;font-size: 25px;text-align: center;}.mabMiddlePhoto {width: 220px;height: 156px;margin: 0 auto;margin-top: 144px;background-image: url(../material/oneShop/images/baby_1.jpg);background-repeat: no-repeat;background-size: 100% 100%;transition: all .5s;}.mabMiddlePhoto:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.mabMiddlePhoto2:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.mabMiddlePhoto3:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.mabMiddlePhoto4:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.mabMiddlePhoto5:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.mabMiddlePhoto6:hover {transform: translateY(-5px);box-shadow: 0px 0px 10px 3px rgb(97, 95, 95);cursor: pointer;}.mabMiddlePhoto2 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/baby_2.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.mabMiddlePhoto3 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/baby_3.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.mabMiddlePhoto4 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/baby_4.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.mabMiddlePhoto5 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/baby_5.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.mabMiddlePhoto6 {width: 220px;height: 156px;margin: 0 auto;margin-top: 34px;background-image: url(../material/oneShop/images/baby_6.jpg);background-repeat: no-repeat;transition: all .5s;background-size: 100% 100%;}.meibaolian {display: block;width: 240px;height: 30px;margin: 20px auto;color: rgb(65, 65, 65);line-height: 30px;font-size: 14px;text-align: center;position: absolute;top: 0px;left: 0px;}.meibaolianprice {display: block;width: 240px;height: 40px;margin: 20px auto;color: rgb(255, 81, 4);line-height: 40px;font-size: 25px;text-align: center;position: absolute;top: 50px;left: 0;}.mabNav .mabLeft {position: absolute;left: 1020px;top: 0;width: 280px;height: 600px;}.mabNav .mabLeft .mabLeftTop {width: 287px;height: 300px;border-bottom: 1px solid rgb(173, 171, 171);background-image: url(../material/oneShop/images/ca_2.jpg);background-repeat: no-repeat;background-size: 100% 100%;position: absolute;top: 0;right: 0px;}.mabNav .mabLeft .mabLeftBottom {position: absolute;top: 301px;right: 0px;width: 287px;height: 300px;background-image: url(../material/oneShop/images/ca_4.jpg);background-repeat: no-repeat;background-size: 100% 100%;}/* 特点 */.pointe {width: 1300px;height: 200px;margin: 45px auto;}.pointe ul {width: 800px;height: 200px;margin: 0px auto;}.pointe ul li {float: left;width: 190px;height: 200px;cursor: pointer;}.pointe ul li:nth-child(1) {background-image: url(../material/oneShop/images/b1.png);background-repeat: no-repeat;background-position: center 10px;}.pointe ul li:nth-child(2) {background-image: url(../material/oneShop/images/b2.png);background-repeat: no-repeat;background-position: center 10px;}.pointe ul li:nth-child(3) {background-image: url(../material/oneShop/images/b3.png);background-repeat: no-repeat;background-position: center 10px;}.pointe ul li:nth-child(4) {background-image: url(../material/oneShop/images/b4.png);background-repeat: no-repeat;background-position: center 10px;}.pointe ul li .top {display: block;width: 150px;height: 25px;margin: 78px auto;text-align: center;line-height: 25px;}.pointe ul li .bottom {display: block;width: 150px;height: 25px;margin: -70px auto;text-align: center;line-height: 25px;font-size: 14px;color: rgb(102, 102, 102);}/* 页脚导航 */.footerNav {width: 1300px;height: 200px;margin: 0px auto;border-bottom: 1px solid rgb(112, 103, 104);margin-top: -85px;position: relative;}.footerNav .navTitle {width: 820px;height: 200px;position: absolute;top: 0px;left: 60px;}.footerNav .navTitle ul li {float: left;margin-right: 90px;font-size: 16px;color: black;}.footerNav .navTitle ul li:hover {cursor: pointer;color: blue;}.navIntroduce {width: 820px;height: 160px;position: absolute;top: 40px;left: 60px;}.navIntroduce .navIntroduceOne {width: 120px;height: 160px;}.navIntroduce .navIntroduceOne ul li {width: 120px;height: 22px;line-height: 16px;color: rgb(102, 102, 102);float: left;font-size: 8px;cursor: pointer;}.navIntroduce .navIntroduceOne ul li:hover {color: blue;}.navIntroduce .navIntroduceTwo {width: 120px;height: 160px;position: absolute;left: 153px;top: 0px;}.navIntroduce .navIntroduceTwo ul li {width: 120px;height: 22px;line-height: 16px;color: rgb(102, 102, 102);float: left;font-size: 8px;cursor: pointer;}.navIntroduce .navIntroduceTwo ul li:hover {color: blue;}.navIntroduce .navIntroduceThree {width: 120px;height: 160px;position: absolute;left: 324px;top: 0px;}.navIntroduce .navIntroduceThree ul li {width: 120px;height: 22px;line-height: 16px;color: rgb(102, 102, 102);float: left;font-size: 8px;cursor: pointer;}.navIntroduce .navIntroduceThree ul li:hover {color: blue;}.navIntroduce .navIntroduceFour {width: 120px;height: 160px;position: absolute;left: 476px;top: 0px;}.navIntroduce .navIntroduceFour ul li {width: 120px;height: 22px;line-height: 16px;color: rgb(102, 102, 102);float: left;font-size: 8px;cursor: pointer;}.navIntroduce .navIntroduceFour ul li:hover {color: blue;}.navIntroduce .navIntroduceFive {width: 120px;height: 160px;position: absolute;left: 630px;top: 0px;}.navIntroduce .navIntroduceFive ul li {width: 120px;height: 22px;line-height: 16px;color: rgb(102, 102, 102);float: left;font-size: 8px;cursor: pointer;}.navIntroduce .navIntroduceFive ul li:hover {color: blue;}.footerErWeiMa {width: 350px;height: 200px;position: absolute;top: 0px;right: 65px;}.footerErWeiMa::before {content: '';display: block;width: 140px;height: 140px;background-image: url(../material/oneShop/images/er.gif);background-size: 100% 100%;}.footerErWeiMa::after {content: '';display: block;width: 120px;height: 15px;background-image: url(../material/oneShop/images/ss.png);background-repeat: no-repeat;margin-top: 10px;}.footerErWeiMa .xlwb {width: 160px;height: 40px;position: absolute;top: 0px;right: 10px;background-image: url(../material/oneShop/images/wbf.png);background-repeat: no-repeat;background-size: 40px 40px;font-size: 14px;text-indent: 45px;line-height: 40px;color: rgb(102, 102, 102);cursor: pointer;}.footerErWeiMa .xlwb:hover {background-image: url(../material/oneShop/images/wbt.png);background-size: 40px 40px;}.footerErWeiMa .txwb {width: 160px;height: 40px;position: absolute;top: 55px;right: 10px;background-image: url(../material/oneShop/images/b_sh_2.png);background-repeat: no-repeat;background-size: 40px 40px;font-size: 14px;text-indent: 45px;line-height: 40px;color: rgb(102, 102, 102);cursor: pointer;}.footerErWeiMa .txwb:hover {background-image: url(../material/oneShop/images/wbt.png);background-size: 40px 40px;}.footerErWeiMa .fwrx {width: 200px;height: 50px;position: absolute;top: 98px;left: 143px;}.footerErWeiMa .fwrx .top {width: 70px;height: 16px;font-size: 8px;color: rgb(102, 102, 102);margin-top: 10px;margin-left: 35px;}.footerErWeiMa .fwrx .bottom {width: 150px;margin-top: 4px;margin-left: 35px;color: rgb(241, 96, 38);}.footers {width: 1300px;height: 150px;margin: 45px auto;}.footers p {display: block;width: 1300px;height: 16px;font-size: 12px;color: rgb(102, 102, 101);text-align: center;line-height: 16px;}.footers ul  {width: 820px;height: 70px;margin: 10px auto;}.footers ul li {width: 120px;height: 40px;float: left;margin-right: 10px;border: 1px solid rgb(139, 139, 139);}.footers ul li:nth-child(1) {background-image: url(../material/oneShop/images/b_1.gif);background-repeat: no-repeat;background-size: 100% 100%;border-radius: 10px;}.footers ul li:nth-child(2) {background-image: url(../material/oneShop/images/b_2.gif);background-repeat: no-repeat;background-size: 100% 100%;border-radius: 10px;}.footers ul li:nth-child(3) {background-image: url(../material/oneShop/images/b_3.gif);background-repeat: no-repeat;background-size: 100% 100%;border-radius: 10px;}.footers ul li:nth-child(4) {background-image: url(../material/oneShop/images/b_4.gif);background-repeat: no-repeat;background-size: 100% 100%;border-radius: 10px;}.footers ul li:nth-child(5) {background-image: url(../material/oneShop/images/b_5.gif);background-repeat: no-repeat;background-size: 100% 100%;border-radius: 10px;}.footers ul li:nth-child(6) {background-image: url(../material/oneShop/images/b_6.gif);background-repeat: no-repeat;background-size: 100% 100%;border-radius: 10px;}</style>
</head><body><header><div class="place">配送至:四川</div><!-- 头部导航栏 --><div class="headerNav"><ul><li>你好!请登录</li><li><ahref="file:///D:/code/.vscode/HTML_classroom_norms.html/%E4%B8%80%E5%8F%B7%E5%BA%97%E7%99%BB%E5%BD%95%E9%A1%B5%E9%9D%A2.html">免费注册</a></li><li>我的订单</li><li>收藏夹</li><li>客户服务</li><li>网站导航</li><li>关于我们:</li><li></li><li>手机版</li></ul></div></header><!-- logo  搜索框 购物车 --><div class="bgSearchCar"><div class="logoBg"></div><div class="search"><input type="text" placeholder="请输入关键字"><button>搜索</button><div class="searchHotText"><ul><li>咖啡</li><li>iphone 6S</li><li>新鲜美食</li><li>蛋糕</li><li>日用品</li><li>连衣裙</li></ul></div></div><div class="car"><span>购物车</span></div></div><!-- 全部商品分类  购买位置 手机下单 --><div class="commodity"><div class="titleLeft">全部商品分类</div><div class="titleMiddle"><ul><li>首页</li><li>自营超市</li><li>1号团</li><li>1号超市</li><li>女装</li><li>美妆</li><li>1号海购</li><li>团购</li></ul></div><div class="titleRight"><img src="../material/Snipaste_2020-10-28_00-53-30.png"><p>手机下单惊喜多!</p></div><div class="commodityClass"><ul><li><div class="navBg"></div>进口食品、生鲜</li><li><div class="navBg2"></div>食品、饮料、酒</li><li><div class="navBg3"></div>母婴、玩具、童装</li><li><div class="navBg4"></div>家具、家庭清洁、纸品</li><li><div class="navBg5"></div>美妆、个人护理、洗护</li><li><div class="navBg6"></div>女装、内衣、中老年</li><li><div class="navBg7"></div>鞋靴、箱包、腕表配饰</li><li><div class="navBg8"></div>男装、运动</li><li><div class="navBg8"></div>手机、小家电、电脑</li><li><div class="navBg10"></div>礼品、充值</li></ul></div><div class="commodityMiddleBg"><div class="bgLeft"></div><div class="bgRight"></div><div class="number"><ul><li>1</li><li>2</li><li>3</li></ul></div></div><!-- 快讯 --><div class="commodityRightNews"><div class="kuaixun"><ul><li><div class="left">快讯</div><div class="right">更多</div></li><li><span>【特惠】</span>掏一轮明月 表无尽惦念<div class="zhezhao"></div></li><li><span>【公告】</span>好奇金装成长裤新品上市<div class="zhezhao"></div></li><li><span>【特惠】</span>大牌闪购 · 抢!<div class="zhezhao"></div></li><li><span>【公告】</span>发福利 买车就抢千元油卡<div class="zhezhao"></div></li><li><span>【公告】</span>家电低至五折<div class="zhezhao"></div></li></ul></div></div><!-- 1号钱包 --><div class="oneMoney">1号钱包</div><div class="oneMoneybody"><div class="moneyTitle">收益日结,收益赚High!</div><div class="moneyBG"><div class="bg"></div></div></div></div><!-- 热门商品--><div class="hotCommodity"><div class="hotOne"><div class="hotOnebg"></div><div class="hotOnePrice"><div class="priceNum">¥53.00</div><div class="HotNum">16R</div></div></div><div class="hotNav"><ul><li><h3>德国进口</h3><p>德亚全脂纯牛奶200ml*48盒</p><span class="price">¥189</span><span class="allHotNum">26R</span></li><li><h3>iphone 6S</h3><p>Apple/苹果 iphone 6S Plus公开版</p><span class="price">¥5288</span><span class="allHotNum">25R</span></li><li><h3>倩碧特惠组合套装</h3><p>倩碧补水组合套装8折促销</p><span class="price">¥368</span><span class="allHotNum">18R</span></li><li><h3>品利特级橄榄油</h3><p>750ml*4瓶装组合 西班牙进口</p><span class="price">¥280</span><span class="allHotNum">30R</span></li></ul></div></div><!-- 广告 --><div class="ad1"></div><!-- 进口生鲜 --><div class="importFresh"><div class="freshTitle"><div class="leftbg">1F</div><div class="leftText">进口·生鲜</div><ul><li>进口奶粉</li><li>进口酒</li><li>进口母婴</li><li>新鲜蔬菜</li><li>新鲜水果</li></ul></div><div class="importFershNav"><div class="slideShow"></div><div class="slideText"><div class="textOne"><ul><li>进口水果</li><li>奇异果</li><li>西柚</li></ul></div><div class="textTwo"><ul><li>海鲜水产</li><li>品质牛肉</li></ul></div><div class="textThree"><ul><li>奶粉</li><li>鲜活禽蛋</li><li>进口酒</li></ul></div><div class="textFour"><ul><li>进口奶粉</li><li>新鲜水果</li></ul></div></div><div class="freshMiddle"><ul><li><div class="freshMiddleTitle"><span class="TitleName">贝思客 草莓先生&蓝莓小姐</span><span class="TiTlePrice">¥98.00</span></div><div class="freshMiddlePhoto"></div></li><li><div class="freshMiddleTitle"><span class="TitleName">微笑果园SMILE智利进口绿奇异果</span><span class="TiTlePrice">¥84.00</span></div><div class="freshMiddlePhoto2"></div></li><li><div class="freshMiddleTitle"><span class="TitleName">新鲜美味 进口美食</span><span class="TiTlePrice">¥98.00</span></div><div class="freshMiddlePhoto3"></div></li><li><div class="freshMiddleTitle"><span class="TitleName">新鲜美味 进口美食</span><span class="TiTlePrice">¥24.00</span></div><div class="freshMiddlePhoto4"></div></li><li><div class="freshMiddleTitle"><span class="TitleName">新鲜美味 纯牛奶</span><span class="TiTlePrice">¥142.00</span></div><div class="freshMiddlePhoto5"></div></li><li><div class="freshMiddleTitle"><span class="TitleName">莫斯利安</span><span class="TiTlePrice">¥62.00</span></div><div class="freshMiddlePhoto6"></div></li></ul></div><div class="freshLeft"><div class="freshLeftTop"></div><div class="freshLeftBottom"></div></div></div></div><!-- 个人美妆 --><div class="personal"><div class="personalTitle"><div class="leftbg">2F</div><div class="leftText">个人·美妆</div><ul><li>洗发护发</li><li>面膜</li><li>洗面奶</li><li>香水</li><li>沐浴露</li></ul></div><div class="personalNav"><div class="slideshow"></div><div class="slideText"><div class="textOne"><ul><li>洗发护发</li><li>牙刷牙膏</li></ul></div><div class="textTwo"><ul><li>面膜</li><li>补水面膜</li><li>香水</li></ul></div><div class="textThree"><ul><li>面霜</li><li>洗面奶</li><li>脱毛膏</li></ul></div><div class="textFour"><ul><li>沐浴露</li></ul></div></div><div class="personalMiddle"><ul><li><div class="personalMiddleTitle"><span class="meibaolian">美宝莲</span><span class="meibaolianprice">¥260.00</span></div><div class="personalMiddlePhoto"></div></li><li><div class="personalMiddleTitle"><span class="TitleName">洗衣液</span><span class="TiTlePrice">¥60.00</span></div><div class="personalMiddlePhoto2"></div></li><li><div class="personalMiddleTitle"><span class="TitleName">洗发水</span><span class="TiTlePrice">¥160.00</span></div><div class="personalMiddlePhoto3"></div></li><li><div class="personalMiddleTitle"><span class="TitleName">男士洗发水</span><span class="TiTlePrice">¥120.00</span></div><div class="personalMiddlePhoto4"></div></li><li><div class="personalMiddleTitle"><span class="TitleName">美宝莲粉饼</span><span class="TiTlePrice">¥260.00</span></div><div class="personalMiddlePhoto5"></div></li><li><div class="personalMiddleTitle"><span class="TitleName">男士设计 洗面奶</span><span class="TiTlePrice">¥90.00</span></div><div class="personalMiddlePhoto6"></div></li></ul></div><div class="personalLeft"><div class="personalLeftTop"></div><div class="personalLeftBottom"></div></div></div></div><!-- 广告 --><div class="ad1"></div></div><!-- 母婴玩具 --><div class="mab"><div class="mabTitle"><div class="leftbg">3F</div><div class="leftText">母婴·玩具</div><ul><li>营养品</li><li>孕妈背带裤</li><li>儿童玩具</li><li>婴儿床</li><li>喂奶器</li></ul></div><div class="mabNav"><div class="slideshow"></div><div class="slideText"><div class="textOne"><ul><li>孕妈必备</li><li>儿童玩具</li></ul></div><div class="textTwo"><ul><li>童装童鞋</li><li>辅助食品</li></ul></div><div class="textThree"><ul><li>奶粉</li><li>摇摇床</li><li>维生素</li></ul></div><div class="textFour"><ul><li>童装童鞋</li><li>儿童床</li></ul></div></div><div class="mabMiddle"><ul><li><div class="mabMiddleTitle"><span class="meibaolian">儿童推车</span><span class="meibaolianprice">¥560.00</span></div><div class="mabMiddlePhoto"></div></li><li><div class="mabMiddleTitle"><span class="TitleName">妈咪纸尿裤</span><span class="TiTlePrice">¥260.00</span></div><div class="mabMiddlePhoto2"></div></li><li><div class="mabMiddleTitle"><span class="TitleName">儿童玩具 挖掘机</span><span class="TiTlePrice">¥160.00</span></div><div class="mabMiddlePhoto3"></div></li><li><div class="mabMiddleTitle"><span class="TitleName">纸尿裤</span><span class="TiTlePrice">¥260.00</span></div><div class="mabMiddlePhoto4"></div></li><li><div class="mabMiddleTitle"><span class="TitleName">儿童推车</span><span class="TiTlePrice">¥86.00</span></div><div class="mabMiddlePhoto5"></div></li><li><div class="mabMiddleTitle"><span class="TitleName">奶粉</span><span class="TiTlePrice">¥660.00</span></div><div class="mabMiddlePhoto6"></div></li></ul></div><div class="mabLeft"><div class="mabLeftTop"></div><div class="mabLeftBottom"></div></div></div></div><!-- 网站特点 --><div class="pointe"><ul><li><span class="top">正品保障</span><span class="bottom">正品行货 放心购买</span></li><li><span class="top">满38包邮</span><span class="bottom">满38包邮 免运费</span></li><li><span class="top">天天低价</span><span class="bottom">天天低价 畅选无忧</span></li><li><span class="top">准时送达</span><span class="bottom">收货时间由你做主</span></li></ul></div><!-- 页脚导航 --><div class="footerNav"><div class="navTitle"><ul><li>新手上路</li><li>配送与支付</li><li>会员中心</li><li>服务保证</li><li>联系我们</li></ul></div><div class="navIntroduce"><div class="navIntroduceOne"><ul><li>售后流程</li><li>购物流程</li><li>订购方式</li><li>隐私声明</li><li>推荐分享说明</li></ul></div><div class="navIntroduceTwo"><ul><li>货到付款区域</li><li>配送支付查询</li><li>支付方式说明</li></ul></div><div class="navIntroduceThree"><ul><li>资金管理</li><li>我的收藏</li><li>订购方式</li><li>我的订单</li></ul></div><div class="navIntroduceFour"><ul><li>退换货原则</li><li>售后服务保证</li><li>产品质量保证</li></ul></div><div class="navIntroduceFive"><ul><li>网站故障报告</li><li>购物资讯</li><li>投诉与建议</li></ul></div></div><div class="footerErWeiMa"><div class="xlwb">新浪微博</div><div class="txwb">腾讯微博</div><div class="fwrx"><div class="top">服务热线:</div><div class="bottom">400-123-4567</div></div></div></div><div class="footers"><p>备案/许可证编号:蜀ICP备12009302号-1-www.dingguagua.com Copyright&copy; 1号店网上超市 2007-2016 ,All Right Reserved.复制必究.Technical Support: Dgg Group</p><ul><li></li><li></li><li></li><li></li><li></li><li></li></ul></div>
</body>
</html>
查看全文
如若内容造成侵权/违法违规/事实不符,请联系编程学习网邮箱:809451989@qq.com进行投诉反馈,一经查实,立即删除!

相关文章

  1. 2020年金属非金属矿井通风考试资料及金属非金属矿井通风考试APP

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年金属非金属矿井通风考试资料及金属非金属矿井通风考试APP&#xff0c;包含金属非金属矿井通风考试资料答案和解析及金属非金属矿井通风考试APP练习。由安全生产模拟考试一点通公众号结合国家金属非金属矿井通风…...

    2024/4/26 15:13:01
  2. nvm和npm

    nvm相关 1.nvm :下载安装node程序&#xff0c;切换node版本 2.node&#xff0c;是一种服务端程序语言&#xff0c;基于ES为基础创造的 没有DOM,BOM和事件,AJAX&#xff0c; 在此基础上增加了通信&#xff0c;数据库服务功能&#xff0c;本地读写功能&#xff0c;二进制数据&am…...

    2024/4/25 2:31:23
  3. 浅谈SomeIP以及在AutoSAR中的运用

    SomeIP的由来 (以下文章来源于Vehicle软件开发 &#xff0c;作者Vehicle软件开发) 随着汽车智能化和网络化的发展&#xff0c;汽车自动驾驶、车载娱乐、远程诊断升级等新技术对车载通信提出了更高的要求。如何将现有的以太网技术运用到汽车领域是我们面临的一大挑战。而在汽车领…...

    2024/4/25 2:31:21
  4. 2020年金属非金属矿山井下电气多少分及格及金属非金属矿山井下电气模拟考试题库

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年金属非金属矿山井下电气多少分及格及金属非金属矿山井下电气模拟考试题库&#xff0c;包含金属非金属矿山井下电气多少分及格答案和解析及金属非金属矿山井下电气模拟考试题库练习。由安全生产模拟考试一点通公…...

    2024/4/25 2:31:21
  5. 2020年液化石油气瓶充装考试试卷及液化石油气瓶充装复审考试

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年液化石油气瓶充装考试试卷及液化石油气瓶充装复审考试&#xff0c;包含液化石油气瓶充装考试试卷答案和解析及液化石油气瓶充装复审考试练习。由安全生产模拟考试一点通公众号结合国家液化石油气瓶充装考试最新…...

    2024/4/28 12:13:47
  6. 2020年起重机械机械安装维修免费试题及起重机械机械安装维修考试试题

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年起重机械机械安装维修免费试题及起重机械机械安装维修考试试题&#xff0c;包含起重机械机械安装维修免费试题答案和解析及起重机械机械安装维修考试试题练习。由安全生产模拟考试一点通公众号结合国家起重机械…...

    2024/4/25 2:31:18
  7. 2020年煤矿井下爆破免费试题及煤矿井下爆破考试试卷

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年煤矿井下爆破免费试题及煤矿井下爆破考试试卷&#xff0c;包含煤矿井下爆破免费试题答案和解析及煤矿井下爆破考试试卷练习。由安全生产模拟考试一点通公众号结合国家煤矿井下爆破考试最新大纲及煤矿井下爆破考…...

    2024/4/25 2:31:17
  8. 2020年煤矿采煤机(掘进机)操作找答案及煤矿采煤机(掘进机)操作模拟考试题

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年煤矿采煤机&#xff08;掘进机&#xff09;操作找答案及煤矿采煤机&#xff08;掘进机&#xff09;操作模拟考试题&#xff0c;包含煤矿采煤机&#xff08;掘进机&#xff09;操作找答案答案和解析及煤矿采煤机…...

    2024/5/2 7:14:09
  9. 2020年金属非金属矿山排水考试技巧及金属非金属矿山排水模拟考试

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年金属非金属矿山排水考试技巧及金属非金属矿山排水模拟考试&#xff0c;包含金属非金属矿山排水考试技巧答案和解析及金属非金属矿山排水模拟考试练习。由安全生产模拟考试一点通公众号结合国家金属非金属矿山排…...

    2024/4/25 3:11:51
  10. 游侠区块链11月5日分析:多头进入风险带,最后的晚餐

    技术面基本面分析 伴随着OKEX事件点燃火币事件&#xff0c;美国总统大选又进入币民的视角&#xff0c;夹在中间的BCH分叉直接黯然失色。在众多消息面掺和的走势&#xff0c;越加的扑朔迷离。现货现在还是保持着空仓状态&#xff0c;局面不明朗的时刻&#xff0c;基本否决购入的…...

    2024/4/26 12:01:48
  11. 2020年煤矿瓦斯抽采报名考试及煤矿瓦斯抽采找答案

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年煤矿瓦斯抽采报名考试及煤矿瓦斯抽采找答案&#xff0c;包含煤矿瓦斯抽采报名考试答案和解析及煤矿瓦斯抽采找答案练习。由安全生产模拟考试一点通公众号结合国家煤矿瓦斯抽采考试最新大纲及煤矿瓦斯抽采考试真…...

    2024/4/25 3:11:52
  12. 思考乐教育的荣耀与忧虑:整体增速放缓,异地扩张未见成效

    K-12课外培训企业思考乐教育集团&#xff08;HK:01769&#xff0c;也称“思考乐”或“思考乐教育”&#xff09;成立至今&#xff0c;已有12年。但截至目前&#xff0c;思考乐的业务范围尚未突破广东省、福建省以外的地区。 近期&#xff0c;思考乐教育集团管理层对其业务范围…...

    2024/4/25 3:11:48
  13. 深入浅出DPDK学习笔记——认识DPDK

    什么是DPDK&#xff1f; 对于用户来说&#xff0c; 它可能是一个性能出色的包数据处理加速软件库&#xff1b; 对于开发者来说&#xff0c; 它可能是一个实践包处理新想法的创新工场&#xff1b; 对于性能调优者来说&#xff0c; 它可能又是一个绝佳的成果分享平台。当下火热的…...

    2024/4/25 3:11:50
  14. Openstack----openstack名称空间、L3代理、neutron路由器和FWaas

    盘他&#xff01;openstack名称空间、L3代理、neutron路由器和FWaas 文章目录前言一&#xff1a;Linux网络名称空间1.1&#xff1a;概述1.2&#xff1a;常用命令1.3&#xff1a;VETH对1.4&#xff1a;Linux网络名称空间实现DHCP服务隔离1.5&#xff1a;Linux网络名称空间实现路…...

    2024/4/28 9:56:01
  15. 【美团】深度学习平台实践

    系列文章目录 实时存储引擎和实时计算引擎【美团】点评 Hadoop/Spark 系统实践【美团】大数据查询技术【美团】深度学习平台实践 文章目录系列文章目录前言一、深度学习模型结构二、反向传播算法与自动梯度求导深度学习引擎三、分布式模型训练3.1 数据并行3.2 基于 PS3.3 基于…...

    2024/4/26 19:08:50
  16. 笔记(二十一):集合框架

    集合框架Collection接口Collection操作对象集合中元素保存对象的引用其它类型保存对象的方法集合对集合的操作迭代器增强for循环遍历数组遍历集合泛型集合LIst接口List集合基本操作List集合插入删除元素List集合截取子集合List集合转数组数组转LIst集合集合排序自然排序自定义排…...

    2024/4/25 3:11:52
  17. 程序员进阶之排错和避坑方法GitChat将要出炉

    一、背景 程序员的职业生涯中会遇到无数个 BUG。 面对同一个问题&#xff0c;不同人解决的速度体现着个人的技术水平。一分钟就可以定位问题的程序员和一个小时还毫无头绪的程序员注定拥有不一样的发展轨迹。 二、破解之道 定位问题是解决问题的前提&#xff0c;如何尽可能…...

    2024/4/25 3:11:50
  18. 2020年电工(高级)考试内容及电工(高级)考试试卷

    题库来源&#xff1a;安全生产模拟考试一点通公众号小程序 2020年电工&#xff08;高级&#xff09;考试内容及电工&#xff08;高级&#xff09;考试试卷&#xff0c;包含电工&#xff08;高级&#xff09;考试内容答案和解析及电工&#xff08;高级&#xff09;考试试卷练习…...

    2024/4/25 3:11:49
  19. 逆向ctf_2020湖湘杯Re_02

    资源链接&#xff1a;https://pan.baidu.com/s/1Jux_GsX7wKUUxyxEy07-Kw 提取码&#xff1a;3uui 一、基础分析 把拿到的题目解压&#xff0c;将easyre.exe文件放入exeinfope&#xff08;PEID也行&#xff09;中进行查壳识别&#xff1a; 清楚明了&#xff0c;没壳。首先…...

    2024/4/28 1:37:35
  20. JAVA重头再来Day01

    JAVA重头再来&#xff08;Day01&#xff09; MarkDown简单语法 学习JAVA的目的 怎么说呢&#xff0c;作为一个学习了JAVA2年的一个大学生&#xff0c;今年刚刚毕业(2020)&#xff0c;当时初步学习JAVA的时候也是懵懵懂懂的&#xff0c;在学校的学习也还算OK的&#xff0c;缺…...

    2024/4/26 11:41:04

最新文章

  1. SQL常见约束及外键约束删除更新行为

    一.约束 1.概念 约束是作用于表中字段上的规则&#xff0c;用于限制存储在表中的数据。 2.目的&#xff1a; 保证数据库中数据的正确、有效性和完整性。 3.添加约束两种方式 可以在创建表/修改表的时候添加约束。 在为字段添加约束时&#xff0c;我们只需要在字段之后加…...

    2024/5/2 12:22:10
  2. 梯度消失和梯度爆炸的一些处理方法

    在这里是记录一下梯度消失或梯度爆炸的一些处理技巧。全当学习总结了如有错误还请留言&#xff0c;在此感激不尽。 权重和梯度的更新公式如下&#xff1a; w w − η ⋅ ∇ w w w - \eta \cdot \nabla w ww−η⋅∇w 个人通俗的理解梯度消失就是网络模型在反向求导的时候出…...

    2024/3/20 10:50:27
  3. #QT项目实战(天气预报)

    1.IDE&#xff1a;QTCreator 2.实验&#xff1a; 3.记录&#xff1a; &#xff08;1&#xff09;调用API的Url a.调用API获取IP whois.pconline.com.cn/ipJson.jsp?iphttp://whois.pconline.com.cn/ipJson.jsp?ip if(window.IPCallBack) {IPCallBack({"ip":&quo…...

    2024/5/1 13:42:00
  4. 车载以太网AVB交换机 gptp透明时钟 8口 千兆/百兆可切换 SW1100TE

    SW1100TE车载以太网交换机 一、产品简要分析 8端口千兆和百兆混合车载以太网交换机&#xff0c;其中包含2个通道的1000BASE-T1和5通道100BASE-T1泰科MATEnet接口引出,1个通道1000BASE-T标准以太网(RJ45接口)&#xff0c;可以实现车载以太网多通道交换&#xff0c;车载以太网网…...

    2024/5/1 14:22:58
  5. 416. 分割等和子集问题(动态规划)

    题目 题解 class Solution:def canPartition(self, nums: List[int]) -> bool:# badcaseif not nums:return True# 不能被2整除if sum(nums) % 2 ! 0:return False# 状态定义&#xff1a;dp[i][j]表示当背包容量为j&#xff0c;用前i个物品是否正好可以将背包填满&#xff…...

    2024/5/2 11:19:01
  6. 【Java】ExcelWriter自适应宽度工具类(支持中文)

    工具类 import org.apache.poi.ss.usermodel.Cell; import org.apache.poi.ss.usermodel.CellType; import org.apache.poi.ss.usermodel.Row; import org.apache.poi.ss.usermodel.Sheet;/*** Excel工具类** author xiaoming* date 2023/11/17 10:40*/ public class ExcelUti…...

    2024/5/1 13:20:04
  7. Spring cloud负载均衡@LoadBalanced LoadBalancerClient

    LoadBalance vs Ribbon 由于Spring cloud2020之后移除了Ribbon&#xff0c;直接使用Spring Cloud LoadBalancer作为客户端负载均衡组件&#xff0c;我们讨论Spring负载均衡以Spring Cloud2020之后版本为主&#xff0c;学习Spring Cloud LoadBalance&#xff0c;暂不讨论Ribbon…...

    2024/5/1 21:18:12
  8. TSINGSEE青犀AI智能分析+视频监控工业园区周界安全防范方案

    一、背景需求分析 在工业产业园、化工园或生产制造园区中&#xff0c;周界防范意义重大&#xff0c;对园区的安全起到重要的作用。常规的安防方式是采用人员巡查&#xff0c;人力投入成本大而且效率低。周界一旦被破坏或入侵&#xff0c;会影响园区人员和资产安全&#xff0c;…...

    2024/5/2 9:47:31
  9. VB.net WebBrowser网页元素抓取分析方法

    在用WebBrowser编程实现网页操作自动化时&#xff0c;常要分析网页Html&#xff0c;例如网页在加载数据时&#xff0c;常会显示“系统处理中&#xff0c;请稍候..”&#xff0c;我们需要在数据加载完成后才能继续下一步操作&#xff0c;如何抓取这个信息的网页html元素变化&…...

    2024/5/2 9:47:31
  10. 【Objective-C】Objective-C汇总

    方法定义 参考&#xff1a;https://www.yiibai.com/objective_c/objective_c_functions.html Objective-C编程语言中方法定义的一般形式如下 - (return_type) method_name:( argumentType1 )argumentName1 joiningArgument2:( argumentType2 )argumentName2 ... joiningArgu…...

    2024/5/2 6:03:07
  11. 【洛谷算法题】P5713-洛谷团队系统【入门2分支结构】

    &#x1f468;‍&#x1f4bb;博客主页&#xff1a;花无缺 欢迎 点赞&#x1f44d; 收藏⭐ 留言&#x1f4dd; 加关注✅! 本文由 花无缺 原创 收录于专栏 【洛谷算法题】 文章目录 【洛谷算法题】P5713-洛谷团队系统【入门2分支结构】&#x1f30f;题目描述&#x1f30f;输入格…...

    2024/5/2 9:47:30
  12. 【ES6.0】- 扩展运算符(...)

    【ES6.0】- 扩展运算符... 文章目录 【ES6.0】- 扩展运算符...一、概述二、拷贝数组对象三、合并操作四、参数传递五、数组去重六、字符串转字符数组七、NodeList转数组八、解构变量九、打印日志十、总结 一、概述 **扩展运算符(...)**允许一个表达式在期望多个参数&#xff0…...

    2024/5/1 11:24:00
  13. 摩根看好的前智能硬件头部品牌双11交易数据极度异常!——是模式创新还是饮鸩止渴?

    文 | 螳螂观察 作者 | 李燃 双11狂欢已落下帷幕&#xff0c;各大品牌纷纷晒出优异的成绩单&#xff0c;摩根士丹利投资的智能硬件头部品牌凯迪仕也不例外。然而有爆料称&#xff0c;在自媒体平台发布霸榜各大榜单喜讯的凯迪仕智能锁&#xff0c;多个平台数据都表现出极度异常…...

    2024/5/2 5:31:39
  14. Go语言常用命令详解(二)

    文章目录 前言常用命令go bug示例参数说明 go doc示例参数说明 go env示例 go fix示例 go fmt示例 go generate示例 总结写在最后 前言 接着上一篇继续介绍Go语言的常用命令 常用命令 以下是一些常用的Go命令&#xff0c;这些命令可以帮助您在Go开发中进行编译、测试、运行和…...

    2024/5/1 20:22:59
  15. 用欧拉路径判断图同构推出reverse合法性:1116T4

    http://cplusoj.com/d/senior/p/SS231116D 假设我们要把 a a a 变成 b b b&#xff0c;我们在 a i a_i ai​ 和 a i 1 a_{i1} ai1​ 之间连边&#xff0c; b b b 同理&#xff0c;则 a a a 能变成 b b b 的充要条件是两图 A , B A,B A,B 同构。 必要性显然&#xff0…...

    2024/5/2 9:47:28
  16. 【NGINX--1】基础知识

    1、在 Debian/Ubuntu 上安装 NGINX 在 Debian 或 Ubuntu 机器上安装 NGINX 开源版。 更新已配置源的软件包信息&#xff0c;并安装一些有助于配置官方 NGINX 软件包仓库的软件包&#xff1a; apt-get update apt install -y curl gnupg2 ca-certificates lsb-release debian-…...

    2024/5/2 9:47:27
  17. Hive默认分割符、存储格式与数据压缩

    目录 1、Hive默认分割符2、Hive存储格式3、Hive数据压缩 1、Hive默认分割符 Hive创建表时指定的行受限&#xff08;ROW FORMAT&#xff09;配置标准HQL为&#xff1a; ... ROW FORMAT DELIMITED FIELDS TERMINATED BY \u0001 COLLECTION ITEMS TERMINATED BY , MAP KEYS TERMI…...

    2024/5/2 0:07:22
  18. 【论文阅读】MAG:一种用于航天器遥测数据中有效异常检测的新方法

    文章目录 摘要1 引言2 问题描述3 拟议框架4 所提出方法的细节A.数据预处理B.变量相关分析C.MAG模型D.异常分数 5 实验A.数据集和性能指标B.实验设置与平台C.结果和比较 6 结论 摘要 异常检测是保证航天器稳定性的关键。在航天器运行过程中&#xff0c;传感器和控制器产生大量周…...

    2024/5/2 8:37:00
  19. --max-old-space-size=8192报错

    vue项目运行时&#xff0c;如果经常运行慢&#xff0c;崩溃停止服务&#xff0c;报如下错误 FATAL ERROR: CALL_AND_RETRY_LAST Allocation failed - JavaScript heap out of memory 因为在 Node 中&#xff0c;通过JavaScript使用内存时只能使用部分内存&#xff08;64位系统&…...

    2024/5/2 9:47:26
  20. 基于深度学习的恶意软件检测

    恶意软件是指恶意软件犯罪者用来感染个人计算机或整个组织的网络的软件。 它利用目标系统漏洞&#xff0c;例如可以被劫持的合法软件&#xff08;例如浏览器或 Web 应用程序插件&#xff09;中的错误。 恶意软件渗透可能会造成灾难性的后果&#xff0c;包括数据被盗、勒索或网…...

    2024/5/2 9:47:25
  21. JS原型对象prototype

    让我简单的为大家介绍一下原型对象prototype吧&#xff01; 使用原型实现方法共享 1.构造函数通过原型分配的函数是所有对象所 共享的。 2.JavaScript 规定&#xff0c;每一个构造函数都有一个 prototype 属性&#xff0c;指向另一个对象&#xff0c;所以我们也称为原型对象…...

    2024/5/1 14:33:22
  22. C++中只能有一个实例的单例类

    C中只能有一个实例的单例类 前面讨论的 President 类很不错&#xff0c;但存在一个缺陷&#xff1a;无法禁止通过实例化多个对象来创建多名总统&#xff1a; President One, Two, Three; 由于复制构造函数是私有的&#xff0c;其中每个对象都是不可复制的&#xff0c;但您的目…...

    2024/5/1 11:51:23
  23. python django 小程序图书借阅源码

    开发工具&#xff1a; PyCharm&#xff0c;mysql5.7&#xff0c;微信开发者工具 技术说明&#xff1a; python django html 小程序 功能介绍&#xff1a; 用户端&#xff1a; 登录注册&#xff08;含授权登录&#xff09; 首页显示搜索图书&#xff0c;轮播图&#xff0…...

    2024/5/2 7:30:11
  24. 电子学会C/C++编程等级考试2022年03月(一级)真题解析

    C/C++等级考试(1~8级)全部真题・点这里 第1题:双精度浮点数的输入输出 输入一个双精度浮点数,保留8位小数,输出这个浮点数。 时间限制:1000 内存限制:65536输入 只有一行,一个双精度浮点数。输出 一行,保留8位小数的浮点数。样例输入 3.1415926535798932样例输出 3.1…...

    2024/5/1 20:56:20
  25. 配置失败还原请勿关闭计算机,电脑开机屏幕上面显示,配置失败还原更改 请勿关闭计算机 开不了机 这个问题怎么办...

    解析如下&#xff1a;1、长按电脑电源键直至关机&#xff0c;然后再按一次电源健重启电脑&#xff0c;按F8健进入安全模式2、安全模式下进入Windows系统桌面后&#xff0c;按住“winR”打开运行窗口&#xff0c;输入“services.msc”打开服务设置3、在服务界面&#xff0c;选中…...

    2022/11/19 21:17:18
  26. 错误使用 reshape要执行 RESHAPE,请勿更改元素数目。

    %读入6幅图像&#xff08;每一幅图像的大小是564*564&#xff09; f1 imread(WashingtonDC_Band1_564.tif); subplot(3,2,1),imshow(f1); f2 imread(WashingtonDC_Band2_564.tif); subplot(3,2,2),imshow(f2); f3 imread(WashingtonDC_Band3_564.tif); subplot(3,2,3),imsho…...

    2022/11/19 21:17:16
  27. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机...

    win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”问题的解决方法在win7系统关机时如果有升级系统的或者其他需要会直接进入一个 等待界面&#xff0c;在等待界面中我们需要等待操作结束才能关机&#xff0c;虽然这比较麻烦&#xff0c;但是对系统进行配置和升级…...

    2022/11/19 21:17:15
  28. 台式电脑显示配置100%请勿关闭计算机,“准备配置windows 请勿关闭计算机”的解决方法...

    有不少用户在重装Win7系统或更新系统后会遇到“准备配置windows&#xff0c;请勿关闭计算机”的提示&#xff0c;要过很久才能进入系统&#xff0c;有的用户甚至几个小时也无法进入&#xff0c;下面就教大家这个问题的解决方法。第一种方法&#xff1a;我们首先在左下角的“开始…...

    2022/11/19 21:17:14
  29. win7 正在配置 请勿关闭计算机,怎么办Win7开机显示正在配置Windows Update请勿关机...

    置信有很多用户都跟小编一样遇到过这样的问题&#xff0c;电脑时发现开机屏幕显现“正在配置Windows Update&#xff0c;请勿关机”(如下图所示)&#xff0c;而且还需求等大约5分钟才干进入系统。这是怎样回事呢&#xff1f;一切都是正常操作的&#xff0c;为什么开时机呈现“正…...

    2022/11/19 21:17:13
  30. 准备配置windows 请勿关闭计算机 蓝屏,Win7开机总是出现提示“配置Windows请勿关机”...

    Win7系统开机启动时总是出现“配置Windows请勿关机”的提示&#xff0c;没过几秒后电脑自动重启&#xff0c;每次开机都这样无法进入系统&#xff0c;此时碰到这种现象的用户就可以使用以下5种方法解决问题。方法一&#xff1a;开机按下F8&#xff0c;在出现的Windows高级启动选…...

    2022/11/19 21:17:12
  31. 准备windows请勿关闭计算机要多久,windows10系统提示正在准备windows请勿关闭计算机怎么办...

    有不少windows10系统用户反映说碰到这样一个情况&#xff0c;就是电脑提示正在准备windows请勿关闭计算机&#xff0c;碰到这样的问题该怎么解决呢&#xff0c;现在小编就给大家分享一下windows10系统提示正在准备windows请勿关闭计算机的具体第一种方法&#xff1a;1、2、依次…...

    2022/11/19 21:17:11
  32. 配置 已完成 请勿关闭计算机,win7系统关机提示“配置Windows Update已完成30%请勿关闭计算机”的解决方法...

    今天和大家分享一下win7系统重装了Win7旗舰版系统后&#xff0c;每次关机的时候桌面上都会显示一个“配置Windows Update的界面&#xff0c;提示请勿关闭计算机”&#xff0c;每次停留好几分钟才能正常关机&#xff0c;导致什么情况引起的呢&#xff1f;出现配置Windows Update…...

    2022/11/19 21:17:10
  33. 电脑桌面一直是清理请关闭计算机,windows7一直卡在清理 请勿关闭计算机-win7清理请勿关机,win7配置更新35%不动...

    只能是等着&#xff0c;别无他法。说是卡着如果你看硬盘灯应该在读写。如果从 Win 10 无法正常回滚&#xff0c;只能是考虑备份数据后重装系统了。解决来方案一&#xff1a;管理员运行cmd&#xff1a;net stop WuAuServcd %windir%ren SoftwareDistribution SDoldnet start WuA…...

    2022/11/19 21:17:09
  34. 计算机配置更新不起,电脑提示“配置Windows Update请勿关闭计算机”怎么办?

    原标题&#xff1a;电脑提示“配置Windows Update请勿关闭计算机”怎么办&#xff1f;win7系统中在开机与关闭的时候总是显示“配置windows update请勿关闭计算机”相信有不少朋友都曾遇到过一次两次还能忍但经常遇到就叫人感到心烦了遇到这种问题怎么办呢&#xff1f;一般的方…...

    2022/11/19 21:17:08
  35. 计算机正在配置无法关机,关机提示 windows7 正在配置windows 请勿关闭计算机 ,然后等了一晚上也没有关掉。现在电脑无法正常关机...

    关机提示 windows7 正在配置windows 请勿关闭计算机 &#xff0c;然后等了一晚上也没有关掉。现在电脑无法正常关机以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;关机提示 windows7 正在配…...

    2022/11/19 21:17:05
  36. 钉钉提示请勿通过开发者调试模式_钉钉请勿通过开发者调试模式是真的吗好不好用...

    钉钉请勿通过开发者调试模式是真的吗好不好用 更新时间:2020-04-20 22:24:19 浏览次数:729次 区域: 南阳 > 卧龙 列举网提醒您:为保障您的权益,请不要提前支付任何费用! 虚拟位置外设器!!轨迹模拟&虚拟位置外设神器 专业用于:钉钉,外勤365,红圈通,企业微信和…...

    2022/11/19 21:17:05
  37. 配置失败还原请勿关闭计算机怎么办,win7系统出现“配置windows update失败 还原更改 请勿关闭计算机”,长时间没反应,无法进入系统的解决方案...

    前几天班里有位学生电脑(windows 7系统)出问题了&#xff0c;具体表现是开机时一直停留在“配置windows update失败 还原更改 请勿关闭计算机”这个界面&#xff0c;长时间没反应&#xff0c;无法进入系统。这个问题原来帮其他同学也解决过&#xff0c;网上搜了不少资料&#x…...

    2022/11/19 21:17:04
  38. 一个电脑无法关闭计算机你应该怎么办,电脑显示“清理请勿关闭计算机”怎么办?...

    本文为你提供了3个有效解决电脑显示“清理请勿关闭计算机”问题的方法&#xff0c;并在最后教给你1种保护系统安全的好方法&#xff0c;一起来看看&#xff01;电脑出现“清理请勿关闭计算机”在Windows 7(SP1)和Windows Server 2008 R2 SP1中&#xff0c;添加了1个新功能在“磁…...

    2022/11/19 21:17:03
  39. 请勿关闭计算机还原更改要多久,电脑显示:配置windows更新失败,正在还原更改,请勿关闭计算机怎么办...

    许多用户在长期不使用电脑的时候&#xff0c;开启电脑发现电脑显示&#xff1a;配置windows更新失败&#xff0c;正在还原更改&#xff0c;请勿关闭计算机。。.这要怎么办呢&#xff1f;下面小编就带着大家一起看看吧&#xff01;如果能够正常进入系统&#xff0c;建议您暂时移…...

    2022/11/19 21:17:02
  40. 还原更改请勿关闭计算机 要多久,配置windows update失败 还原更改 请勿关闭计算机,电脑开机后一直显示以...

    配置windows update失败 还原更改 请勿关闭计算机&#xff0c;电脑开机后一直显示以以下文字资料是由(历史新知网www.lishixinzhi.com)小编为大家搜集整理后发布的内容&#xff0c;让我们赶快一起来看一下吧&#xff01;配置windows update失败 还原更改 请勿关闭计算机&#x…...

    2022/11/19 21:17:01
  41. 电脑配置中请勿关闭计算机怎么办,准备配置windows请勿关闭计算机一直显示怎么办【图解】...

    不知道大家有没有遇到过这样的一个问题&#xff0c;就是我们的win7系统在关机的时候&#xff0c;总是喜欢显示“准备配置windows&#xff0c;请勿关机”这样的一个页面&#xff0c;没有什么大碍&#xff0c;但是如果一直等着的话就要两个小时甚至更久都关不了机&#xff0c;非常…...

    2022/11/19 21:17:00
  42. 正在准备配置请勿关闭计算机,正在准备配置windows请勿关闭计算机时间长了解决教程...

    当电脑出现正在准备配置windows请勿关闭计算机时&#xff0c;一般是您正对windows进行升级&#xff0c;但是这个要是长时间没有反应&#xff0c;我们不能再傻等下去了。可能是电脑出了别的问题了&#xff0c;来看看教程的说法。正在准备配置windows请勿关闭计算机时间长了方法一…...

    2022/11/19 21:16:59
  43. 配置失败还原请勿关闭计算机,配置Windows Update失败,还原更改请勿关闭计算机...

    我们使用电脑的过程中有时会遇到这种情况&#xff0c;当我们打开电脑之后&#xff0c;发现一直停留在一个界面&#xff1a;“配置Windows Update失败&#xff0c;还原更改请勿关闭计算机”&#xff0c;等了许久还是无法进入系统。如果我们遇到此类问题应该如何解决呢&#xff0…...

    2022/11/19 21:16:58
  44. 如何在iPhone上关闭“请勿打扰”

    Apple’s “Do Not Disturb While Driving” is a potentially lifesaving iPhone feature, but it doesn’t always turn on automatically at the appropriate time. For example, you might be a passenger in a moving car, but your iPhone may think you’re the one dri…...

    2022/11/19 21:16:57