article-link.html 1.3 KB

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