12345678910111213141516171819 |
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, account-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <meta name="apple-mobile-web-app-capable" content="yes">
- <meta name="apple-mobile-web-app-status-bar-style" content="black">
- <meta http-equiv="pragma" content="no-cache">
- <meta http-equiv="cache-control" content="no-cache">
- <meta http-equiv="expires" content="0">
- <meta http-equiv="X-UA-Compatible" content="IE=Edge">
- <meta http-equiv="Cache-Control" content="no-transform " />
- <link rel="stylesheet" th:href="@{/lib/element-ui/element-ui-min.css}" />
- <link rel="shortcut icon" th:href="@{/favicon.png}" type="image/x-icon"/>
- <link rel="bookmark" th:href="@{/favicon.png}" type="image/x-icon"/>
- <link href="/lib/swiper.min.css" media="screen and (max-width:768px)" rel="stylesheet" type="text/css">
- <link href="/lib/jquery-confirm.min.css" rel="stylesheet" type="text/css">
- <link href="/lib/datapicker/daterangepicker.css" rel="stylesheet">
- <link th:href="@{/css/base/init.css(v=${version})}" rel="stylesheet" type="text/css">
- <link th:href="@{/css/article/article.css(v=${version})}" rel="stylesheet" type="text/css">
- <link rel="stylesheet" href="https://unpkg.com/vant@2.12/lib/index.css" />
|