be9dc910 by zhangmeng

首页

1 parent b67cebc3
...@@ -60,6 +60,12 @@ watch(language, (val) => { ...@@ -60,6 +60,12 @@ watch(language, (val) => {
60 font-display: swap; 60 font-display: swap;
61 } 61 }
62 62
63 @font-face {
64 font-family: 'MyCustomFontBlackltalic';
65 src: url('@/assets/fonsFamily/Exo2-BlackItalic.ttf') format('truetype');
66 font-display: swap;
67 }
68
63 .box { 69 .box {
64 width: 1600px; 70 width: 1600px;
65 margin: auto; 71 margin: auto;
......
No preview for this file type
...@@ -310,6 +310,7 @@ function goBooking(n, f) { ...@@ -310,6 +310,7 @@ function goBooking(n, f) {
310 </script> 310 </script>
311 311
312 <style lang="scss" scoped> 312 <style lang="scss" scoped>
313
313 .itemBox, .itemBox_en { 314 .itemBox, .itemBox_en {
314 padding: 20px; 315 padding: 20px;
315 background: #211D50; 316 background: #211D50;
...@@ -338,6 +339,7 @@ function goBooking(n, f) { ...@@ -338,6 +339,7 @@ function goBooking(n, f) {
338 width: 90%; 339 width: 90%;
339 max-width: 220px; 340 max-width: 220px;
340 margin: 0 auto; 341 margin: 0 auto;
342 font-family: MyCustomFontBlackltalic, serif;
341 343
342 &:hover { 344 &:hover {
343 box-shadow: 0 0 10px #eee; 345 box-shadow: 0 0 10px #eee;
...@@ -385,6 +387,7 @@ function goBooking(n, f) { ...@@ -385,6 +387,7 @@ function goBooking(n, f) {
385 width: 90%; 387 width: 90%;
386 max-width: 220px; 388 max-width: 220px;
387 margin: 0 auto; 389 margin: 0 auto;
390 font-family: MyCustomFontBlackltalic, serif;
388 391
389 img { 392 img {
390 position: relative; 393 position: relative;
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!