be9dc910 by zhangmeng

首页

1 parent b67cebc3
......@@ -60,6 +60,12 @@ watch(language, (val) => {
font-display: swap;
}
@font-face {
font-family: 'MyCustomFontBlackltalic';
src: url('@/assets/fonsFamily/Exo2-BlackItalic.ttf') format('truetype');
font-display: swap;
}
.box {
width: 1600px;
margin: auto;
......
No preview for this file type
......@@ -310,6 +310,7 @@ function goBooking(n, f) {
</script>
<style lang="scss" scoped>
.itemBox, .itemBox_en {
padding: 20px;
background: #211D50;
......@@ -338,6 +339,7 @@ function goBooking(n, f) {
width: 90%;
max-width: 220px;
margin: 0 auto;
font-family: MyCustomFontBlackltalic, serif;
&:hover {
box-shadow: 0 0 10px #eee;
......@@ -385,6 +387,7 @@ function goBooking(n, f) {
width: 90%;
max-width: 220px;
margin: 0 auto;
font-family: MyCustomFontBlackltalic, serif;
img {
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!