Commit b49f2e2d authored by wanli's avatar wanli

更新

parent 4ea34526
No preview for this file type
......@@ -53,6 +53,7 @@
"script-ext-html-webpack-plugin": "^2.1.3",
"svg-sprite-loader": "4.1.3",
"svgo": "1.2.2",
"vue-cli": "^2.9.6",
"vue-concise-slider": "^3.4.4",
"vue-template-compiler": "^2.6.12"
},
......
......@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="shortcut icon" href="<%= BASE_URL %>favicon.ico" type="image/x-icon">
<link rel="png" href="<%= BASE_URL %>favicon.png">
<link rel='stylesheet' href='https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.7.2/css/all.min.css'>
<link rel='stylesheet' href='https://cdn.jsdelivr.net/npm/font-awesome@4.7.0/css/font-awesome.min.css'>
<title><%= htmlWebpackPlugin.options.title %></title>
</head>
......@@ -16,7 +16,7 @@
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/gsap/3.1.1/gsap.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/gsap@3.1.1/dist/gsap.min.js"></script>
</body>
</html>
\ No newline at end of file
......@@ -258,6 +258,9 @@ export default {
width: 50%;
min-height: 76vh;
margin: 0px auto;
@media screen and (max-width: 1700px) {
width: 66%;
}
@media screen and (max-width: 1170px) {
width: 70%;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment