Skip to content

Commit c084452

Browse files
committed
修复图片路径错误的问题
1 parent fa75dfd commit c084452

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

src/components/MainMenu/index.vue

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,15 @@ const getTransformedStyle = computed(() => {
9999
animation: up-and-down 1.25s steps(3) infinite;
100100
}
101101
102+
.chn_title {
103+
width: 1804px !important;
104+
height: 514px !important;
105+
transform-origin: center top;
106+
scale: .3;
107+
background-size: 1804px 514px;
108+
background-image: url("/title_chn_by_baiyutang.png");
109+
}
110+
102111
.idea {
103112
position: absolute;
104113
right: 0;

src/style.css

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,15 +59,6 @@ body {
5959
font-family: upheavtt, Cubic_11, fusion-chs;
6060
}
6161

62-
.chn_title{
63-
width: 1804px!important;
64-
height: 514px!important;
65-
transform-origin: center top;
66-
scale: .3;
67-
background-size: 1804px 514px;
68-
background-image: url("./title_chn_by_baiyutang.png");
69-
}
70-
7162
.i18n-4,
7263
.i18n-5,
7364
.i18n-6,

0 commit comments

Comments
 (0)