|
@@ -70,25 +70,25 @@
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style>
|
|
<style>
|
|
- @import './service.css';
|
|
|
|
|
|
+ @import 'service.css';
|
|
.marriage-pic{
|
|
.marriage-pic{
|
|
- background: url('../../static/images/more/marriage.png') 0 0 no-repeat;
|
|
|
|
|
|
+ background: url('../../../static/images/more/marriage.png') 0 0 no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.legal-pic{
|
|
.legal-pic{
|
|
- background: url('../../static/images/more/legal.png') 0 0 no-repeat;
|
|
|
|
|
|
+ background: url('../../../static/images/more/legal.png') 0 0 no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.system-pic{
|
|
.system-pic{
|
|
- background: url('../../static/images/more/system.png') 0 0 no-repeat;
|
|
|
|
|
|
+ background: url('../../../static/images/more/system.png') 0 0 no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.specialService-pic{
|
|
.specialService-pic{
|
|
- background: url('../../static/images/more/specialService.png') 0 0 no-repeat;
|
|
|
|
|
|
+ background: url('../../../static/images/more/specialService.png') 0 0 no-repeat;
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
}
|
|
}
|
|
.life-pic{
|
|
.life-pic{
|
|
- background: url('../../static/images/more/lifeHelp.png') 0 0 no-repeat;
|
|
|
|
|
|
+ background: url('../../../static/images/more/lifeHelp.png') 0 0 no-repeat;
|
|
background-size: 80% 80%;
|
|
background-size: 80% 80%;
|
|
margin: 10% !important;
|
|
margin: 10% !important;
|
|
}
|
|
}
|
|
@@ -96,7 +96,7 @@
|
|
content:'';
|
|
content:'';
|
|
left: -109px;
|
|
left: -109px;
|
|
width: 12vw;
|
|
width: 12vw;
|
|
- background: url('../../static/images/more/specialService.png') 0 0 no-repeat;
|
|
|
|
|
|
+ background: url('../../../static/images/more/specialService.png') 0 0 no-repeat;
|
|
background-size: 93% 93%;
|
|
background-size: 93% 93%;
|
|
position: relative;
|
|
position: relative;
|
|
}
|
|
}
|
|
@@ -118,5 +118,5 @@
|
|
.specialService li view{
|
|
.specialService li view{
|
|
width: 100%;
|
|
width: 100%;
|
|
}
|
|
}
|
|
-
|
|
|
|
-</style>
|
|
|
|
|
|
+
|
|
|
|
+</style>
|