zhouwx
2024-11-11 346c01add76f64b396594ac7be7d97f9f6dbf813
src/views/homePage.vue
@@ -5,7 +5,7 @@
        <img class="pics2" :src="logoPng">
        <span style="font-size: 40px;color: black">国泰新华</span>
        <div style="width: 2px;height: 40px;background-color: #1C68A7;margin-top: 5px;margin-left: 15px;margin-right: 15px"></div>
        <span style="font-size: 28px;color: white">安全在线教育平台</span>
        <span style="font-size: 28px;color: white">在线教育平台</span>
      </div>
      <div class="content">
        <div class="imgBox">
@@ -159,7 +159,7 @@
import menu from "@/layout/components/Sidebar/menu";
import dataPng from "@/assets/images/login-data.png"
import searchPng from "@/assets/images/login-search.png"
import logoPng from "@/assets/logo/logo1.png"
import logoPng from "@/assets/logo/logo3.png"
const userStore = useUserStore()
const route = useRoute();
@@ -332,6 +332,7 @@
}
.pics2{
  width:60px;
  margin-right: 10px;
  //top: 20px;
  //left: 20px;
@@ -458,7 +459,7 @@
  padding-left: 7px;
}
@media screen and (max-width: 980px) {
@media screen and (max-width: 1050px) {
  .imG {
    display: none;
  }