|
@@ -1,9 +1,10 @@
|
|
<template>
|
|
<template>
|
|
<!--标题logo-->
|
|
<!--标题logo-->
|
|
<div class="header">
|
|
<div class="header">
|
|
- <div class="YztTitle">
|
|
|
|
- </div>
|
|
|
|
- <div></div>
|
|
|
|
|
|
+ <div class="YztTitle"></div>
|
|
|
|
+ <div class="SqTitle"></div>
|
|
|
|
+ <div class="GgTitle"></div>
|
|
|
|
+ <div class="YwTitle"></div>
|
|
</div>
|
|
</div>
|
|
</template>
|
|
</template>
|
|
|
|
|
|
@@ -33,4 +34,31 @@ $fullsize: calc(100% - 0px);
|
|
background-size: 100% 100%;
|
|
background-size: 100% 100%;
|
|
position: absolute;
|
|
position: absolute;
|
|
}
|
|
}
|
|
|
|
+.SqTitle{
|
|
|
|
+ left:23%;
|
|
|
|
+ top:4%;
|
|
|
|
+ width: 246rem;
|
|
|
|
+ height: 54rem;
|
|
|
|
+ background: url(src/assets/images/sqTitle.png) no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ position: absolute;
|
|
|
|
+}
|
|
|
|
+.GgTitle{
|
|
|
|
+ left:67%;
|
|
|
|
+ top:4%;
|
|
|
|
+ width: 246rem;
|
|
|
|
+ height: 54rem;
|
|
|
|
+ background: url(src/assets/images/ggTitle.png) no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ position: absolute;
|
|
|
|
+}
|
|
|
|
+.YwTitle{
|
|
|
|
+ left:80%;
|
|
|
|
+ top:4%;
|
|
|
|
+ width: 246rem;
|
|
|
|
+ height: 54rem;
|
|
|
|
+ background: url(src/assets/images/ywTitle.png) no-repeat;
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ position: absolute;
|
|
|
|
+}
|
|
</style>
|
|
</style>
|