|
@@ -9,6 +9,11 @@
|
|
|
<v-btn color="#198dff" style="width: 350px;" @click="handleSubmit">提交</v-btn>
|
|
|
</div>
|
|
|
</div> -->
|
|
|
+
|
|
|
+ <div class="logo-box">
|
|
|
+ <v-img src="../../assets/logo.png" aspect-ratio="16/9" width="150" height="80"></v-img>
|
|
|
+ </div>
|
|
|
+
|
|
|
<CtDialog
|
|
|
:visible="showDialog"
|
|
|
:widthType="2"
|
|
@@ -58,7 +63,7 @@ const handleSubmit = async () => {
|
|
|
position: relative;
|
|
|
width: 100%;
|
|
|
height: 100%;
|
|
|
- background-image: url('https://minio.citupro.com/dev/menduner/headhunting.png');
|
|
|
+ background-image: url('https://minio.citupro.com/dev/menduner/headhunting0823.png');
|
|
|
// background-size: cover;
|
|
|
background-position: center;
|
|
|
}
|
|
@@ -97,4 +102,9 @@ const handleSubmit = async () => {
|
|
|
background-color: #fff;
|
|
|
border-radius: 5px;
|
|
|
}
|
|
|
+.logo-box {
|
|
|
+ position: absolute;
|
|
|
+ left: 10%;
|
|
|
+ top: 10px;
|
|
|
+}
|
|
|
</style>
|