引入 ECharts和Bootstrap的bootcdn样式表路径

<!DOCTYPE html>
<html><head>
    <meta charset="utf-8">
    <title>运营报表</title>
    <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
    <script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
   <script src="https://cdn.bootcss.com/echarts/4.2.0-rc.2/echarts-en.common.js"></script>
    <style type="text/css">
   body{font-size: 12px;}
   table th{font-size: 12px;}
   .center{text-align: center;}
    </style>
</head>
<body>
基本内容
</body>
</html>

猜你喜欢

转载自blog.csdn.net/LD946522524/article/details/84340958
今日推荐