Commit b77b557a authored by xujian's avatar xujian

Initial commit

parents
# 系统名称
VITE_APP_TITLE = 移动关联子系统
VITE_APP_TYPE = box
# VITE_APP_TYPE = dlr
# 系统名称
VITE_APP_TITLE = "盒条件"关联人工作业单元
VITE_APP_TYPE = box
# 系统名称
VITE_APP_TITLE = “条零”关联人工作业单元
VITE_APP_TYPE = dlr
node_modules
.DS_Store
dist
dist-ssr
*.local
.idea/*
*.zip
.idea
workspace.xml
\ No newline at end of file
# Vue 3 + Vite
This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.
## Recommended IDE Setup
- [VSCode](https://code.visualstudio.com/) + [Volar](https://marketplace.visualstudio.com/items?itemName=johnsoncodehk.volar)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" />
<title>Vite App</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
This source diff could not be displayed because it is too large. You can view the blob instead.
{
"name": "qrcode_mobile_vue",
"version": "2.11.08",
"scripts": {
"dev": "vite --mode development",
"build-htj": "vite build --mode production-htj && node post-build-process.js",
"build-tl": "vite build --mode production-tl",
"build-other": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^0.25.0",
"js-cookie": "^3.0.1",
"js-md5": "^0.8.3",
"jsencrypt": "^3.2.1",
"json5": "^2.2.3",
"terser": "^5.31.0",
"vant": "^3.4.5",
"vue": "^3.2.25",
"vue-router": "^4.0.12",
"vuex": "^4.0.2"
},
"devDependencies": {
"@vitejs/plugin-legacy": "^1.8.1",
"@vitejs/plugin-vue": "^2.0.0",
"amfe-flexible": "^2.2.1",
"mockjs": "^1.1.0",
"postcss-loader": "^7.0.1",
"postcss-pxtorem": "^5.1.1",
"sass": "^1.49.7",
"vconsole": "^3.11.2",
"vite": "^2.8.1",
"vite-plugin-style-import": "^1.4.1"
},
"browserslist": [
"defaults",
"chrome > 52"
]
}
// post-build-process.js
const fs = require('fs');
const path = require('path');
function processHtml() {
const distHtmlPath = path.join(__dirname, 'dist', 'index.html');
console.log('开始处理打包后的 HTML 文件...');
console.log('文件路径:', distHtmlPath);
if (!fs.existsSync(distHtmlPath)) {
console.log('❌ 文件不存在:', distHtmlPath);
return;
}
let htmlContent = fs.readFileSync(distHtmlPath, 'utf-8');
console.log('文件大小:', htmlContent.length, '字符');
// 查找所有包含目标代码的行
const lines = htmlContent.split('\n');
let found = false;
for (let i = 0; i < lines.length; i++) {
if (lines[i].includes('try{import("_").catch(()=>1);')) {
console.log(`在第 ${i + 1} 行找到目标代码:`);
console.log('原内容:', lines[i].trim());
lines[i] = lines[i].replace(
'try{import("_").catch(()=>1);}catch(e){}window.__vite_is_dynamic_import_support=true;',
'try{import("_").catch(()=>return);}catch(e){}window.__vite_is_dynamic_import_support=true;'
);
console.log('新内容:', lines[i].trim());
found = true;
break;
}
}
if (found) {
const newContent = lines.join('\n');
fs.writeFileSync(distHtmlPath, newContent, 'utf-8');
console.log('✓ 成功修改 HTML 文件');
} else {
console.log('❌ 未找到目标代码');
// 输出所有包含相关关键词的行
console.log('搜索相关行...');
lines.forEach((line, index) => {
if (line.includes('import("_")') || line.includes('__vite_is_dynamic_import_support') || line.includes('catch(()=>1)')) {
console.log(`第${index + 1}行:`, line.trim());
}
});
}
}
processHtml();
\ No newline at end of file
/* cyrillic-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format('woff2');
unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format('woff2');
unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format('woff2');
unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format('woff2');
unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format('woff2');
unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format('woff2');
unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 400;
src: url(https://fonts.gstatic.com/s/sourcesanspro/v18/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format('woff2');
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/*声明 思源字体-Light*/
@font-face {
font-family: 'KaiGenGothicSC-Light';
font-weight: 400;
src:
url('../font/SourceHanSansCN-Bold.otf') ,
url('../font/SourceHanSansCN-ExtraLight.otf') ,
url('../font/SourceHanSansCN-Heavy.otf'),
url('../font/SourceHanSansCN-Light.otf'),
url('../font/SourceHanSansCN-Medium.otf'),
url('../font/SourceHanSansCN-Normal.otf'),
url('../font/SourceHanSansCN-Regular.otf');
font-style: normal;
unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
font-family: "iconfont"; /* Project id 3305761 */
src: url('iconfont.woff2?t=1650434044572') format('woff2'),
url('iconfont.woff?t=1650434044572') format('woff'),
url('iconfont.ttf?t=1650434044572') format('truetype');
}
.iconfont {
font-family: "iconfont" ,sans-serif !important;
font-size: 30px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-tiaoshi:before {
content: "\eb61";
}
.icon-shengchan:before {
content: "\e62f";
}
.icon-guanbi:before {
content: "\eca0";
}
.icon-xiangxia:before {
content: "\e600";
}
.icon-saoma:before {
content: "\e749";
}
.icon-sousuo:before {
content: "\e651";
}
.icon-fanhui:before {
content: "\e654";
}
.icon-zhuxiaologout8:before {
content: "\e9ea";
}
.icon-gaojing:before {
content: "\e620";
}
.icon-lixianpijisuan:before {
content: "\e661";
}
.icon-dingdanguanli:before {
content: "\e6e5";
}
.icon-paibanguanli:before {
content: "\e627";
}
.icon-guanlianshebei:before {
content: "\eb63";
}
.icon-shuju:before {
content: "\e68e";
}
.icon-guanxi:before {
content: "\e714";
}
.icon-chakan:before {
content: "\e601";
}
.icon-xitongrizhiguanli:before {
content: "\e637";
}
.icon-icon-:before {
content: "\e671";
}
.icon-xitong:before {
content: "\e835";
}
.icon-shebeikaifa:before {
content: "\ecac";
}
.icon-yichang:before {
content: "\e630";
}
.icon-paiban:before {
content: "\e60b";
}
.icon-guanxi1:before {
content: "\e618";
}
.icon-xitong1:before {
content: "\e62a";
}
.icon-xitongshezhi:before {
content: "\e638";
}
.icon-chakan1:before {
content: "\e626";
}
.icon-shangbao:before {
content: "\e6bf";
}
.icon-paibanchaxun:before {
content: "\e69b";
}
.icon-lixian-xian:before {
content: "\e7dd";
}
.cardlist {
box-sizing: border-box;
width: 680px;
margin: 20px auto;
padding-left: 15px;
padding-right: 15px;
padding-bottom: 20px;
background-color: rgb(255,255,255);
border-radius: 10px;
}
//表格
.listTab{
border-radius: 10px;
border: 1px solid #E7E7E7;
border-bottom: none;
}
.tabValue,.tabTitle{
/* border: 1px solid #000; */
height: 70px;
line-height: 70px;
padding-left: 10px;
font-family: 'SourceHanSansCN-Medium',sans-serif;
border-bottom: 1px solid #E7E7E7;
}
.tabTitle{
border-right:1px solid #E7E7E7 ;
font-size: 22px;
font-weight: 500;
color: #000000;
}
.tabValues{
border-right: 1px solid #E7E7E7 ;
}
.tabValue{
font-size: 22px;
font-weight: 400;
color: #434343;
}
.tabBox{
padding-left: 20px;
padding-right: 20px;
}
.mesTitle{
height: 65px;
line-height: 65px;
font-size: 26px;
font-family: 'SourceHanSansCN-Medium',sans-serif;
font-weight: bold;
color: #000000;
border-bottom: 3px solid #C5C5C5;
margin-bottom: 15px;
}
//信息列表
.pinnumwrap{
width: 100%;
background-color: rgb(255,255,255);
padding-left: 15px;
padding-right: 15px;
box-sizing: border-box;
}
.pinnumwrapbox{
width: 680px;
margin: auto;
border-radius: 15px;
overflow: hidden;
}
.pinnum{
width: 100%;
display: flex;
background: white;
line-height: 44px;
justify-content: space-between;
box-sizing: border-box;
}
.pinnum>div{
width: 49%;
background: #E5E5E5;
border-radius: 8px;
height: 70px;
line-height: 70px;
font-size: 22px;
font-weight: 400;
color: #434343;
padding-left: 10px;
box-sizing: border-box;
font-family: 'SourceHanSansCN-Medium',sans-serif;
}
.titleOne,.titleTwo,.titlethree{
font-size: 26px;
}
.titleOne{
color: rgba(185, 8, 8, 1);
font-weight: bold;
}
.titleTwo{
font-weight: bold;
color: rgba(22, 177, 145, 1);
}
.titlethree{
font-weight: bold;
}
.listname{
height: 550px;
overflow: scroll;
margin-top: 10px;
}
:deep(.listname .van-cell){
padding-left: 0;
padding-right: 0;
}
:deep(.listname .van-cell__value){
display: flex;
align-items: center;
}
.listCont{
font-size: 26px;
font-weight: 400;
color: #434343;
height: 100px;
line-height: 100px;
margin-bottom: 10px;
position: relative;
}
.itemtitle{
width: 75%;
padding-left: 20px;
border-radius: 10px 0 0 10px;
margin-right: .8%;
}
.ContNum{
line-height: 50px;
width: 25%;
box-sizing: border-box;
border-radius: 0 10px 10px 0;
}
.ContNum p{
padding-left: 5px;
}
.ContNums{
width: 25%;
text-align: center;
border-radius: 0 10px 10px 0;
}
.listCont:after {
border-bottom: 0rem solid #e7e7e7ff;
}
.borderBottom{
border-bottom: 4px solid white;
}
.LTtitle{
position: absolute;
width: 90px;
height: 30px;
line-height: 30px;
border-radius: 10px 0 10px 0;
color: #FFFFFF;
text-align: center;
top: 0;
box-sizing: border-box;
}
.LTtitle span{
font-size: 12px;
}
.orderNotarizeList .orderNotarizeListson{
width: 85%;
height: 25%;
background: #FFFFFF;
border-radius: 10px;
}
.orderNotarizecon{
height: 73%;
border-bottom: 2px solid #C7C7C7;
padding: 50px 30px 30px 30px;
box-sizing: border-box;
}
.orderNotarizetxt{
text-align: center;
font-size: 42px;
font-family: 'SourceHanSansCN-Medium',sans-serif;
font-weight: 500;
color: #D00000;
margin-bottom: 30px;
}
.orderNotarizetet{
font-size: 28px;
font-family: 'SourceHanSansCN-Medium',sans-serif;
font-weight: 500;
color: #303030;
text-align: center;
}
.orderNotarizebtn{
font-size: 26px;
font-family: 'SourceHanSansCN-Medium',sans-serif;
font-weight: 500;
color: #18A487;
text-align: center;
height: 90px;
line-height: 90px;
}
\ No newline at end of file
@font-face {
font-family: 'SourceHanSansCN-Regular';
src: url('../font/SourceHanSansCN-Regular.otf');
}
@font-face {
font-family: 'SourceHanSansCN-Medium';
src: url('../font/SourceHanSansCN-Medium.otf');
}
\ No newline at end of file
@font-face {
font-family: "iconfont"; /* Project id 3367807 */
src: url('iconfont.woff2?t=1742436566684') format('woff2'),
url('iconfont.woff?t=1742436566684') format('woff'),
url('iconfont.ttf?t=1742436566684') format('truetype');
}
.iconfont {
font-family: "iconfont",sans-serif !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-chaxunzhongduanguanli:before {
content: "\e61c";
}
.icon-huanhuoshenqing:before {
content: "\e61d";
}
.icon-baofeiguanli:before {
content: "\e61b";
}
.icon-a-Producttraceability:before {
content: "\e606";
}
.icon-fenxi-B:before {
content: "\ecb4";
}
.icon-jichuguanli2:before {
content: "\e629";
}
.icon-cuowuliebiao:before {
content: "\e616";
}
.icon-huanhuo3:before {
content: "\e605";
}
.icon-kongjianchaxun:before {
content: "\e6f8";
}
.icon-jiebang4:before {
content: "\e703";
}
.icon-binganzhuangxiang:before {
content: "\e646";
}
.icon-liuchengguanli:before {
content: "\e618";
}
.icon-nuanxinerweimachaxun:before {
content: "\e619";
}
.icon-tihuantupian:before {
content: "\e66c";
}
.icon-huanhuo2:before {
content: "\e689";
}
.icon-chakanerweima:before {
content: "\e7be";
}
.icon-jiucuo:before {
content: "\e65b";
}
.icon-tongyijiancha:before {
content: "\e617";
}
.icon-tongzhizhongxin:before {
content: "\eb43";
}
.icon-shujuhuancun-:before {
content: "\e6c7";
}
.icon-hot_tub_px:before {
content: "\e7f3";
}
.icon-liebiao:before {
content: "\e615";
}
.icon-shangbao:before {
content: "\e6bf";
}
.icon-huanhuo:before {
content: "\e801";
}
.icon-huanhuo1:before {
content: "\e655";
}
.icon-caozuoren:before {
content: "\e613";
}
.icon-diqu:before {
content: "\e765";
}
.icon-riqi:before {
content: "\e612";
}
.icon-panduanshifoucunzai:before {
content: "\e6c3";
}
.icon-Heath-Report:before {
content: "\e68a";
}
.icon-chaxunfuwu:before {
content: "\e637";
}
.icon-tuisong:before {
content: "\e6a6";
}
.icon-san-jiucuo:before {
content: "\e75a";
}
.icon-zidongrenwu:before {
content: "\e67b";
}
.icon-data-download:before {
content: "\e93e";
}
.icon-xiangyan-copy:before {
content: "\e624";
}
.icon-jichuguanli1:before {
content: "\e723";
}
.icon-tihuan3:before {
content: "\e67c";
}
.icon-jiebang3:before {
content: "\e60d";
}
.icon-guanli1:before {
content: "\e6a9";
}
.icon-tiaoboruku:before {
content: "\e60c";
}
.icon-nav-d_organization_s:before {
content: "\e65d";
}
.icon-tuopan_pallet:before {
content: "\e628";
}
.icon-choujianguanli:before {
content: "\10086";
}
.icon-guanlianxiaoyanbiaozhun:before {
content: "\e61a";
}
.icon-jiebang2:before {
content: "\e6ef";
}
.icon-fanchang:before {
content: "\e65c";
}
.icon-a-yiweimashuzishang1:before {
content: "\e6b2";
}
.icon-piliangtihuan:before {
content: "\e609";
}
.icon-jiebang1:before {
content: "\e60b";
}
.icon-tihuan1:before {
content: "\e6af";
}
.icon-erweima1:before {
content: "\e7a8";
}
.icon-guanlian:before {
content: "\e604";
}
.icon-icon:before {
content: "\e643";
}
.icon-shandiankuaisu:before {
content: "\e6c6";
}
.icon-baofei1:before {
content: "\e699";
}
.icon-erweima:before {
content: "\e6a8";
}
.icon-shizhongfill:before {
content: "\e74e";
}
.icon-shezhi:before {
content: "\e6ee";
}
.icon-caozuojilu:before {
content: "\e68e";
}
.icon-ziyuan143:before {
content: "\e6e7";
}
.icon-shujushangchuan:before {
content: "\e73b";
}
.icon-xinxi:before {
content: "\e636";
}
.icon-guanliguanli:before {
content: "\e732";
}
.icon-banzu-01:before {
content: "\e642";
}
.icon-gaojing:before {
content: "\e62c";
}
.icon-jichuguanli:before {
content: "\e63d";
}
.icon-guanli:before {
content: "\e603";
}
.icon-gantanhao-copy:before {
content: "\e601";
}
.icon-Success-Small:before {
content: "\e602";
}
.icon-gongchengjiancha:before {
content: "\e611";
}
.icon-wenhao:before {
content: "\e72d";
}
.icon-shangchuan:before {
content: "\e60e";
}
.icon-tihuan:before {
content: "\e60f";
}
.icon-lajixiang:before {
content: "\e645";
}
.icon-jiebang:before {
content: "\e625";
}
.icon-zhangbuguanlianguizeguanli:before {
content: "\e635";
}
.icon-jurassic_verify:before {
content: "\e710";
}
.icon-gis_jiebang:before {
content: "\e702";
}
.icon-xiaoyanbeifen:before {
content: "\e608";
}
.icon-chaxun:before {
content: "\e610";
}
.icon-gantanhao:before {
content: "\e614";
}
.icon-rizhi:before {
content: "\e62b";
}
.icon-huiyuanchaxun:before {
content: "\e652";
}
.icon-gaojichaxun:before {
content: "\e632";
}
.icon-rili:before {
content: "\e8b4";
}
.icon-shanchuwenjian:before {
content: "\e600";
}
.icon-huanhang:before {
content: "\e61e";
}
.icon-view:before {
content: "\e607";
}
.icon-leijidaohuoshuliang:before {
content: "\e66d";
}
.icon-boxtag-fill:before {
content: "\e653";
}
.icon-sousuo:before {
content: "\e651";
}
.icon-shiyongchaxun:before {
content: "\e60a";
}
.icon-bg-combination:before {
content: "\e638";
}
.icon-jinhuochaxun:before {
content: "\e6c8";
}
.icon-xiangyou1:before {
content: "\e775";
}
.icon-quality:before {
content: "\e627";
}
.icon-jiebang-fill:before {
content: "\e654";
}
.icon-baofei:before {
content: "\e62e";
}
.icon-OA-circulation:before {
content: "\e768";
}
This source diff could not be displayed because it is too large. You can view the blob instead.
This diff is collapsed.
/* Logo 字体 */
@font-face {
font-family: "iconfont logo";
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834');
src: url('https://at.alicdn.com/t/font_985780_km7mi63cihi.eot?t=1545807318834#iefix') format('embedded-opentype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.woff?t=1545807318834') format('woff'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.ttf?t=1545807318834') format('truetype'),
url('https://at.alicdn.com/t/font_985780_km7mi63cihi.svg?t=1545807318834#iconfont') format('svg');
}
.logo {
font-family: "iconfont logo",sans-serif;
font-size: 160px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
/* tabs */
.nav-tabs {
position: relative;
}
.nav-tabs .nav-more {
position: absolute;
right: 0;
bottom: 0;
height: 42px;
line-height: 42px;
color: #666;
}
#tabs {
border-bottom: 1px solid #eee;
}
#tabs li {
cursor: pointer;
width: 100px;
height: 40px;
line-height: 40px;
text-align: center;
font-size: 16px;
border-bottom: 2px solid transparent;
position: relative;
z-index: 1;
margin-bottom: -1px;
color: #666;
}
#tabs .active {
border-bottom-color: #f00;
color: #222;
}
.tab-container .content {
display: none;
}
/* 页面布局 */
.main {
padding: 30px 100px;
width: 960px;
margin: 0 auto;
}
.main .logo {
color: #333;
text-align: left;
margin-bottom: 30px;
line-height: 1;
height: 110px;
margin-top: -50px;
overflow: hidden;
*zoom: 1;
}
.main .logo a {
font-size: 160px;
color: #333;
}
.helps {
margin-top: 40px;
}
.helps pre {
padding: 20px;
margin: 10px 0;
border: solid 1px #e7e1cd;
background-color: #fffdef;
overflow: auto;
}
.icon_lists {
width: 100% !important;
overflow: hidden;
*zoom: 1;
}
.icon_lists li {
width: 100px;
margin-bottom: 10px;
margin-right: 20px;
text-align: center;
list-style: none !important;
cursor: default;
}
.icon_lists li .code-name {
line-height: 1.2;
}
.icon_lists .icon {
display: block;
height: 100px;
line-height: 100px;
font-size: 42px;
margin: 10px auto;
color: #333;
-webkit-transition: font-size 0.25s linear, width 0.25s linear;
-moz-transition: font-size 0.25s linear, width 0.25s linear;
transition: font-size 0.25s linear, width 0.25s linear;
}
.icon_lists .icon:hover {
font-size: 100px;
}
.icon_lists .svg-icon {
/* 通过设置 font-size 来改变图标大小 */
width: 1em;
/* 图标和文字相邻时,垂直对齐 */
vertical-align: -0.15em;
/* 通过设置 color 来改变 SVG 的颜色/fill */
fill: currentColor;
/* path 和 stroke 溢出 viewBox 部分在 IE 下会显示
normalize.css 中也包含这行 */
overflow: hidden;
}
.icon_lists li .name,
.icon_lists li .code-name {
color: #666;
}
/* markdown 样式 */
.markdown {
color: #666;
font-size: 14px;
line-height: 1.8;
}
.highlight {
line-height: 1.5;
}
.markdown img {
vertical-align: middle;
max-width: 100%;
}
.markdown h1 {
color: #404040;
font-weight: 500;
line-height: 40px;
margin-bottom: 24px;
font-size: 28px;
}
.markdown h2,
.markdown h3,
.markdown h4,
.markdown h5,
.markdown h6 {
color: #404040;
margin: 1.6em 0 0.6em 0;
font-weight: 500;
clear: both;
}
.markdown h2 {
font-size: 22px;
}
.markdown h3 {
font-size: 16px;
}
.markdown h4 {
font-size: 14px;
}
.markdown h5 {
font-size: 12px;
}
.markdown h6 {
font-size: 12px;
}
.markdown hr {
height: 1px;
border: 0;
background: #e9e9e9;
margin: 16px 0;
clear: both;
}
.markdown p {
margin: 1em 0;
}
.markdown>p,
.markdown>blockquote,
.markdown>.highlight,
.markdown>ol,
.markdown>ul {
width: 80%;
}
.markdown ul>li {
list-style: circle;
}
.markdown>ul li,
.markdown blockquote ul>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown>ul li p,
.markdown>ol li p {
margin: 0.6em 0;
}
.markdown ol>li {
list-style: decimal;
}
.markdown>ol li,
.markdown blockquote ol>li {
margin-left: 20px;
padding-left: 4px;
}
.markdown code {
margin: 0 3px;
padding: 0 5px;
background: #eee;
border-radius: 3px;
}
.markdown strong,
.markdown b {
font-weight: 600;
}
.markdown>table {
border-collapse: collapse;
border-spacing: 0px;
empty-cells: show;
border: 1px solid #e9e9e9;
width: 95%;
margin-bottom: 24px;
}
.markdown>table th {
white-space: nowrap;
color: #333;
font-weight: 600;
background: #F7F7F7;
}
.markdown>table th,
.markdown>table td {
border: 1px solid #e9e9e9;
padding: 8px 16px;
text-align: left;
}
.markdown blockquote {
font-size: 90%;
color: #999;
border-left: 4px solid #e9e9e9;
padding-left: 0.8em;
margin: 1em 0;
}
.markdown blockquote p {
margin: 0;
}
.markdown .anchor {
opacity: 0;
transition: opacity 0.3s ease;
margin-left: 8px;
}
.markdown .waiting {
color: #ccc;
}
.markdown h1:hover .anchor,
.markdown h2:hover .anchor,
.markdown h3:hover .anchor,
.markdown h4:hover .anchor,
.markdown h5:hover .anchor,
.markdown h6:hover .anchor {
opacity: 1;
display: inline-block;
}
.markdown>br,
.markdown>p>br {
clear: both;
}
.hljs {
display: block;
background: white;
padding: 0.5em;
color: #333333;
overflow-x: auto;
}
.hljs-comment,
.hljs-meta {
color: #969896;
}
.hljs-string,
.hljs-variable,
.hljs-template-variable,
.hljs-strong,
.hljs-emphasis,
.hljs-quote {
color: #df5000;
}
.hljs-keyword,
.hljs-selector-tag,
.hljs-type {
color: #a71d5d;
}
.hljs-literal,
.hljs-symbol,
.hljs-bullet,
.hljs-attribute {
color: #0086b3;
}
.hljs-section,
.hljs-name {
color: #63a35c;
}
.hljs-tag {
color: #333333;
}
.hljs-title,
.hljs-attr,
.hljs-selector-id,
.hljs-selector-class,
.hljs-selector-attr,
.hljs-selector-pseudo {
color: #795da3;
}
.hljs-addition {
color: #55a532;
background-color: #eaffea;
}
.hljs-deletion {
color: #bd2c00;
background-color: #ffecec;
}
.hljs-link {
text-decoration: underline;
}
/* 代码高亮 */
/* PrismJS 1.15.0
https://prismjs.com/download.html#themes=prism&languages=markup+css+clike+javascript */
/**
* prism.js default theme for JavaScript, CSS and HTML
* Based on dabblet (http://dabblet.com)
* @author Lea Verou
*/
code[class*="language-"],
pre[class*="language-"] {
color: black;
background: none;
text-shadow: 0 1px white;
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
text-align: left;
white-space: pre;
word-spacing: normal;
word-break: normal;
word-wrap: normal;
line-height: 1.5;
-moz-tab-size: 4;
-o-tab-size: 4;
tab-size: 4;
-webkit-hyphens: none;
-moz-hyphens: none;
-ms-hyphens: none;
hyphens: none;
}
pre[class*="language-"]::-moz-selection,
pre[class*="language-"] ::-moz-selection,
code[class*="language-"]::-moz-selection,
code[class*="language-"] ::-moz-selection {
text-shadow: none;
background: #b3d4fc;
}
pre[class*="language-"]::selection,
pre[class*="language-"] ::selection,
code[class*="language-"]::selection,
code[class*="language-"] ::selection {
text-shadow: none;
background: #b3d4fc;
}
@media print {
code[class*="language-"],
pre[class*="language-"] {
text-shadow: none;
}
}
/* Code blocks */
pre[class*="language-"] {
padding: 1em;
margin: .5em 0;
overflow: auto;
}
:not(pre)>code[class*="language-"],
pre[class*="language-"] {
background: #f5f2f0;
}
/* Inline code */
:not(pre)>code[class*="language-"] {
padding: .1em;
border-radius: .3em;
white-space: normal;
}
.token.comment,
.token.prolog,
.token.doctype,
.token.cdata {
color: slategray;
}
.token.punctuation {
color: #999;
}
.namespace {
opacity: .7;
}
.token.property,
.token.tag,
.token.boolean,
.token.number,
.token.constant,
.token.symbol,
.token.deleted {
color: #905;
}
.token.selector,
.token.attr-name,
.token.string,
.token.char,
.token.builtin,
.token.inserted {
color: #690;
}
.token.operator,
.token.entity,
.token.url,
.language-css .token.string,
.style .token.string {
color: #9a6e3a;
background: hsla(0, 0%, 100%, .5);
}
.token.atrule,
.token.attr-value,
.token.keyword {
color: #07a;
}
.token.function,
.token.class-name {
color: #DD4A68;
}
.token.regex,
.token.important,
.token.variable {
color: #e90;
}
.token.important,
.token.bold {
font-weight: bold;
}
.token.italic {
font-style: italic;
}
.token.entity {
cursor: help;
}
@font-face {
font-family: "iconfont"; /* Project id 3367807 */
src: url('iconfont.woff2?t=1665992020357') format('woff2'),
url('iconfont.woff?t=1665992020357') format('woff'),
url('iconfont.ttf?t=1665992020357') format('truetype');
}
.iconfont {
font-family: "iconfont", sans-serif !important;
font-size: 16px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.icon-huanhang:before {
content: "\e61e";
}
.icon-view:before {
content: "\e607";
}
.icon-leijidaohuoshuliang:before {
content: "\e66d";
}
.icon-boxtag-fill:before {
content: "\e653";
}
.icon-sousuo:before {
content: "\e651";
}
.icon-shiyongchaxun:before {
content: "\e60a";
}
.icon-bg-combination:before {
content: "\e638";
}
.icon-jinhuochaxun:before {
content: "\e6c8";
}
.icon-xiangyou1:before {
content: "\e775";
}
.icon-quality:before {
content: "\e627";
}
.icon-jiebang-fill:before {
content: "\e654";
}
.icon-baofei:before {
content: "\e62e";
}
.icon-OA-circulation:before {
content: "\e768";
}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
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