...
|
...
|
@@ -37,7 +37,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
width: 17px;
|
|
|
height: 20px;
|
|
|
background-size: 17px 20px;
|
|
|
background-image: url("/img/service/chat.png");
|
|
|
background-image: resolve('service/chat.png');
|
|
|
}
|
|
|
|
|
|
.logo {
|
...
|
...
|
@@ -69,7 +69,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
width: 16px;
|
|
|
cursor: pointer;
|
|
|
background-size: 16px 16px;
|
|
|
background-image: url("/img/service/close.png");
|
|
|
background-image: resolve('service/close.png');
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -127,7 +127,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
width: 24px;
|
|
|
margin: 24px 16px 0 24px;
|
|
|
background-size: 24px 24px;
|
|
|
background-image: url('/img/service/scan.png');
|
|
|
background-image: resolve('service/scan.png');
|
|
|
|
|
|
}
|
|
|
|
...
|
...
|
@@ -213,7 +213,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
margin-right: 6px;
|
|
|
margin-bottom: -2px;
|
|
|
background-size: 11px 11px;
|
|
|
background-image: url('/img/service/tip.png');
|
|
|
background-image: resolve('service/tip.png');
|
|
|
}
|
|
|
|
|
|
a {
|
...
|
...
|
@@ -365,7 +365,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
width: 11px;
|
|
|
margin-right: 3px;
|
|
|
margin-bottom: -2px;
|
|
|
background-image: url('../img/service/tip.png');
|
|
|
background-image: resolve('service/tip.png');
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -379,7 +379,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
height: 12px;
|
|
|
width: 11px;
|
|
|
background-size: contain;
|
|
|
background-image: url('../img/service/loading.gif');
|
|
|
background-image: resolve('service/loading.gif');
|
|
|
}
|
|
|
|
|
|
img {
|
...
|
...
|
@@ -462,7 +462,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
margin-right: 5px;
|
|
|
vertical-align: bottom;
|
|
|
cursor: pointer;
|
|
|
background-image: url('/img/service/chat-sprite.png');
|
|
|
background-image: resolve('service/chat-sprite.png');
|
|
|
}
|
|
|
|
|
|
&:nth-child(2):before {
|
...
|
...
|
@@ -487,7 +487,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
width: 14px;
|
|
|
height: 14px;
|
|
|
background-size: contain;
|
|
|
background-image: url('/img/service/human-service.png');
|
|
|
background-image: resolve('service/human-service.png');
|
|
|
}
|
|
|
}
|
|
|
|
...
|
...
|
@@ -854,7 +854,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
width: 35px;
|
|
|
margin: 0 auto;
|
|
|
background-size: 35px 35px;
|
|
|
background-image: url('/img/service/chat_02.png');
|
|
|
background-image: resolve('service/chat_02.png');
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
@@ -1024,11 +1024,11 @@ $color-3a3a3a: #3a3a3a; |
|
|
width: 30px;
|
|
|
margin-right: 20px;
|
|
|
margin-bottom: 20px;
|
|
|
background-image: url('../img/service/star-negative.png');
|
|
|
background-image: resolve('service/star-negative.png');
|
|
|
cursor: pointer;
|
|
|
|
|
|
&.positive {
|
|
|
background-image: url('../img/service/star-positive.png');
|
|
|
background-image: resolve('service/star-positive.png');
|
|
|
}
|
|
|
|
|
|
&:last-child {
|
...
|
...
|
@@ -1079,7 +1079,7 @@ $color-3a3a3a: #3a3a3a; |
|
|
display: inline-block;
|
|
|
height: 27px;
|
|
|
width: 27px;
|
|
|
background-image: url('../img/service/btn-chosen.png');
|
|
|
background-image: resolve('service/btn-chosen.png');
|
|
|
|
|
|
}
|
|
|
}
|
...
|
...
|
|