This commit is contained in:
toom1996
2025-07-10 14:57:40 +08:00
parent 7026b3dedc
commit bae4e3d133

View File

@ -271,7 +271,6 @@ nav a#pull {
text-decoration: none;
height: 61px;
width: 55px;
background: transparent url("../images/themes.png") no-repeat left top;
margin-top: -65px;
}
.callbacks_nav:active {
@ -409,7 +408,7 @@ nav a#pull {
width: 160px;
height: 44px;
display: inline-block;
background: url(../images/btn1-bg.png) no-repeat 0px 0px;
background: url(/images/btn1-bg.png) no-repeat 0px 0px;
font-size: 0.875em;
font-weight: 300;
line-height: 2.3em;
@ -418,7 +417,7 @@ nav a#pull {
width: 185px;
height: 60px;
display: inline-block;
background: url(../images/btn2-bg.png) no-repeat 0px 0px;
background: url(/images/btn2-bg.png) no-repeat 0px 0px;
font-size: 0.875em;
font-weight: 300;
line-height: 3.3em;
@ -431,7 +430,7 @@ nav a#pull {
/*-----start-services----*/
.services{
padding: 3em 0;
background: url(../images/services-bg.jpg);
background: url(/images/services-bg.jpg);
}
.services-grid{
margin-top:2em;
@ -456,7 +455,7 @@ nav a#pull {
.services-grid-left a span{
width:64px;
height:64px;
background:url(../images/top-icons.png) no-repeat 0px 0px;
background:url(/images/top-icons.png) no-repeat 0px 0px;
display:inline-block;
margin-top: 0.2em;
}
@ -491,7 +490,7 @@ nav a#pull {
/*-----//End-services----*/
/*-----start-about----*/
.about{
background:url(../images/about-bg.jpg);
background:url(/images/about-bg.jpg);
padding:3em 0 0 0;
}
.about-head{
@ -520,7 +519,7 @@ nav a#pull {
.about-grid-left span{
width: 500px;
height: 444px;
background: url(../images/about-divice.png) no-repeat 0px 0px;
background: url(/images/about-divice.png) no-repeat 0px 0px;
display: inline-block;
background-size: contain;
@ -971,7 +970,7 @@ span.default_line {
/*-----//End-team----*/
/*-----start-contact----*/
.contact{
background:url(../images/contact-bg.jpg) no-repeat 0px 2px;
background:url(/images/contact-bg.jpg) no-repeat 0px 2px;
padding: 3em 0 4em;
background-size: 100% 100%;
}
@ -1096,7 +1095,7 @@ span.default_line {
width: 20px;
height: 20px;
display: inline-block;
background: url(../images/contact-icons.png) no-repeat 0px 0px;
background: url(/images/contact-icons.png) no-repeat 0px 0px;
vertical-align: top;
margin-right: 1em;
}
@ -1109,12 +1108,6 @@ span.default_line {
.contact-right ul li a:hover{
opacity:0.8;
}
.contact-right ul li a span{
width: 41px;
height: 41px;
display: inline-block;
background: url(../images/social-icons.png) no-repeat 0px 0px;
}
.contact-right ul li a.face span{
background-position:0px 0px;
}
@ -1163,7 +1156,7 @@ span.default_line {
height: 40px;
border: none;
text-indent: 100%;
background: url("../images/to-top1.png") no-repeat 0px 0px;
background: url("/images/to-top1.png") no-repeat 0px 0px;
border-radius: 30em;
}
#toTopHover {