master
commit
2b63159cd5
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<module type="WEB_MODULE" version="4">
|
||||
<component name="NewModuleRootManager">
|
||||
<content url="file://$MODULE_DIR$" />
|
||||
<orderEntry type="inheritedJdk" />
|
||||
<orderEntry type="sourceFolder" forTests="false" />
|
||||
</component>
|
||||
</module>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="JavaScriptSettings">
|
||||
<option name="languageLevel" value="ES6" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,8 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ProjectModuleManager">
|
||||
<modules>
|
||||
<module fileurl="file://$PROJECT_DIR$/.idea/hxyshtml.iml" filepath="$PROJECT_DIR$/.idea/hxyshtml.iml" />
|
||||
</modules>
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,6 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="VcsDirectoryMappings">
|
||||
<mapping directory="$PROJECT_DIR$" vcs="Git" />
|
||||
</component>
|
||||
</project>
|
|
@ -0,0 +1,52 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="ChangeListManager">
|
||||
<list default="true" id="2998ea87-424a-4345-92ab-b76c46205a7f" name="默认更改列表" comment="" />
|
||||
<option name="SHOW_DIALOG" value="false" />
|
||||
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
||||
<option name="HIGHLIGHT_NON_ACTIVE_CHANGELIST" value="false" />
|
||||
<option name="LAST_RESOLUTION" value="IGNORE" />
|
||||
</component>
|
||||
<component name="ComposerSettings">
|
||||
<execution>
|
||||
<executable />
|
||||
</execution>
|
||||
</component>
|
||||
<component name="Git.Settings">
|
||||
<option name="RECENT_GIT_ROOT_PATH" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="ProjectId" id="1yZpI8F8917Km4rGrn4VoaMOase" />
|
||||
<component name="ProjectViewState">
|
||||
<option name="hideEmptyMiddlePackages" value="true" />
|
||||
<option name="showExcludedFiles" value="true" />
|
||||
<option name="showLibraryContents" value="true" />
|
||||
</component>
|
||||
<component name="PropertiesComponent">
|
||||
<property name="RunOnceActivity.ShowReadmeOnStart" value="true" />
|
||||
<property name="WebServerToolWindowFactoryState" value="false" />
|
||||
<property name="last_opened_file_path" value="$PROJECT_DIR$" />
|
||||
</component>
|
||||
<component name="SvnConfiguration">
|
||||
<configuration />
|
||||
</component>
|
||||
<component name="TaskManager">
|
||||
<task active="true" id="Default" summary="Default task">
|
||||
<changelist id="2998ea87-424a-4345-92ab-b76c46205a7f" name="默认更改列表" comment="" />
|
||||
<created>1632468881477</created>
|
||||
<option name="number" value="Default" />
|
||||
<option name="presentableId" value="Default" />
|
||||
<updated>1632468881477</updated>
|
||||
<workItem from="1632468882655" duration="163000" />
|
||||
</task>
|
||||
<servers />
|
||||
</component>
|
||||
<component name="TypeScriptGeneratedFilesManager">
|
||||
<option name="version" value="1" />
|
||||
</component>
|
||||
<component name="WindowStateProjectService">
|
||||
<state x="644" y="253" width="632" height="534" key="find.popup" timestamp="1632469044921">
|
||||
<screen x="0" y="0" width="1920" height="1040" />
|
||||
</state>
|
||||
<state x="644" y="253" width="632" height="534" key="find.popup/0.0.1920.1040@0.0.1920.1040" timestamp="1632469044921" />
|
||||
</component>
|
||||
</project>
|
|
@ -26,7 +26,7 @@ body{padding: 0;margin: 0;}
|
|||
.foot-end-titlez,.foot-end-title{font-size: 14px;line-height: 26px;font-weight: bold;}
|
||||
.foot-end-content{font-size: 13px;color: #616161;}
|
||||
.shu-logo{max-height: 70px; margin-bottom: 14px;}
|
||||
.foot-count{margin: 30px 15px 0 15px;line-height: 30px;}
|
||||
.foot-count{margin: 30px 15px 0 15px;line-height: 30px;width: 100%;}
|
||||
.foot-qrcode{margin-top: 30px;display: flex;justify-content: space-between;}
|
||||
.foot-qrcode>div{display: flex;flex-direction: column;align-items: center;cursor: pointer;}
|
||||
.foot-qrcode>div>img{width: 99px;height: 99px;}
|
||||
|
@ -39,14 +39,14 @@ body{padding: 0;margin: 0;}
|
|||
.fixed_foot>a{padding: 15px 0 10px 0;border-left: 1px solid rgba(255,255,255,.2);text-decoration: none;}
|
||||
.fixed_foot>a:nth-child(1){border-left: 1px solid rgba(255,255,255,0);}
|
||||
@media (max-width:766px){
|
||||
.foot-end-box{margin-bottom: 70px;}
|
||||
/* .foot-end-box{margin-bottom: 70px;} */
|
||||
.foot-nav-box{padding: 10px 15px;}
|
||||
.foot-end-right .linh30{line-height: 25px;}
|
||||
.foot-end-box>div:first-child{padding: 20px 20px 0 15px;}
|
||||
.foot-count {margin: 10px 15px 0 15px;line-height: 26px;}
|
||||
.foot-end-box > div:first-child{display: none;}
|
||||
.foot-end-bottom,.foot-nav-box,.shu-logo{display: none;}
|
||||
.foot-count {margin: 0px;line-height: 25px;width: 60%;}
|
||||
.foot-count {margin: 0px;line-height: 25px;width: 74%;}
|
||||
.foot-end-titlez, .foot-end-title{font-size: 17px;font-weight: bold;color: #CB1919;margin-bottom: 0px;}
|
||||
.foot-end-content {font-size: 14px;}
|
||||
/* .foot-count .foot-end-content:nth-child(3) {float: left;margin-right: 64px;} */
|
||||
|
@ -56,6 +56,7 @@ body{padding: 0;margin: 0;}
|
|||
.fixed_foot{display: flex;}
|
||||
.foot-end-right {padding: 0 20px 15px 20px;display: block;}
|
||||
.foot-end-right>div:first-child{width: 74%;}
|
||||
.foot-bottom{padding-bottom: 70px;}
|
||||
|
||||
}
|
||||
@media (min-width:767px) and (max-width:991px){
|
||||
|
@ -75,6 +76,7 @@ body{padding: 0;margin: 0;}
|
|||
.foot-qrcode {margin-top: -245px;display: flex;flex-direction: column;float: right;}
|
||||
.foot-qrcode>div>div{font-size: 16px;}
|
||||
.foot-end-title{margin-top: 30px;}
|
||||
.foot-bottom{padding-bottom: 70px;}
|
||||
}
|
||||
@media (min-width:992px) and (max-width:1199px){
|
||||
.foot-nav-box{padding: 20px 60px;}
|
||||
|
|
|
@ -1796,7 +1796,8 @@ input {
|
|||
border-top: 1px solid #CCCCCC;
|
||||
}
|
||||
|
||||
#cq-list a,#sh-list a{width: 41%;}
|
||||
#sh-list a{width: 41%;}
|
||||
#cq-list a{width: 100%;}
|
||||
#sh-list a .pa{bottom: 0px;background: linear-gradient(to top,rgba(0,0,0,.5),rgba(255,255,255,0));margin: 0;}
|
||||
#sh-list .dis .m-y20:last-child {
|
||||
margin-right: 0;
|
||||
|
@ -6037,3 +6038,4 @@ ul {
|
|||
.jies-box>div:first-child span{margin-left: 20px;cursor: pointer;color: #222222;font-size: 14px;}
|
||||
.jies-box>div:last-child span span{font-size: 20px;font-weight: bold;color: #CB1919;}
|
||||
.jies-box .settlement{height: 50px;background: #CB1919;color: #FFFFFF;display: inline-block;width: 130px;text-align: center;font-size: 18px;margin-left: 10px;cursor: pointer;}
|
||||
|
||||
|
|
|
@ -507,7 +507,6 @@ align-items: center;
|
|||
width: 33%;
|
||||
}
|
||||
.tyhder_listnav {
|
||||
|
||||
padding-bottom: 26px;
|
||||
}
|
||||
#ys-cate{overflow-x: scroll;overflow-y: hidden;}
|
||||
|
@ -516,25 +515,31 @@ align-items: center;
|
|||
.zx-nav li, .szx-nav li, .px-nav li{flex-shrink: 0;margin-right: 20px;}
|
||||
.jg-xian{display: none;}
|
||||
.jg-guanz {width: 80px;height: 30px;line-height: 30px;}
|
||||
}
|
||||
|
||||
@media screen and (min-width:1621px) and (max-width:1820px) {
|
||||
.logo{width: 30%;}
|
||||
.p-zy180,.head-box{padding: 20px 180px;}
|
||||
.tyhder_di {
|
||||
display: none;
|
||||
}
|
||||
.tyhder_listnav a{
|
||||
padding-left: 8px;
|
||||
}
|
||||
#ys-cate{overflow-x: scroll;overflow-y: hidden;}
|
||||
#ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;}
|
||||
.zx-nav li, .szx-nav li, .px-nav li{flex-shrink: 0;margin-right: 20px;}
|
||||
.jg-xian{display: none;}
|
||||
|
||||
/* 购物车 */
|
||||
.cart-head{padding: 22px 0px 16px 0px;}
|
||||
.cart-content>div:nth-child(1),.cart-head div:first-child{width: 16%;padding-left: 20px;}
|
||||
.cart-head div:nth-of-type(6){width: 8%;}
|
||||
|
||||
.cart-content{margin-top: 20px;}
|
||||
.cart-content>div:nth-child(6){width: 8%;padding-top: 10px;}
|
||||
.num-box{width: 12%;padding-top: 10px;}
|
||||
|
||||
/* 结算页面 */
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {width: 120px;padding: 10px 0;text-align: center;}
|
||||
}
|
||||
|
||||
@media screen and (min-width:1621px) and (max-width:1820px) {
|
||||
.logo {width: 30%;}
|
||||
.p-zy180,.head-box{padding: 20px 180px;}
|
||||
.tyhder_di {display: none;}
|
||||
.tyhder_listnav a{padding-left: 8px;}
|
||||
#ys-cate{overflow-x: scroll;overflow-y: hidden;}
|
||||
#ys-cate li{padding: 10px 0 8px 0;font-size: 14px;flex-shrink: 0;}
|
||||
.zx-nav li, .szx-nav li, .px-nav li{flex-shrink: 0;margin-right: 20px;}
|
||||
.jg-xian{display: none;}
|
||||
/* 结算页面 */
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {width: 120px;padding: 10px 0;text-align: center;}
|
||||
}
|
||||
@media (min-width:767px) and (max-width:991px){
|
||||
.tygrzx_ysnr {
|
||||
|
@ -644,6 +649,7 @@ align-items: center;
|
|||
.zx-nav li, .szx-nav li, .px-nav li {margin-right: 20px;padding: 10px 0 8px 0;font-size: 14px;}
|
||||
.zx-xx,.zx-gg {padding: 3px 10px;font-size: 14px;}
|
||||
#zled,#zlwill,#zling{width: 100%;}
|
||||
#zl-list{padding-bottom: 20px;}
|
||||
#zl-list .m-s30{margin-top: 20px;}
|
||||
#zl-list .w90{width: 100%;max-height: 200px;object-fit: cover;}
|
||||
#ys-list {justify-content: space-between;width: 100%;margin-top: -20px;}
|
||||
|
@ -749,7 +755,6 @@ align-items: center;
|
|||
#ysj-ft-list .pd20{padding: 0;}
|
||||
#ysjzz-list img{margin-bottom: 10px;}
|
||||
.m-s50{margin-top: 20px;}
|
||||
|
||||
#jgjj-box{margin-top: 0px;}
|
||||
.jg-tou{margin-top: 10px;}
|
||||
.jg-tou .p-sx20{padding: 0 20px;}
|
||||
|
@ -760,7 +765,7 @@ align-items: center;
|
|||
#jgjj-box .linh42 .dac{align-items: baseline;}
|
||||
.jg-guanz{width: 80px;height: 30px;line-height: 30px;flex-shrink: 0;margin-left: 10px;}
|
||||
.borr{font-size: 14px;}
|
||||
|
||||
.zzDetail{display: inline-block;}
|
||||
.jg-tou .p-zy20{padding-left: 0px;padding-right: 0px;}
|
||||
#jgs-list,#jgz-list,#jgm-list{justify-content: space-between;}
|
||||
#jgs-list .w25,#jgz-list .w25,#jgm-list .w25{width: 48%;}
|
||||
|
@ -770,6 +775,7 @@ align-items: center;
|
|||
#jgz-list .m-s10{margin-top: 0;}
|
||||
#jgcy-box{padding-bottom: 20px;}
|
||||
#zx-list .m-y30{margin-right: 10px;}
|
||||
.px-nav {margin-bottom: 20px;}
|
||||
.artist_box .pd6,.trainDetail .pd6{margin-left: -20px;margin-right: -20px;}
|
||||
.trainDetail .m-s30{margin-top: 6px;}
|
||||
.trainDetail .m-x10{display: none;}
|
||||
|
@ -874,6 +880,83 @@ align-items: center;
|
|||
.tyhder_di{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.zhanw{height: 20px;}
|
||||
/* 购物车 */
|
||||
section .whoil .whoil-1{padding: 20px;margin: 0 -20px;}
|
||||
section .whoil .whoil-1 .all {font-size: 16px;border-bottom: #cb1919 1px solid;}
|
||||
section .whoil{padding: 0 20px;}
|
||||
.cart-content{display: flex;position: relative;justify-content: space-between;padding: 10px 10px 60px 10px;}
|
||||
.cart-head{display: none;}
|
||||
.cart-content > div:nth-child(1), .cart-head div:first-child{width: 20%;display: flex;justify-content: space-between;align-items: center;}
|
||||
.cart-content>div:nth-child(1),.cart-head div:first-child{width: 100px;padding-left: 0px;}
|
||||
.m-z37 {margin-left: 0px;}
|
||||
.cart-content{margin-top: 10px;}
|
||||
.cart-content>div:nth-child(2){width: 100%;padding-top: 0px;}
|
||||
.cart-content>div:nth-child(2) a{font-size: 14px;height: 50px;line-height: 24px;}
|
||||
.cart-content>div:nth-child(3){font-size: 14px;position: absolute;bottom: 70px;right: 10px;width: auto;}
|
||||
.cart-content>div:nth-child(3)::before{content: '单价:';font-weight: 400;color: #525252;}
|
||||
.cart-content>div:nth-child(5){font-size: 14px;position: absolute;bottom: 10px;right: 15%;width: auto;}
|
||||
.cart-content>div:nth-child(5)::before{content: '总价:';}
|
||||
.cart-content>div:nth-child(6){position: absolute;bottom: 10px;right: 10px;width: auto;}
|
||||
.num-box{padding-top: 10px;position: absolute;bottom: 36px;right: 10px;width: auto;}
|
||||
.jies-box{margin-top: 10px;height: 40px;line-height: 40px;}
|
||||
.jies-box .settlement {height: 40px;width: 80px;font-size: 16px;}
|
||||
.jies-box > div:first-child span {margin-left: 10px;}
|
||||
section .whoil .whoil-1 .swiper-container .swiper-text {padding: 20px 0px 10px 0;margin-bottom: 20px;font-size: 16px;}
|
||||
section .whoil .whoil-1 .swiper-container img {height: 190px;object-fit: cover;}
|
||||
section .whoil .whoil-1 .swiper-container { padding-bottom: 30px;}
|
||||
|
||||
/* 订单结算 */
|
||||
section .whole{padding: 0 20px;}
|
||||
section .whole .whole-1 .all h2{font-size: 18px;}
|
||||
section .whole .whole-1 .Buyers #container span:nth-child(2) a{font-size: 14px;}
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {padding: 8px 0;width: 100px;text-align: center;}
|
||||
section .whole .whole-1 .Buyers #container #wrap .address{flex-wrap: wrap;}
|
||||
section .whole .whole-1 .Buyers #container #wrap .address p{margin: 10px 0;width: 100%;}
|
||||
section .whole .whole-1 .Buyers{padding: 20px 0;}
|
||||
section .whole .whole-1 .coupon{display: flex;flex-wrap: wrap;justify-content: space-between;}
|
||||
section .whole .whole-1 .Buyers #container #read-more{margin-top: 0px;}
|
||||
section .whole .whole-1 .coupon{padding-left: 0px;padding-bottom: 20px;}
|
||||
section .whole .whole-1 .coupon .yh{width: 48%;margin-right: 0px;margin-top: 20px;height: 100px;}
|
||||
.msg-bei {margin-top: 20px;}
|
||||
.setall > div:first-child { padding: 10px 20px;}
|
||||
.price-box {line-height: 25px;font-size: 14px;}
|
||||
.setall > div:nth-child(2) {padding: 10px 20px;}
|
||||
.sumbtn-box { padding: 10px 20px 10px 0;}
|
||||
.sumbtn-box div {font-size: 14px;width: 100px;height: 30px;line-height: 30px;}
|
||||
.commodity .jies-head {display: none;}
|
||||
.jies-list{display: flex;justify-content: space-between;position: relative;}
|
||||
.jies-list>div:first-child{width: 100%;text-align: left;display: flex;}
|
||||
.jies-list>div:first-child div div{font-size: 14px;line-height: 24px;color: #000000;margin-left: 10px;width: 100%;height: auto;}
|
||||
.jies-list>div:nth-child(2)::before{content: '单价:';font-size: 14px;}
|
||||
.jies-list>div:nth-child(2){position: absolute;bottom: 32px;right: 0;width: auto;}
|
||||
.jies-list div:nth-child(3){position: absolute;bottom: 32px;width: auto;left: 95px;}
|
||||
.jies-list div:nth-child(4)::before{content: '合计:';font-size: 14px;}
|
||||
.jies-list div:nth-child(4){position: absolute;bottom: 10px;right: 0;width: auto;}
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .na-2{margin-top: 0px;}
|
||||
.yhmoney > div:first-child {font-size: 30px;}
|
||||
.yhyuan {font-size: 12px;}
|
||||
.yhman {font-size: 12px;}
|
||||
.yhdate {margin-top: 22px;font-size: 12px;}
|
||||
.yhguoqi {margin-top: 22px;font-size: 12px;}
|
||||
|
||||
section .whole .whole-1 .Wxcollec {line-height: 0px;padding-top: 40px;}
|
||||
section .whole .whole-1 .Wxcollec .wxprice span {font-size: 20px;}
|
||||
section .whole .whole-1 .Wxcollec .wxprice {padding-bottom: 40px;}
|
||||
section .whole .whole-1 .Wxcollec .wxzf {padding-bottom: 30px;}
|
||||
|
||||
section .whole .whole-1 .payment {line-height: 40px;padding-top: 50px; padding-bottom: 50px;}
|
||||
section .whole .whole-1 .payment img {width: 50px;}
|
||||
section .whole .whole-1 .payment h2{font-size: 16px;}
|
||||
section .whole .whole-1 .payment .order{display: flex;flex-direction: column;}
|
||||
section .whole .whole-1 .payment .order .odernum{padding-right: 0px;}
|
||||
section .whole .whole-1 .payment .order .oderhome{padding-left: 0px;}
|
||||
header .bac{height: auto;padding-bottom: 20px;}
|
||||
.pubpopu{border-radius: 0px;}
|
||||
.tankt {font-size: 14px;}
|
||||
|
||||
.zzFoot{display: inline-block;width: 100%;}
|
||||
}
|
||||
@media (max-width:520px){
|
||||
.tygrzx_mr {
|
||||
|
@ -1118,6 +1201,50 @@ white-space: nowrap;
|
|||
|
||||
|
||||
|
||||
#jgsk-box,#jgzh-box,#jgcy-box{padding-bottom: 20px;}
|
||||
#zx-list .m-y30{margin-right: 10px;}
|
||||
.trainDetail .p-zy40{padding-left: 20px;padding-right: 20px;}
|
||||
.trainDetail .clips4{-webkit-line-clamp: 3;}
|
||||
.trainDetail .linh30{line-height: 25px;}
|
||||
#pm-list img{height: 200px;}
|
||||
#pm-list .w56{width: 100%;padding-left: 10px;padding-right: 10px;}
|
||||
#pm-list .clips3{-webkit-line-clamp: 2;}
|
||||
#pm-list .m-s20{margin-top: 10px;}
|
||||
#pm-list .m-x10{margin-bottom: 0px;}
|
||||
#pm-list .p-sx20{padding-top: 10px;padding-bottom: 10px;}
|
||||
#pm-list .font-20{font-size: 15px;}
|
||||
#pm-list .font-15{font-size: 13px;}
|
||||
#pm-list .m-x20{margin-bottom: 10px;}
|
||||
/* 购物车 */
|
||||
section .whoil{padding: 0 20px;}
|
||||
.cart-content > div:nth-child(1), .cart-head div:first-child{width: 10%;}
|
||||
.cart-head{padding: 22px 0px 16px 0px;}
|
||||
.cart-content>div:nth-child(1),.cart-head div:first-child{width: 16%;padding-left: 20px;}
|
||||
.cart-head div:nth-of-type(2){width: 38%;padding-left: 20px;}
|
||||
.cart-head div:nth-of-type(3){width: 12%;}
|
||||
.cart-head div:nth-of-type(4){width: 12%;}
|
||||
.cart-head div:nth-of-type(5){width: 11%;}
|
||||
.cart-head div:nth-of-type(6){width: 8%;}
|
||||
.m-z37 {margin-left: 20px;}
|
||||
.cart-content{margin-top: 20px;}
|
||||
.cart-content>div:nth-child(2){width: 38%;padding-left: 20px;padding-top: 10px;}
|
||||
.cart-content>div:nth-child(2) a{font-size: 15px;height: 50px;line-height: 24px;}
|
||||
.cart-content>div:nth-child(3){width: 12%;padding-top: 10px;font-size: 14px;}
|
||||
.cart-content>div:nth-child(5){width: 11%;padding-top: 10px;font-size: 14px;}
|
||||
.cart-content>div:nth-child(6){width: 8%;padding-top: 10px;}
|
||||
.num-box{width: 12%;padding-top: 10px;}
|
||||
|
||||
/* 订单结算 */
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {padding: 8px 0;width: 100px;text-align: center;}
|
||||
section .whole .whole-1 .Buyers{padding: 20px 0;}
|
||||
section .whole{padding: 0 20px;}
|
||||
section .whole .whole-1 .coupon{display: flex;flex-wrap: wrap;}
|
||||
section .whole .whole-1 .coupon .yh{width: 30.5%;margin-right: 20px;}
|
||||
section .whole .whole-1 .Buyers #container #read-more{margin-top: 0px;}
|
||||
section .whole .whole-1 .Buyers #container #wrap .address{margin-bottom: 10px;}
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .na-2{margin-top: 0px;}
|
||||
|
||||
header .bac{padding-bottom: 20px;}
|
||||
}
|
||||
@media screen and (width:320px) {
|
||||
.exhibition .item-box {
|
||||
|
@ -1163,7 +1290,31 @@ white-space: nowrap;
|
|||
#pm-list .font-15{font-size: 13px;}
|
||||
#pm-list .m-x20{margin-bottom: 10px;}
|
||||
|
||||
|
||||
/* 购物车 */
|
||||
section .whoil{padding: 0 120px;}
|
||||
.cart-content > div:nth-child(1), .cart-head div:first-child{width: 10%;}
|
||||
.cart-head{padding: 22px 0px 16px 0px;}
|
||||
.cart-content>div:nth-child(1),.cart-head div:first-child{width: 16%;padding-left: 20px;}
|
||||
.cart-head div:nth-of-type(2){width: 38%;padding-left: 20px;}
|
||||
.cart-head div:nth-of-type(3){width: 12%;}
|
||||
.cart-head div:nth-of-type(4){width: 12%;}
|
||||
.cart-head div:nth-of-type(5){width: 11%;}
|
||||
.cart-head div:nth-of-type(6){width: 8%;}
|
||||
.m-z37 {margin-left: 20px;}
|
||||
.cart-content{margin-top: 20px;}
|
||||
.cart-content>div:nth-child(2){width: 38%;padding-left: 20px;padding-top: 10px;}
|
||||
.cart-content>div:nth-child(2) a{font-size: 15px;height: 50px;line-height: 24px;}
|
||||
.cart-content>div:nth-child(3){width: 12%;padding-top: 10px;font-size: 14px;}
|
||||
.cart-content>div:nth-child(5){width: 11%;padding-top: 10px;font-size: 14px;}
|
||||
.cart-content>div:nth-child(6){width: 8%;padding-top: 10px;}
|
||||
.num-box{width: 12%;padding-top: 10px;}
|
||||
|
||||
/* 订单结算 */
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {width: 120px;padding: 10px 0;text-align: center;}
|
||||
section .whole{padding: 0 120px;}
|
||||
section .whole .whole-1 .coupon{display: flex;flex-wrap: wrap;}
|
||||
section .whole .whole-1 .coupon .yh{width: 30.5%;margin-right: 20px;}
|
||||
section .whole .whole-1 .Buyers #container #read-more{margin-top: 0px;}
|
||||
}
|
||||
@media (min-width:1200px) and (max-width:1440px){
|
||||
#ys-cate{overflow-x: scroll;overflow-y: hidden;}
|
||||
|
@ -1173,4 +1324,29 @@ white-space: nowrap;
|
|||
.jg-xian{display: none;}
|
||||
.jg-guanz {width: 80px;height: 30px;line-height: 30px;}
|
||||
.p-zy180,.head-box {padding: 20px 100px;}
|
||||
|
||||
/* 购物车 */
|
||||
section .whoil{padding: 0 120px;}
|
||||
.cart-content > div:nth-child(1), .cart-head div:first-child{width: 10%;}
|
||||
.cart-head{padding: 22px 0px 16px 0px;}
|
||||
.cart-content>div:nth-child(1),.cart-head div:first-child{width: 12%;padding-left: 20px;}
|
||||
.cart-head div:nth-of-type(2){width: 42%;padding-left: 20px;}
|
||||
.cart-head div:nth-of-type(3){width: 12%;}
|
||||
.cart-head div:nth-of-type(4){width: 12%;}
|
||||
.cart-head div:nth-of-type(5){width: 11%;}
|
||||
.cart-head div:nth-of-type(6){width: 11%;}
|
||||
|
||||
.cart-content{margin-top: 20px;}
|
||||
.cart-content>div:nth-child(2){width: 42%;padding-left: 20px;padding-top: 10px;}
|
||||
.cart-content>div:nth-child(2) a{font-size: 15px;height: 50px;line-height: 24px;}
|
||||
.cart-content>div:nth-child(3){width: 12%;padding-top: 10px;font-size: 14px;}
|
||||
.cart-content>div:nth-child(5){width: 11%;padding-top: 10px;font-size: 14px;}
|
||||
.cart-content>div:nth-child(6){width: 11%;padding-top: 10px;}
|
||||
.num-box{width: 12%;padding-top: 10px;}
|
||||
|
||||
/* 订单结算 */
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {width: 160px;padding: 10px 0;text-align: center;}
|
||||
section .whole{padding: 0 120px;}
|
||||
section .whole .whole-1 .coupon{display: flex;flex-wrap: wrap;}
|
||||
section .whole .whole-1 .coupon .yh{width: 30.5%;}
|
||||
}
|
|
@ -81,10 +81,9 @@ section .whole .whole-1 .Buyers #container #wrap .address {
|
|||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name {
|
||||
display: inline-block;
|
||||
padding: 10px 50px;
|
||||
width: 160px;padding: 10px 0;text-align: center;
|
||||
position: relative;
|
||||
}
|
||||
section .whole .whole-1 .Buyers #container #wrap .address .name img {
|
||||
|
@ -140,14 +139,17 @@ section .whole .whole-1 .coupon .yh {
|
|||
/* 优惠卷的背景 */
|
||||
section .whole .whole-1 .coupon .coupon-1 {
|
||||
background: url("../../img/images/coupon-1.png");
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
section .whole .whole-1 .coupon .coupon-2 {
|
||||
background: url("../../img/images/coupon-2.png");
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
|
||||
section .whole .whole-1 .coupon .coupon-3 {
|
||||
background: url("../../img/images/coupon-3.png");
|
||||
background-size: 100% 100%;
|
||||
}
|
||||
/* 提交订单 */
|
||||
section .whole .setall {
|
||||
|
@ -167,17 +169,6 @@ section .whole .setall {
|
|||
top: -50px;
|
||||
}
|
||||
.zhanw{height: 30px;width: 100%;background: #f5f5f5;}
|
||||
.table-box{text-align: center;width: 100%;}
|
||||
.table-box tr:first-child{background-color: #f3f3f3;}
|
||||
.table-box tr:first-child>th:first-child{text-align: left;padding: 22px 0 16px 20px;width: 480px;}
|
||||
.table-box tr:first-child>th:nth-child(2){width: 150px;}
|
||||
.table-box tr:first-child>th:nth-child(3){width: 80px;}
|
||||
.table-box tr:first-child>th:nth-child(4){width: 180px;}
|
||||
.table-box .item-box td:nth-child(1){width: 480px;text-align: left;padding: 20px;border-bottom: 1px solid #f2f2f2;}
|
||||
.table-box .item-box td:nth-child(1) div{width: 480px;display: flex;}
|
||||
.table-box .item-box td:nth-child(1) div div{font-size: 14px;line-height: 24px;color: #525252;margin-left: 10px;}
|
||||
.table-box .item-box td:nth-child(2),.table-box .item-box td:nth-child(3),.table-box .item-box td:nth-child(4){padding: 20px;font-weight: bold;border-bottom: 1px solid #f2f2f2;}
|
||||
.table-box .item-box td:nth-child(4){color: #CB1919;}
|
||||
|
||||
.yhquan{font-size: 15px;color: #333333;font-weight: bold;}
|
||||
.yhmoney{display: flex;align-items: center;margin-top: 20px;}
|
||||
|
@ -196,4 +187,17 @@ section .whole .setall {
|
|||
.allPrice{color: #CB1919;font-weight: bold;font-size: 24px;}
|
||||
.cartAddress{font-size: 14px;color: #333333;opacity: .5;}
|
||||
.sumbtn-box{display: flex;justify-content: flex-end;padding: 30px 20px 30px 0;}
|
||||
.sumbtn-box div{font-size: 18px;color: #FFFFFF;width: 142px;height: 45px;line-height: 45px;text-align: center;background: #CB1919;}
|
||||
.sumbtn-box div{font-size: 18px;color: #FFFFFF;width: 142px;height: 45px;line-height: 45px;text-align: center;background: #CB1919;}
|
||||
|
||||
|
||||
.commodity .jies-head{display: flex;text-align: center;padding: 22px 0 16px 20px;background-color: #f3f3f3;font-size: 16px;font-weight: bold;}
|
||||
.jies-head div:nth-child(1){width: 69%;text-align: left;}
|
||||
.jies-head div:nth-child(2){width: 10%;}
|
||||
.jies-head div:nth-child(3){width: 8%;}
|
||||
.jies-head div:nth-child(4){width: 13%;}
|
||||
.commodity .jies-list{margin-top: 20px;display: flex;text-align: center;border-bottom: 1px solid #F2F2F2;padding-bottom: 20px;}
|
||||
.jies-list>div:first-child{width: 69%;text-align: left;display: flex;}
|
||||
.jies-list>div:first-child div div{font-size: 14px;line-height: 24px;color: #525252;margin-left: 10px;width: 72%;height: auto;}
|
||||
.jies-list>div:nth-child(2){width: 10%;font-weight: bold;}
|
||||
.jies-list div:nth-child(3){width: 8%;font-weight: bold;}
|
||||
.jies-list div:nth-child(4){width: 13%;color: #CB1919;font-weight: bold;}
|
||||
|
|
|
@ -248,7 +248,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -317,7 +317,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -212,7 +212,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -234,7 +234,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -233,7 +233,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -227,7 +227,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -396,7 +396,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -154,7 +154,7 @@
|
|||
上海市樱花路869号喜玛拉雅中心A区3-4 层
|
||||
<div class="dac m-z20 cq-cp fs">
|
||||
<img class="zhanldw" src="../../img/public/zldw.png" >
|
||||
<a href="goMap.html?address='成都市成华区双店路地铁站-a口'"><span class="col007">去这里</span></a>
|
||||
<a href="goMap.html?lng='104.136441'&lat='30.65675'"><span class="col007">去这里</span></a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
@ -593,7 +593,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -5,70 +5,49 @@
|
|||
<meta http-equiv="Cache-Control" content="no-store" />
|
||||
<meta http-equiv="Pragma" content="no-cache" />
|
||||
<meta http-equiv="Expires" content="0" />
|
||||
<title></title>
|
||||
<script type="text/javascript" src="http://api.map.baidu.com/api?v=2.0&ak=DD279b2a90afdf0ae7a3796787a0742e"></script>
|
||||
<title>目的地</title>
|
||||
<script src="https://webapi.amap.com/maps?v=1.4.14&key=4d81136d607c68fb6c906599c0bd1de1&plugin=AMap.Autocomplete,AMap.Geocoder"></script>
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script type="text/javascript">
|
||||
</head>
|
||||
<body>
|
||||
<div id="container" style="width: 600px;height: 600px;"></div>
|
||||
<script>
|
||||
function getUrlParamCN(name) {
|
||||
var reg = new RegExp("(^|&)" + name + "=([^&]*)(&|$)"); //构造一个含有目标参数的正则表达式对象
|
||||
var r = decodeURI(window.location.search).substr(1).match(reg); //匹配目标参数
|
||||
if (r != null) return unescape(r[2]); return null; //返回参数值
|
||||
}
|
||||
var dangAddress = getUrlParamCN("address").split('\'')[1]
|
||||
function initMap(){
|
||||
createMap();//创建地图
|
||||
setMapEvent();//设置地图事件
|
||||
}
|
||||
//创建地图函数:
|
||||
function createMap(){
|
||||
var map = new BMap.Map("BaiduDitu");//在百度地图容器中创建一个地图
|
||||
map.centerAndZoom(dangAddress,18);//设定地图的中心点和坐标并将地图显示在地图容器中
|
||||
window.map = map;//将map变量存储在全局
|
||||
var myGeo = new BMap.Geocoder();
|
||||
// 创建小车图标
|
||||
var myIcon = new BMap.Icon("../../img/public/dwionv.png", new BMap.Size(52, 52));
|
||||
// 将地址解析结果显示在地图上,并调整地图视野
|
||||
myGeo.getPoint(dangAddress, function(point){
|
||||
if(point){
|
||||
// 创建Marker标注,使用小车图标
|
||||
// var pt = new BMap.Point(104.142588, 30.664403);
|
||||
var pt = new BMap.Point(point.lng, point.lat);
|
||||
var marker = new BMap.Marker(pt, {
|
||||
icon: myIcon
|
||||
});
|
||||
marker.enableDragging(); //开启标注拖拽功能
|
||||
marker.addEventListener("dragend", function(e){
|
||||
console.log("当前位置:" + e.point.lng + ", " + e.point.lat);
|
||||
})
|
||||
// 将标注添加到地图
|
||||
map.addOverlay(marker);
|
||||
}
|
||||
})
|
||||
// var pt = new BMap.Point(104.143154,30.664661);
|
||||
// myGeo.getLocation(pt,function(res){
|
||||
// console.log(res.addressComponents);
|
||||
// })
|
||||
}
|
||||
//地图事件设置函数:
|
||||
function setMapEvent(){
|
||||
map.enableDragging();//启用地图拖拽事件,默认启用(可不写)
|
||||
map.enableScrollWheelZoom();//启用地图滚轮放大缩小
|
||||
map.enableDoubleClickZoom();//启用鼠标双击放大,默认启用(可不写)
|
||||
map.enableKeyboard();//启用键盘上下左右键移动地图
|
||||
}
|
||||
$(function(){
|
||||
initMap();//创建和初始化地图
|
||||
var lng = getUrlParamCN("lng").split('\'')[1]
|
||||
var lat = getUrlParamCN("lat").split('\'')[1]
|
||||
//初始化地图
|
||||
var map = new AMap.Map('container', {
|
||||
resizeEnable: true, //是否监控地图容器尺寸变化
|
||||
zoom: 18, //初始地图级别
|
||||
center: [lng,lat] //设置地图中心点坐标
|
||||
});
|
||||
var marker, lnglat;
|
||||
lnglat = [lng,lat]
|
||||
var img = '../../img/public/dwionv.png'
|
||||
var marker = new AMap.Marker({
|
||||
position: new AMap.LngLat(lng,lat),
|
||||
offset: new AMap.Pixel(-20, -40),
|
||||
icon: img, // 添加 Icon 图标 URL
|
||||
title: '',
|
||||
draggable: true //点标记可拖拽
|
||||
});
|
||||
map.add(marker);
|
||||
map.on('click', function(e) {
|
||||
lnglat = e.lnglat;
|
||||
marker.setPosition(lnglat);
|
||||
})
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="Ditumap">
|
||||
<div style="border:none;" id="BaiduDitu"></div>
|
||||
<script type="text/javascript">
|
||||
window.onload = function(){
|
||||
var w_height = $(window).height()
|
||||
var w_width = $(window).width()
|
||||
var html = document.getElementById('BaiduDitu')
|
||||
var html = document.getElementById('container')
|
||||
html.style.height = w_height+'px'
|
||||
html.style.width = w_width+'px'
|
||||
}
|
||||
|
|
|
@ -229,7 +229,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -304,7 +304,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -321,7 +321,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -392,7 +392,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -216,7 +216,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -300,7 +300,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -268,7 +268,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -133,7 +133,7 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="p-zy320 djb p-sx30">
|
||||
<div class="p-zy320 djb p-sx30 zzDetail">
|
||||
<div class="zixun-left-box">
|
||||
<div class="backf5 pd6">
|
||||
<div class="backf p-zy30">
|
||||
|
@ -197,6 +197,8 @@
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- 底部导航 -->
|
||||
<div class="foot-nav-box">
|
||||
<!-- 导航文字 -->
|
||||
|
@ -219,9 +221,9 @@
|
|||
<img src="../../img/public/foot-skype.png" alt="图片缺失" title="钱">
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-end-box">
|
||||
<div class="foot-end-box zzFoot">
|
||||
<div>
|
||||
<img src="../../img/logo.png" alt="图片丢失" title="华夏艺术网">
|
||||
<img src="../../img/logo.png" alt="图片丢失" title="华夏艺术网" />
|
||||
<div class="linh26">
|
||||
<div class="foot-end-title">中国美术家协会副主席、中国版画家协会副主席李焕民先生为华夏艺术网提名</div>
|
||||
<div class="clips2 foot-end-content">是国内最早最大的书画艺术门户网站之一,由四川省美术家协会、四川省书法家协会、四川省诗书画院、成都画院、四川省政协书画研究院等...</div>
|
||||
|
@ -239,7 +241,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -257,7 +257,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -412,7 +412,7 @@
|
|||
<img src="../../img/public/foot-skype.png" alt="图片缺失" title="钱">
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-end-box">
|
||||
<div class="foot-end-box foot-bottom">
|
||||
<div>
|
||||
<img src="../../img/logo.png" alt="图片丢失" title="华夏艺术网">
|
||||
<div class="linh26">
|
||||
|
@ -432,7 +432,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -403,7 +403,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -201,7 +201,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -16,7 +16,7 @@
|
|||
<script src="https://unpkg.com/i18next/dist/umd/i18next.js"></script>
|
||||
<script src="../../js/huaxia.js"></script>
|
||||
<style>
|
||||
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body class="ty_co">
|
||||
|
@ -46,68 +46,79 @@
|
|||
<button class="naliu">菜单</button>
|
||||
<div>
|
||||
<ul class="ty_left">
|
||||
<li class="ty_caidan">收起菜单</li>
|
||||
<li class="ty_lefttx"><img src="../../img/grzx/tx_04.jpg" title="图4" alt="图片已缺失"><div class="clips1 p-zy30">243</div></li>
|
||||
<li class="ty_leftcon ty_lititnoe">
|
||||
<a href="javascript:;"><li class="ty_caidan">收起菜单</li></a>
|
||||
<a href="javascript:;"><li class="ty_lefttx"><img src="../../img/grzx/tx_04.jpg" title="图4" alt="图片已缺失"><div class="clips1 p-zy30 col22">243</div></li></a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_lititnoe">
|
||||
<img class="left-imgone" style="width: 18px;" src="../../img/grzx/icon_1.png" title="图5" alt="图片已缺失">
|
||||
<img class="left-imgtwo" style="width: 18px;" src="../../img/grzx/iocn (1).png" title="个人资料5" alt="图片已缺失">
|
||||
<span class="left-title">个人资料</span>
|
||||
<span class="left-title col19">个人资料</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/grzx/icon_2.png" title="密码修改" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/grzx/iocn (2).png" title="密码修改" alt="图片已缺失">
|
||||
<span>密码修改</span>
|
||||
<span class="col19">密码修改</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/grzx/icon_3.png" title="订单" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/grzx/iocn (3).png" title="订单+" alt="图片已缺失">
|
||||
<span>我的订单</span>
|
||||
<span class="col19">我的订单</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/grzx/icon_4.png" title="关注" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/grzx/iocn (4).png" title="关注" alt="图片已缺失">
|
||||
<span>我的关注</span>
|
||||
<span class="col19">我的关注</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/grzx/icon_5.png" title="收藏" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/grzx/iocn (5).png" title="收藏" alt="图片已缺失">
|
||||
<span>我的收藏</span>
|
||||
<span class="col19">我的收藏</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/grzx/icon_6.png" title="积分" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/grzx/iocn (6).png" title="积分" alt="图片已缺失">
|
||||
<span>我的积分</span>
|
||||
<span class="col19">我的积分</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/grzx/icon_7.png" title="优惠卷" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/grzx/iocn (7).png" title="优惠卷" alt="图片已缺失">
|
||||
<span>我的优惠券</span>
|
||||
<span class="col19">我的优惠券</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/grzx/icon_8.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/grzx/iocn (8).png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<span>征稿作品管理</span>
|
||||
<span class="col19">征稿作品管理</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/public/yscenter08_1.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/public/yscenter08.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<span>收货地址</span>
|
||||
<span class="col19">收货地址</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/public/yscenter09_1.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/public/yscenter09.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<span>推荐作品</span>
|
||||
<span class="col19">推荐作品</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/public/yscenter10_1.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/public/yscenter10.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<span>艺术访谈</span>
|
||||
<span class="col19">艺术访谈</span>
|
||||
</li>
|
||||
<li class="ty_leftcon ty_litittwo">
|
||||
</a>
|
||||
<a href="javascript:;"><li class="ty_leftcon ty_litittwo">
|
||||
<img class="left-imgone" src="../../img/public/yscenter11_1.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<img class="left-imgtwo" src="../../img/public/yscenter11.png" title="征稿作品管理+" alt="图片已缺失">
|
||||
<span>书刊杂志</span>
|
||||
<span class="col19">书刊杂志</span>
|
||||
</li>
|
||||
</a>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
|
|
|
@ -1227,7 +1227,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -8,17 +8,13 @@
|
|||
<title>登录</title>
|
||||
<link rel="stylesheet" href="../../css/layui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/logshoppingcar/login_cart.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/login_cart/login_cart.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/gVerify.js" type="text/javascript" charset="utf-8"></script>
|
||||
</head>
|
||||
<style>
|
||||
.foot-iframe {
|
||||
margin-top: -30px;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
#gotoTop {
|
||||
float: right;
|
||||
position: relative;
|
||||
|
@ -328,7 +324,7 @@
|
|||
</div>
|
||||
</div>
|
||||
<!-- 底部导航 -->
|
||||
<div class="foot-nav-box">
|
||||
<div class="foot-nav-box" style="margin-top: -30px;">
|
||||
<!-- 导航文字 -->
|
||||
<div class="foot-box-nav">
|
||||
<div><a href="../../index.html" target="_parent">首页</a></div>
|
||||
|
@ -369,7 +365,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -8,15 +8,11 @@
|
|||
<link rel="stylesheet" href="../../css/layui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/logshoppingcar/login_cart.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
</head>
|
||||
<style>
|
||||
.foot-iframe {
|
||||
margin-top: -30px;
|
||||
color: rgb(255, 255, 255);
|
||||
}
|
||||
|
||||
#gotoTop {
|
||||
float: right;
|
||||
position: relative;
|
||||
|
@ -24,7 +20,6 @@
|
|||
top: -50px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<body>
|
||||
<header class="tyhder_herader">
|
||||
<img src="../../img/grzx/topimg.jpg" title="图1" alt="图片已缺失">
|
||||
|
@ -55,8 +50,7 @@
|
|||
<div class="Wxcollec">
|
||||
<div class="wxprice">应付金额:<span class="">2234.50</span>元</div>
|
||||
<!-- 微信二维码 -->
|
||||
<div class="qrcode"><img class="" alt="图片丢失" title="微信收款二维码" src="../../img/images/wxqrcode.png">
|
||||
</div>
|
||||
<div class="qrcode"><img class="" alt="图片丢失" title="微信收款二维码" src="../../img/images/wxqrcode.png"></div>
|
||||
<!-- 微信支付 -->
|
||||
<div class="wxzf"><img class="" alt="图片丢失" title="微信支付" src="../../img/images/wxzf.png"></div>
|
||||
</div>
|
||||
|
@ -105,7 +99,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -4,12 +4,13 @@
|
|||
<head lang="en">
|
||||
<meta charset="UTF-8">
|
||||
<title>购物车</title>
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
||||
<link rel="stylesheet" href="../../css/swiper-bundle.min.css">
|
||||
<script src="../../js/swiper-bundle.min.js"></script>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxia.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/logshoppingcar/login_cart.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/logshoppingcar/login_cart.css"/>
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/login_cart/login_cart.js" type="text/javascript" charset="utf-8"></script>
|
||||
</head>
|
||||
|
@ -69,7 +70,7 @@
|
|||
</header>
|
||||
<div class="zhanw"></div>
|
||||
<section>
|
||||
<div class="whoil padding-zy320">
|
||||
<div class="whoil ">
|
||||
<div id="myCart" class="whoil-1 backFF cart-box">
|
||||
<div class="all">全部商品(20)</div>
|
||||
<!-- 表头 -->
|
||||
|
@ -85,11 +86,11 @@
|
|||
<div>操作</div>
|
||||
</div>
|
||||
<!-- 列表内容 -->
|
||||
<div>
|
||||
<div class="cart-list">
|
||||
<div class="dis font-14 w100 cart-content">
|
||||
<div class="djb">
|
||||
<input class="cq-cp" type="checkbox" name="" id="" value=""/>
|
||||
<a href="javascript:;"><img src="../../img/images/1-1.png" alt="图片丢失" title="购物车图片一" /></a>
|
||||
<a href="javascript:;" class="m-z10"><img src="../../img/images/1-1.png" alt="图片丢失" title="购物车图片一" /></a>
|
||||
</div>
|
||||
<div class="djb"><a href="javascript:;" class="clips2" style="color: #525252;">竹迪 客厅装饰画现代简约晶瓷画沙发背景墙挂画现代简约晶瓷画沙发背景墙挂画三联画餐厅墙画靠山书房壁画抽象三联画餐厅墙画靠山书房壁画抽象艺术画 11时来运转8190</a><span class="m-z37 font-14" style="color: #525252;">x3</span></div>
|
||||
<div>¥188.00</div>
|
||||
|
@ -104,7 +105,7 @@
|
|||
<div class="dis font-14 w100 cart-content">
|
||||
<div class="djb">
|
||||
<input class="cq-cp" type="checkbox" name="" id="" value=""/>
|
||||
<a href="javascript:;"><img src="../../img/images/1-1.png" alt="图片丢失" title="购物车图片一" /></a>
|
||||
<a href="javascript:;" class="m-z10"><img src="../../img/images/1-1.png" alt="图片丢失" title="购物车图片一" /></a>
|
||||
</div>
|
||||
<div class="djb"><a href="javascript:;" class="clips2" style="color: #525252;">竹迪 客厅装饰画现代简约晶瓷画沙发背景墙挂画现代简约晶瓷画沙发背景墙挂画三联画餐厅墙画靠山书房壁画抽象三联画餐厅墙画靠山书房壁画抽象艺术画 11时来运转8190</a><span class="m-z37 font-14" style="color: #525252;">x3</span></div>
|
||||
<div>¥188.00</div>
|
||||
|
@ -235,7 +236,7 @@
|
|||
<img src="../../img/public/foot-skype.png" alt="图片缺失" title="钱">
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-end-box">
|
||||
<div class="foot-end-box foot-bottom">
|
||||
<div>
|
||||
<img src="../../img/logo.png" alt="图片丢失" title="华夏艺术网">
|
||||
<div class="linh26">
|
||||
|
@ -255,7 +256,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -3,10 +3,11 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
||||
<title>购物车</title>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxia.css"/>
|
||||
<link rel="stylesheet" href="../../css/logshoppingcar/tobepaid.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/login_cart/login_cart.js" type="text/javascript" charset="utf-8"></script>
|
||||
|
@ -50,19 +51,19 @@
|
|||
<span><a class="addbuy" href="../grzx/personalData.html?id=9">新增收货地址</a></span>
|
||||
<div id="wrap">
|
||||
<div class="address address-1" onclick="Subtitle();">
|
||||
<div class="name na-1">程鹏龙<img src="../../img/public/chooseAddress.png" ></div>
|
||||
<div class="name na-1 fs"><div class="clips1">程鹏龙</div><img src="../../img/public/chooseAddress.png" ></div>
|
||||
<p>程鹏龙 四川 成都市 武侯区 城区 人民南路四段成科西路3号 138****1234</p>
|
||||
<a class="" href=""><img src="../../img/images/Defadd.png" alt=""></a>
|
||||
</div>
|
||||
<div class="address address-2" onclick="Subtitle();">
|
||||
<div class="name na-2">程鹏龙2</div>
|
||||
<div class="name na-2 fs"><div class="clips1">程鹏龙2</div></div>
|
||||
<p>程鹏龙 四川 成都市 武侯区 城区 人民南路四段成科西路3号 138****1234</p>
|
||||
<a class="" href="">设置为默认地址</a>
|
||||
<div class="fs"><a class="" href="">设置为默认地址</a></div>
|
||||
</div>
|
||||
<div class="address address-2" onclick="Subtitle();">
|
||||
<div class="name na-2">程鹏龙2</div>
|
||||
<div class="name na-2 fs"><div class="clips1">程鹏龙2</div></div>
|
||||
<p>程鹏龙 四川 成都市 武侯区 城区 人民南路四段成科西路3号 138****1234</p>
|
||||
<a class="" href="">设置为默认地址</a>
|
||||
<div class="fs"><a class="" href="">设置为默认地址</a></div>
|
||||
</div>
|
||||
<div id="gradient"></div>
|
||||
</div>
|
||||
|
@ -73,36 +74,36 @@
|
|||
<div class="opt">
|
||||
<span class="Subtitle">送货清单</span>
|
||||
<div class="commodity">
|
||||
<table class="table-box" cellspacing="0" cellpadding="20">
|
||||
<tr>
|
||||
<th>商品</th>
|
||||
<th>单价</th>
|
||||
<th>数量</th>
|
||||
<th>小计</th>
|
||||
</tr>
|
||||
<tr class="item-box" valign="top">
|
||||
<td>
|
||||
<div>
|
||||
<img src="../../img/images/1-1.png" alt="图片丢失" title="商品1" >
|
||||
<div>创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办公室博古架抽象艺术工艺品 牛气冲天+运势如虹</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>¥188</td>
|
||||
<td>x3</td>
|
||||
<td id="price0">¥564.6</td>
|
||||
</tr>
|
||||
<tr class="item-box" valign="top">
|
||||
<td>
|
||||
<div>
|
||||
<img src="../../img/images/1-1.png" alt="图片丢失" title="商品1" >
|
||||
<div>创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办公室博古架抽象艺术工艺品 牛气冲天+运势如虹</div>
|
||||
</div>
|
||||
</td>
|
||||
<td>¥188</td>
|
||||
<td>x3</td>
|
||||
<td id="price0">¥564.6</td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- 标题 -->
|
||||
<div class="jies-head">
|
||||
<div>商品</div>
|
||||
<div>单价</div>
|
||||
<div>数量</div>
|
||||
<div>小计</div>
|
||||
</div>
|
||||
<!-- 数据列表 -->
|
||||
<div class="jies-list">
|
||||
<div>
|
||||
<img src="../../img/images/1-1.png" alt="图片丢失" title="商品1" >
|
||||
<div>
|
||||
<div class="clips2">创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办公室博古架抽象艺术工艺品 牛气冲天+运势如虹</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>¥188</div>
|
||||
<div>x3</div>
|
||||
<div>¥564.6</div>
|
||||
</div>
|
||||
<div class="jies-list">
|
||||
<div>
|
||||
<img src="../../img/images/1-1.png" alt="图片丢失" title="商品1" >
|
||||
<div>
|
||||
<div class="clips2">创意牛气冲天牛摆件现代简约家居装饰品牛摆设电视柜玄关办公室博古架抽象艺术工艺品 牛气冲天+运势如虹</div>
|
||||
</div>
|
||||
</div>
|
||||
<div>¥188</div>
|
||||
<div>x3</div>
|
||||
<div>¥564.6</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
|
@ -229,7 +230,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
@ -255,32 +256,35 @@
|
|||
</body>
|
||||
<script src="../../js/jquery-1.9.1.js"></script>
|
||||
<script type="text/javascript">
|
||||
// 折叠地址
|
||||
$(function () {
|
||||
var slideHeight = 50; // px
|
||||
var defHeight = $('#wrap').height();
|
||||
if (defHeight >= slideHeight) {
|
||||
$('#wrap').css('height', slideHeight + 'px');
|
||||
$('#read-more').append('<span style="cursor: pointer;" href="#">展开地址︾</span>');
|
||||
$('#read-more span').click(function () {
|
||||
var curHeight = $('#wrap').height();
|
||||
if (curHeight == slideHeight) {
|
||||
$('#wrap').animate({
|
||||
height: defHeight
|
||||
}, "normal");
|
||||
$('#read-more span').html('收起地址 ︽');
|
||||
$('#gradient').fadeOut();
|
||||
} else {
|
||||
$('#wrap').animate({
|
||||
height: slideHeight
|
||||
}, "normal");
|
||||
$('#read-more span').html('展开地址 ︾');
|
||||
$('#gradient').fadeIn();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
}
|
||||
});
|
||||
$(window).resize(function() { //监听窗口大小的改变
|
||||
let windowWidth = $(window).width()
|
||||
if(windowWidth<=766){
|
||||
slideHeight = 130
|
||||
}
|
||||
})
|
||||
var slideHeight = 50; // px
|
||||
var defHeight = $('#wrap').height();
|
||||
if (defHeight >= slideHeight) {
|
||||
$('#wrap').css('height', slideHeight + 'px');
|
||||
$('#read-more').append('<span style="cursor: pointer;" href="#">展开地址︾</span>');
|
||||
$('#read-more span').click(function () {
|
||||
var curHeight = $('#wrap').height();
|
||||
if (curHeight == slideHeight) {
|
||||
$('#wrap').animate({
|
||||
height: defHeight
|
||||
}, "normal");
|
||||
$('#read-more span').html('收起地址 ︽');
|
||||
$('#gradient').fadeOut();
|
||||
} else {
|
||||
$('#wrap').animate({
|
||||
height: slideHeight
|
||||
}, "normal");
|
||||
$('#read-more span').html('展开地址 ︾');
|
||||
$('#gradient').fadeIn();
|
||||
}
|
||||
return false;
|
||||
});
|
||||
}
|
||||
</script>
|
||||
|
||||
</html>
|
|
@ -1,24 +0,0 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>图形验证码</title>
|
||||
<script></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="v_container" style="width: 200px;height: 50px;"></div>
|
||||
<input type="text" id="code_input" value="" placeholder="请输入验证码"><button id="my_button">验证</button>
|
||||
<script src="../../js/gVerify.js"></script>
|
||||
<script>
|
||||
var verifyCode = new GVerify("v_container");
|
||||
document.getElementById("my_button").onclick = function() {
|
||||
var res = verifyCode.validate(document.getElementById("code_input").value);
|
||||
if (res) {
|
||||
alert("验证正确");
|
||||
} else {
|
||||
alert("验证码错误");
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
|
@ -3,13 +3,12 @@
|
|||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
|
||||
<title>支付成功</title>
|
||||
<link rel="stylesheet" href="../../css/layui.css">
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/logshoppingcar/login_cart.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/huaxiaMedia.css"/>
|
||||
<link rel="stylesheet" type="text/css" href="../../css/foot.min.css" />
|
||||
<link rel="stylesheet" type="text/css" href="../../css/centerHead.css" />
|
||||
<script src="../../js/jquery-1.9.1.js" type="text/javascript" charset="utf-8"></script>
|
||||
<script src="../../js/huaxia.js" type="text/javascript" charset="utf-8"></script>
|
||||
</head>
|
||||
|
@ -100,7 +99,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
11
index.html
11
index.html
|
@ -216,14 +216,13 @@
|
|||
})
|
||||
function sixSwiper(){
|
||||
let showNum = 6
|
||||
let beforeNum = 0
|
||||
let centeredSlides = true//是否显示半截
|
||||
let spaceBetween = 25//图片间距
|
||||
let windowWidth = $(window).width()
|
||||
if(windowWidth*1<=750){
|
||||
if(windowWidth*1<=766){
|
||||
showNum = 2
|
||||
centeredSlides = false
|
||||
spaceBetween = 35
|
||||
spaceBetween = 10
|
||||
} else if(windowWidth*1<=900){
|
||||
showNum = 3
|
||||
centeredSlides = false
|
||||
|
@ -245,8 +244,6 @@
|
|||
slidesPerView: showNum,//显示数量
|
||||
centeredSlides: centeredSlides,//显示半截
|
||||
spaceBetween: spaceBetween,//图片间距
|
||||
slidesOffsetBefore : beforeNum,
|
||||
slidesOffsetAffter:50,
|
||||
autoplay: {
|
||||
delay: 4000,
|
||||
stopOnLastSlide: true,
|
||||
|
@ -628,7 +625,7 @@
|
|||
<img src="img/public/foot-skype.png" alt="图片缺失" title="钱">
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-end-box">
|
||||
<div class="foot-end-box foot-bottom">
|
||||
<div>
|
||||
<img src="img/logo.png" alt="图片丢失" title="华夏艺术网">
|
||||
<div class="linh26">
|
||||
|
@ -648,7 +645,7 @@
|
|||
<div class="foot-end-content">电话:028-81712589</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="foot-count" style="width: 100%;">
|
||||
<div class="foot-count">
|
||||
<div class="foot-end-title">联系我们</div>
|
||||
<div class="foot-end-content"><span class="fs">地址:</span>四川省成都市武侯区天益街38号理想中心3栋601</div>
|
||||
<div class="foot-end-content dis"><span class="fs">手机:</span>13880548658</div>
|
||||
|
|
|
@ -1,64 +1,11 @@
|
|||
$(function(){
|
||||
$('.ty_left li').on('click',function(){//左侧导航的点击事件
|
||||
$('.ty_tit').text($(this).find('span').text())
|
||||
$('.ty_left li').removeClass('ty_lititnoe')
|
||||
$('.ty_left li').addClass('ty_litittwo')
|
||||
$('.ty_left li span').removeClass('left-title')
|
||||
$(this).removeClass('ty_litittwo')
|
||||
$(this).addClass('ty_lititnoe')
|
||||
$(this).find('span').addClass('left-title')
|
||||
$('.ty_left li .left-imgone').css('display','none')
|
||||
$('.ty_left li .left-imgtwo').css('display','flex')
|
||||
$(this).find('.left-imgtwo').css('display','none')
|
||||
$(this).find('.left-imgone').css('display','flex')
|
||||
let leftIndex = $(this).index()
|
||||
clearAll()
|
||||
switch (leftIndex){
|
||||
case 2://个人资料
|
||||
console.log($(this).find('span').text());
|
||||
$('#personal').css('display','')
|
||||
break;
|
||||
case 3://密码修改
|
||||
console.log($(this).find('span').text());
|
||||
$('#updatePass').css('display','')
|
||||
break;
|
||||
case 4://我的订单
|
||||
console.log($(this).find('span').text());
|
||||
$('#myOrder').css('display','')
|
||||
break;
|
||||
case 5://我的关注
|
||||
console.log($(this).find('span').text());
|
||||
$('#myAttention').css('display','')
|
||||
break;
|
||||
case 6://我的收藏
|
||||
console.log($(this).find('span').text());
|
||||
$('#myCollection').css('display','')
|
||||
break;
|
||||
case 7://我的积分
|
||||
console.log($(this).find('span').text());
|
||||
$('#myIntegral').css('display','')
|
||||
break;
|
||||
case 8://我的优惠券
|
||||
console.log($(this).find('span').text());
|
||||
$('#myCoupon').css('display','')
|
||||
break;
|
||||
case 9://我的征稿作品管理
|
||||
console.log($(this).find('span').text());
|
||||
$('#myZG').css('display','')
|
||||
break;
|
||||
case 10://收货地址
|
||||
console.log($(this).find('span').text());
|
||||
$('#mySH').css('display','')
|
||||
break;
|
||||
case 11://推荐商品
|
||||
console.log($(this).find('span').text());
|
||||
$('#myTJ').css('display','')
|
||||
break;
|
||||
case 12://艺术访谈
|
||||
console.log($(this).find('span').text());
|
||||
$('#myFW').css('display','')
|
||||
break;
|
||||
case 13://书刊杂志
|
||||
console.log($(this).find('span').text());
|
||||
$('#mySK').css('display','')
|
||||
break;
|
||||
}
|
||||
})
|
||||
yisList()
|
||||
zhazList()
|
||||
|
|
|
@ -770,6 +770,7 @@ function getScrollTop() {
|
|||
}
|
||||
return scroll_top;
|
||||
}
|
||||
<<<<<<< HEAD
|
||||
|
||||
$(function () {
|
||||
if ($(".tyhder_herader").length==1) {
|
||||
|
@ -781,6 +782,10 @@ $(function () {
|
|||
|
||||
function myFunction() {
|
||||
|
||||
=======
|
||||
document.addEventListener("scroll", myFunction);
|
||||
function myFunction() {
|
||||
>>>>>>> c9ed6addc5114c34477351d5ef453ff6f6feb9cc
|
||||
if (getScrollTop() > $(".tyhder_herader>img").css("height").split("px")[0]) {
|
||||
$(".pod").css("position", "fixed")
|
||||
$(".pod").addClass("dtip")
|
||||
|
@ -792,8 +797,6 @@ function myFunction() {
|
|||
$(".mian").css("marginTop", "0px")
|
||||
$(".tyhder_moban").css("top", `0px`)
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
$(function navdao(params) {
|
||||
// ---
|
||||
|
|
Loading…
Reference in New Issue