Commit d9d5bc36 authored by john's avatar john

No commit message

No commit message
parent 3891d20c
......@@ -344,7 +344,7 @@ a.show_d_menu {
.icon-arrowDown:before {
content: "";
background: url(/images/arrow_down.png) no-repeat;
background: url(../images/arrow_down.png) no-repeat;
width: 6px;
height: 3px;
display: inline-block;
......@@ -355,7 +355,7 @@ a.show_d_menu {
.icon-arrowRight:before {
content: "";
background: url(/images/arrow_right.png) no-repeat;
background: url(../images/arrow_right.png) no-repeat;
width: 6px;
height: 6px;
display: inline-block;
......@@ -370,7 +370,7 @@ a.show_d_menu {
.phone_hover_foot {
background: url(/images/phone_hover_bg.png) no-repeat center center;
background: url(../images/phone_hover_bg.png) no-repeat center center;
width: 222px;
height: 88px;
display: none;
......@@ -390,7 +390,7 @@ a.show_d_menu {
}
.phone_hover_head {
background: url(/images/phone_hover2.png) no-repeat center center;
background: url(../images/phone_hover2.png) no-repeat center center;
width: 222px;
height: 88px;
display: none;
......@@ -474,7 +474,7 @@ a.show_d_menu {
}
.phone_menu:before {
content: "";
background: url(/images/phone.png) no-repeat;
background: url(../images/phone.png) no-repeat;
width: 18px;
height: 18px;
display: inline-block;
......@@ -1033,7 +1033,7 @@ textarea {
margin-right: 18px;
width: 20px;
height: 32px;
background: url(/images/icon_like.png) 0 center no-repeat;
background: url(../images/icon_like.png) 0 center no-repeat;
}
.icon_not_like {
content: '';
......@@ -1042,7 +1042,7 @@ textarea {
margin-right: 18px;
width: 20px;
height: 32px;
background: url(/images/icon_not_like.png) 0 center no-repeat;
background: url(../images/icon_not_like.png) 0 center no-repeat;
}
.radio_2.radio_like + label {
background-color: #67ac1d;
......@@ -1742,7 +1742,7 @@ footer .phone_hover_head {
}
.footer_info:before{
content: "";
background: url(/images/icon_info.png) no-repeat;
background: url(../images/icon_info.png) no-repeat;
width: 32px;
height: 32px;
display: inline-block;
......
......@@ -344,7 +344,7 @@ a.show_d_menu {
.icon-arrowDown:before {
content: "";
background: url(/images/arrow_down.png) no-repeat;
background: url(../images/arrow_down.png) no-repeat;
width: 6px;
height: 3px;
display: inline-block;
......@@ -355,7 +355,7 @@ a.show_d_menu {
.icon-arrowRight:before {
content: "";
background: url(/images/arrow_right.png) no-repeat;
background: url(../images/arrow_right.png) no-repeat;
width: 6px;
height: 6px;
display: inline-block;
......@@ -370,7 +370,7 @@ a.show_d_menu {
.phone_hover_foot {
background: url(/images/phone_hover_bg.png) no-repeat center center;
background: url(../images/phone_hover_bg.png) no-repeat center center;
width: 222px;
height: 88px;
display: none;
......@@ -390,7 +390,7 @@ a.show_d_menu {
}
.phone_hover_head {
background: url(/images/phone_hover2.png) no-repeat center center;
background: url(../images/phone_hover2.png) no-repeat center center;
width: 222px;
height: 88px;
display: none;
......@@ -474,7 +474,7 @@ a.show_d_menu {
}
.phone_menu:before {
content: "";
background: url(/images/phone.png) no-repeat;
background: url(../images/phone.png) no-repeat;
width: 18px;
height: 18px;
display: inline-block;
......@@ -1742,7 +1742,7 @@ footer .phone_hover_head {
}
.footer_info:before{
content: "";
background: url(/images/icon_info.png) no-repeat;
background: url(../images/icon_info.png) no-repeat;
width: 32px;
height: 32px;
display: inline-block;
......@@ -1989,7 +1989,7 @@ footer .phone_hover_head {
display: inline-block;
width: 25px;
height: 25px;
background: url(/images/icon_info_2.png) 0 -26px no-repeat;
background: url(../images/icon_info_2.png) 0 -26px no-repeat;
}
.icon_video {
margin-right: 12px;
......@@ -1997,7 +1997,7 @@ footer .phone_hover_head {
display: inline-block;
width: 23px;
height: 18px;
background: url(/images/icon_video.png) 0 100% no-repeat;
background: url(../images/icon_video.png) 0 100% no-repeat;
}
.top_line_inf li {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment