Commit 347b8829 authored by 罗超's avatar 罗超

1

parent ac4003f3
...@@ -8,12 +8,8 @@ ...@@ -8,12 +8,8 @@
<meta name="format-detection" content="telephone=no"> <meta name="format-detection" content="telephone=no">
<meta name="msapplication-tap-highlight" content="no"> <meta name="msapplication-tap-highlight" content="no">
<meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>"> <meta name="viewport" content="user-scalable=no, initial-scale=1, maximum-scale=1, minimum-scale=1, width=device-width<% if (ctx.mode.cordova || ctx.mode.capacitor) { %>, viewport-fit=cover<% } %>">
<link rel="icon" type="image/jpg" sizes="32x32" href="icons/favicon-32x32.jpg">
<link rel="icon" type="image/png" sizes="128x128" href="icons/favicon-128x128.png"> <link rel="icon" type="image/jpg" sizes="16x16" href="icons/favicon-16x16.jpg">
<link rel="icon" type="image/png" sizes="96x96" href="icons/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="32x32" href="icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="icons/favicon-16x16.png">
<link rel="icon" type="image/ico" href="favicon.ico">
<script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=fuAXy1LBUD0RRdvGHZmfT733lCVCS17D"></script> <script type="text/javascript" src="http://api.map.baidu.com/api?v=3.0&ak=fuAXy1LBUD0RRdvGHZmfT733lCVCS17D"></script>
</head> </head>
<body> <body>
......
...@@ -1003,7 +1003,6 @@ export default { ...@@ -1003,7 +1003,6 @@ export default {
background-color: #fff; background-color: #fff;
.class_icon { .class_icon {
width: calc(740 / 1920 * 100%); width: calc(740 / 1920 * 100%);
// height: calc(302 / 1080 * 100%);
height: auto; height: auto;
margin-left: calc(590 / 1920 * 100%); margin-left: calc(590 / 1920 * 100%);
} }
...@@ -1045,7 +1044,6 @@ export default { ...@@ -1045,7 +1044,6 @@ export default {
font-weight: 500; font-weight: 500;
font-size: 0.729vw; font-size: 0.729vw;
color: #999999; color: #999999;
// margin-bottom: 2.083vw;
line-height: 1.3vw; line-height: 1.3vw;
text-overflow: ellipsis; text-overflow: ellipsis;
display: -webkit-box; display: -webkit-box;
...@@ -1221,7 +1219,6 @@ export default { ...@@ -1221,7 +1219,6 @@ export default {
} }
} }
.fivebox { .fivebox {
// width: 100vw;
height: 56.25vw; height: 56.25vw;
position: relative; position: relative;
background-image: url("../assets/images/index/chairman_bg.png"); background-image: url("../assets/images/index/chairman_bg.png");
......
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