|
|
|
@@ -0,0 +1,629 @@ |
|
|
|
<!DOCTYPE html> |
|
|
|
<html> |
|
|
|
|
|
|
|
<head> |
|
|
|
<meta charset="utf-8"> |
|
|
|
<meta name="viewport" content="width=device-width,initial-scale=1.0"> |
|
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|
|
|
<meta name="viewport" content="initial-scale=1.0, user-scalable=no" /> |
|
|
|
<meta name="version" content="<%= version %>"> |
|
|
|
<meta name="renderer" content="webkit"> |
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> |
|
|
|
<title>iFormall-Link</title> |
|
|
|
<!-- <link rel="stylesheet" href="./static/css/app.css"> --> |
|
|
|
<!-- <link rel="stylesheet" href="//at.alicdn.com/t/font_1353677_r2uqwvchk5.css"> --> |
|
|
|
<!-- https://cdnjs.cloudflare.com/ajax/libs/cropperjs/1.4.1/cropper.css --> |
|
|
|
<link href="https://formall.oss-accelerate.aliyuncs.com/malinkadmin/css/cropper.css" rel="stylesheet"> |
|
|
|
|
|
|
|
<link href="https://formall.oss-accelerate.aliyuncs.com/adminlib/fengniaosdk/toolBarStyle.css" rel="stylesheet"> |
|
|
|
|
|
|
|
<link rel="shortcut icon" href="./static/images/iForMall.png" type="image/x-icon"> |
|
|
|
|
|
|
|
<!-- 引入elementui样式 --> |
|
|
|
<script type="text/javascript" |
|
|
|
src="https://formall.oss-accelerate.aliyuncs.com/malinkadmin/lib/cropperjs/cropper.js"></script> |
|
|
|
|
|
|
|
<script type="text/javascript" |
|
|
|
src="https://formall.oss-accelerate.aliyuncs.com/malinkadmin/lib/echarts/4.1.0/echarts-en.common.js"></script> |
|
|
|
|
|
|
|
<script type="text/javascript" |
|
|
|
src="https://formall.oss-accelerate.aliyuncs.com/malinkadmin/lib/vue-ueditor-wrap/vue-ueditor-wrap.min.js"> |
|
|
|
</script> |
|
|
|
|
|
|
|
<script type="text/javascript" src="https://formall.oss-accelerate.aliyuncs.com/malinkadmin/lib/wxLogin.js"> |
|
|
|
</script> |
|
|
|
|
|
|
|
|
|
|
|
<!-- <script src="https://cdn.bootcss.com/axios/0.19.0-beta.1/axios.min.js"></script> --> |
|
|
|
<script type="module" src="./src/static/js/event.js"></script> |
|
|
|
<!-- 蜂鸟地图sdk引入 --> |
|
|
|
<script type="text/javascript" |
|
|
|
src="https://formall.oss-accelerate.aliyuncs.com/adminlib/fengniaosdk/fengmap.map.min.js"> </script> |
|
|
|
<script type="text/javascript" |
|
|
|
src="https://formall.oss-accelerate.aliyuncs.com/adminlib/fengniaosdk/fengmap.analyser.min.js"></script> |
|
|
|
<script type="text/javascript" |
|
|
|
src="https://formall.oss-accelerate.aliyuncs.com/adminlib/fengniaosdk/fengmap.plugin.min.js"></script> |
|
|
|
<script type="text/javascript" |
|
|
|
src="https://formall.oss-accelerate.aliyuncs.com/adminlib/fengniaosdk/fengmap.effect.min.js"></script> |
|
|
|
<!-- 蜂鸟地图sdk引入 --> |
|
|
|
|
|
|
|
<!-- 引入组件库 --> |
|
|
|
<!-- <script src="https://unpkg.com/element-ui/lib/index.js"></script> --> |
|
|
|
<!-- 引入样式 --> |
|
|
|
<!-- <link rel="stylesheet" href="https://unpkg.com/element-ui/lib/theme-chalk/index.css"> --> |
|
|
|
<style> |
|
|
|
.map { |
|
|
|
position: fixed; |
|
|
|
left: 500px; |
|
|
|
top: 0; |
|
|
|
width: 500px; |
|
|
|
height: 300px; |
|
|
|
} |
|
|
|
|
|
|
|
/* 字体label样式 */ |
|
|
|
.el-form .el-form-item__label { |
|
|
|
font-size: 14px; |
|
|
|
color: #555555; |
|
|
|
font-weight: normal; |
|
|
|
} |
|
|
|
|
|
|
|
/*新建短信页面*/ |
|
|
|
.msgAddBox .el-form-item__content .edit-item-input.el-textarea .el-textarea__inner { |
|
|
|
width: 400px !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* 日期插件,input输入框的foucs样式 */ |
|
|
|
.el-input--prefix .el-input__inner:focus { |
|
|
|
border-color: #C5C5C5; |
|
|
|
} |
|
|
|
|
|
|
|
/* 下拉框的focus的样式 */ |
|
|
|
.el-select .el-input.is-focus .el-input__inner { |
|
|
|
border-color: #C5C5C5 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.el-input .el-input--suffix .is-focus { |
|
|
|
border-color: #C5C5C5 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.el-input.is-active .el-input__inner, |
|
|
|
.el-input__inner:focus { |
|
|
|
border-color: #C5C5C5 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* 下拉框的字体样式 */ |
|
|
|
.el-select-dropdown__item.selected { |
|
|
|
color: #606266 !important; |
|
|
|
font-weight: inherit !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* 时间插件样式 */ |
|
|
|
.el-date-table td.today span { |
|
|
|
/* background: url('./static/images/today.png') !important; |
|
|
|
background-size: 100% 100% !important; |
|
|
|
color: transparent !important; */ |
|
|
|
color: #ffffff !important; |
|
|
|
background-color: #409eff; |
|
|
|
} |
|
|
|
|
|
|
|
.el-date-table td.current:not(.disabled) span { |
|
|
|
color: #ffffff !important; |
|
|
|
background: #555555 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.el-date-table td.available:hover { |
|
|
|
color: #606266 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.el-date-table td span:hover { |
|
|
|
background: #555555 !important; |
|
|
|
color: #ffffff !important; |
|
|
|
} |
|
|
|
|
|
|
|
/*等级设置页面*/ |
|
|
|
.wdbFormBox .el-input-group__append { |
|
|
|
padding: 0 10px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.wdbFormBox .el-input-group--append .el-input__inner { |
|
|
|
text-align: center !important; |
|
|
|
} |
|
|
|
|
|
|
|
.wdbFormBox .el-input .el-input__inner { |
|
|
|
text-align: center !important; |
|
|
|
} |
|
|
|
|
|
|
|
.wdbFormBox .el-input .el-input__inner:focus { |
|
|
|
border-color: #EE7653 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/*左侧导航*/ |
|
|
|
/*二级导航*/ |
|
|
|
.rightMenuBox .el-submenu__title { |
|
|
|
height: 44px !important; |
|
|
|
line-height: 41px !important; |
|
|
|
padding: 0 28px 0 29px !important; |
|
|
|
border-top: 1px solid #1A2734 !important; |
|
|
|
border-bottom: 1px solid #283A4D !important; |
|
|
|
border-right: 1px solid #283A4D !important; |
|
|
|
border-left: 1px solid #283A4D !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rightMenuBox .el-menu-item { |
|
|
|
height: 44px !important; |
|
|
|
line-height: 41px !important; |
|
|
|
padding: 0 28px 0 29px !important; |
|
|
|
border-top: 1px solid #1A2734 !important; |
|
|
|
border-bottom: 1px solid #283A4D !important; |
|
|
|
border-left: 1px solid #283A4D !important; |
|
|
|
border-right: 1px solid #283A4D !important; |
|
|
|
text-shadow: 0 1px 1px #1A2734 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rightMenuBox .el-submenu.is-active .el-submenu__title { |
|
|
|
border-bottom: 1px solid #283A4D !important; |
|
|
|
} |
|
|
|
|
|
|
|
/*三级导航*/ |
|
|
|
.rightMenuBox .el-submenu .el-menu-item { |
|
|
|
padding: 0 0 0 71px !important; |
|
|
|
border-top: 1px solid #15212D !important; |
|
|
|
border-bottom: 1px solid #1F2F3C !important; |
|
|
|
border-left: 1px solid #283A4D !important; |
|
|
|
border-right: 1px solid #283A4D !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rightMenuBox .el-menu-item.is-active { |
|
|
|
border-right: 1px solid #141e29 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/*更改导航右侧箭头*/ |
|
|
|
.rightMenuBox .el-submenu__title .el-submenu__icon-arrow:before { |
|
|
|
content: "\E60B" !important; |
|
|
|
} |
|
|
|
|
|
|
|
.rightMenuBox .el-submenu__title .el-submenu__icon-arrow { |
|
|
|
margin-top: -6px !important; |
|
|
|
color: #5d7b97 !important; |
|
|
|
right: 26px !important; |
|
|
|
} |
|
|
|
|
|
|
|
/*按钮鼠标经过状态*/ |
|
|
|
.hoverBtn:hover { |
|
|
|
opacity: 0.8; |
|
|
|
} |
|
|
|
|
|
|
|
.hoverBtn:active { |
|
|
|
opacity: 1; |
|
|
|
} |
|
|
|
|
|
|
|
/*礼品券页面dialog*/ |
|
|
|
.myDialog .el-dialog__header { |
|
|
|
padding: 0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/*alertDialog组件样式*/ |
|
|
|
.alertDialog .el-dialog__header { |
|
|
|
padding: 0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
.alertDialog .el-dialog__body { |
|
|
|
padding: 30px 20px 20px 20px !important; |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/* dialog样式定义 */ |
|
|
|
.fx_dialog .el-dialog, |
|
|
|
.fx_dialogUser .el-dialog, |
|
|
|
.fx_dialog_list .el-dialog, |
|
|
|
.fx_dialog_list_chooseSH .el-dialog, |
|
|
|
.fx_dialog_setrole .el-dialog { |
|
|
|
border-radius: 6px; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog .el-dialog .el-dialog__header, |
|
|
|
.fx_dialogUser .el-dialog .el-dialog__header, |
|
|
|
.fx_dialog_list .el-dialog .el-dialog__header, |
|
|
|
.fx_dialog_list_chooseSH .el-dialog .el-dialog__header, |
|
|
|
.fx_dialog_setrole .el-dialog .el-dialog__header { |
|
|
|
padding: 40px 0 0 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog_list_chooseSH .el-dialog .el-dialog__header .el-dialog__headerbtn, |
|
|
|
.fx_dialogUser .el-dialog .el-dialog__header .el-dialog__headerbtn, |
|
|
|
.fx_dialog_setrole .el-dialog .el-dialog__header .el-dialog__headerbtn { |
|
|
|
top: 15px; |
|
|
|
right: 15px; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog .el-dialog .el-dialog__header .el-dialog__title, |
|
|
|
.fx_dialogUser .el-dialog .el-dialog__header .el-dialog__title, |
|
|
|
.fx_dialog_list .el-dialog .el-dialog__header .el-dialog__title, |
|
|
|
.fx_dialog_list_chooseSH .el-dialog .el-dialog__header .el-dialog__title, |
|
|
|
.fx_dialog_setrole .el-dialog .el-dialog__header .el-dialog__title { |
|
|
|
font-size: 18px; |
|
|
|
color: #555555; |
|
|
|
line-height: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog_list .el-dialog .el-dialog__body { |
|
|
|
padding: 0px 20px; |
|
|
|
color: #555555; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog_setrole .el-dialog .el-dialog__body { |
|
|
|
padding: 20px 0 0 0; |
|
|
|
color: #555555; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog_list .el-dialog .el-dialog__footer { |
|
|
|
padding: 35px 24px 28px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialogUser .el-dialog .el-dialog__footer { |
|
|
|
padding: 35px 24px 28px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog .el-dialog .el-dialog__footer { |
|
|
|
padding: 40px 33px 28px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog_setrole .setrole .el-dialog .el-dialog__footer { |
|
|
|
padding: 0 33px 28px 0; |
|
|
|
} |
|
|
|
|
|
|
|
/* setrole */ |
|
|
|
.fx_dialog_list_chooseSH .el-dialog .el-dialog__footer { |
|
|
|
padding: 35px 24px 28px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialogUser .el-dialog .el-dialog__body { |
|
|
|
padding: 20px 20px 0 20px !important; |
|
|
|
color: #555555; |
|
|
|
font-size: 19px; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_dialog_list_chooseSH .el-dialog .el-dialog__body { |
|
|
|
padding: 21px 10px 0 10px; |
|
|
|
color: #555555; |
|
|
|
} |
|
|
|
|
|
|
|
/*multiple属性选择样式*/ |
|
|
|
.fx_edit_item .fx_tip .el-form-item__content .el-form-item__error { |
|
|
|
opacity: 0; |
|
|
|
} |
|
|
|
|
|
|
|
/*投放页面单选按钮*/ |
|
|
|
.couponListContentSmallBox .couponBox .el-checkbox__input { |
|
|
|
position: absolute; |
|
|
|
left: 25px !important; |
|
|
|
top: 52px !important; |
|
|
|
} |
|
|
|
|
|
|
|
.couponListContentSmallBox .couponBox .el-checkbox__input.is-checked+.el-checkbox__label { |
|
|
|
color: #fff !important; |
|
|
|
} |
|
|
|
|
|
|
|
.couponListContentSmallBox .couponBox .el-checkbox__label { |
|
|
|
position: absolute; |
|
|
|
left: 0 !important; |
|
|
|
top: 0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* 时间插件 */ |
|
|
|
.time-select-item.selected:not(.disabled) { |
|
|
|
color: #555555 !important; |
|
|
|
font-weight: 700; |
|
|
|
} |
|
|
|
|
|
|
|
/* 选择商户table内容样式 */ |
|
|
|
.el-table--enable-row-transition .el-table__body td { |
|
|
|
text-align: center; |
|
|
|
} |
|
|
|
|
|
|
|
/* tab样式重改 */ |
|
|
|
.tabBox .el-tabs__nav-wrap::after, |
|
|
|
.tabBox_game .el-tabs__nav-wrap::after, |
|
|
|
.tabBox_guanli .el-tabs__nav-wrap::after { |
|
|
|
height: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.tabBox .el-tabs__item, |
|
|
|
.tabBox_game .el-tabs__item, |
|
|
|
.tabBox_guanli .el-tabs__item { |
|
|
|
padding: 0; |
|
|
|
height: 40px; |
|
|
|
width: 100px; |
|
|
|
line-height: 40px; |
|
|
|
color: #555555; |
|
|
|
} |
|
|
|
|
|
|
|
.tabBox .el-tabs__item.is-active { |
|
|
|
color: #ffffff; |
|
|
|
background: rgb(63, 196, 150); |
|
|
|
} |
|
|
|
|
|
|
|
.tabBox_game .el-tabs__item.is-active { |
|
|
|
color: #ffffff; |
|
|
|
background: rgb(200, 89, 99); |
|
|
|
} |
|
|
|
|
|
|
|
.tabBox_guanli .el-tabs__item.is-active { |
|
|
|
color: #ffffff; |
|
|
|
background: rgb(107, 94, 201); |
|
|
|
} |
|
|
|
|
|
|
|
.tabBox .el-tabs__item:hover, |
|
|
|
.tabBox_game .el-tabs__item:hover, |
|
|
|
.tabBox_guanli .el-tabs__item:hover { |
|
|
|
color: #555555; |
|
|
|
} |
|
|
|
|
|
|
|
.tabBox .el-tabs__item.is-active:hover, |
|
|
|
.tabBox_game .el-tabs__item.is-active:hover, |
|
|
|
.tabBox_guanli .el-tabs__item.is-active:hover { |
|
|
|
color: #ffffff; |
|
|
|
} |
|
|
|
|
|
|
|
.el-tabs__active-bar, |
|
|
|
.tabBox_game .el-tabs__active-bar, |
|
|
|
.tabBox_guanli .el-tabs__active-bar { |
|
|
|
height: 0 !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* 进度条样式重改 */ |
|
|
|
.fx_step { |
|
|
|
height: 83px; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .el-step.is-center .el-step__line { |
|
|
|
left: 0; |
|
|
|
right: -100%; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .el-step.is-horizontal .el-step__line { |
|
|
|
top: 0; |
|
|
|
height: 0px; |
|
|
|
border: 0; |
|
|
|
color: initial; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .el-step__icon-inner { |
|
|
|
font-size: 18px; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
|
/* 成功状态 */ |
|
|
|
.fx_step .el-step__head.is-success { |
|
|
|
border-top: 3px solid #5976BF; |
|
|
|
border-color: #5976BF; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .el-step__head.is-success .el-step__icon { |
|
|
|
width: 46px; |
|
|
|
height: 28px; |
|
|
|
border-radius: 0px 0px 28px 28px !important; |
|
|
|
border-top-width: 0px !important; |
|
|
|
background: #5976BF; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
/* 开始进度样式 */ |
|
|
|
.fx_step .first_title .el-step__head.is-process, |
|
|
|
.fx_step .second_title .el-step__head.is-process, |
|
|
|
.fx_step .third_title .el-step__head.is-process, |
|
|
|
.fx_step .fourth_title .el-step__head.is-process { |
|
|
|
border-top: 3px solid #1F2F3E; |
|
|
|
border-color: #5976BF; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .first_title .el-step__head.is-process .el-step__icon, |
|
|
|
.fx_step .second_title .el-step__head.is-process .el-step__icon, |
|
|
|
.fx_step .third_title .el-step__head.is-process .el-step__icon, |
|
|
|
.fx_step .fourth_title .el-step__head.is-process .el-step__icon { |
|
|
|
width: 46px; |
|
|
|
height: 28px; |
|
|
|
border-radius: 0px 0px 28px 28px !important; |
|
|
|
border-top-width: 0px !important; |
|
|
|
background: #5976BF; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .first_title .el-step__main .el-step__title, |
|
|
|
.fx_step .second_title .el-step__main .el-step__title, |
|
|
|
.fx_step .third_title .el-step__main .el-step__title, |
|
|
|
.fx_step .fourth_title .el-step__main .el-step__title { |
|
|
|
font-family: 'MicrosoftYaHei'; |
|
|
|
color: #5976BF; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
|
/* 等待的进度条样式 */ |
|
|
|
.fx_step .second_title .el-step__head.is-wait, |
|
|
|
.fx_step .third_title .el-step__head.is-wait, |
|
|
|
.fx_step .fourth_title .el-step__head.is-wait { |
|
|
|
border-top: 3px solid #1F2F3E; |
|
|
|
border-color: #1F2F3E; |
|
|
|
color: #5D7B97; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .second_title .el-step__head.is-wait .el-step__icon, |
|
|
|
.fx_step .third_title .el-step__head.is-wait .el-step__icon, |
|
|
|
.fx_step .fourth_title .el-step__head.is-wait .el-step__icon { |
|
|
|
width: 46px; |
|
|
|
height: 28px; |
|
|
|
border-radius: 0px 0px 28px 28px !important; |
|
|
|
border-top-width: 0px !important; |
|
|
|
background: #1F2F3E; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step .second_title .el-step__main .el-step__title, |
|
|
|
.fx_step .third_title .el-step__main .el-step__title, |
|
|
|
.fx_step .fourth_title .el-step__main .el-step__title { |
|
|
|
font-family: 'MicrosoftYaHei'; |
|
|
|
color: #5D7B97; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
|
/* 商户界面进度条样式重改 */ |
|
|
|
.fx_step_SH { |
|
|
|
height: 83px; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .el-step.is-center .el-step__line { |
|
|
|
left: 0; |
|
|
|
right: -100%; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .el-step.is-horizontal .el-step__line { |
|
|
|
top: 0; |
|
|
|
height: 0px; |
|
|
|
border: 0; |
|
|
|
color: initial; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .el-step__icon-inner { |
|
|
|
font-size: 18px; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
|
/* 成功状态 */ |
|
|
|
.fx_step_SH .el-step__head.is-success { |
|
|
|
border-top: 3px solid #51A9C9; |
|
|
|
border-color: #51A9C9; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .el-step__head.is-success .el-step__icon { |
|
|
|
width: 46px; |
|
|
|
height: 28px; |
|
|
|
border-radius: 0px 0px 28px 28px !important; |
|
|
|
border-top-width: 0px !important; |
|
|
|
background: #51A9C9; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
/* 开始进度样式 */ |
|
|
|
.fx_step_SH .first_title .el-step__head.is-process, |
|
|
|
.fx_step_SH .second_title .el-step__head.is-process, |
|
|
|
.fx_step_SH .third_title .el-step__head.is-process { |
|
|
|
border-top: 3px solid #1F2F3E; |
|
|
|
border-color: #51A9C9; |
|
|
|
color: #FFFFFF; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .first_title .el-step__head.is-process .el-step__icon, |
|
|
|
.fx_step_SH .second_title .el-step__head.is-process .el-step__icon, |
|
|
|
.fx_step_SH .third_title .el-step__head.is-process .el-step__icon { |
|
|
|
width: 46px; |
|
|
|
height: 28px; |
|
|
|
border-radius: 0px 0px 28px 28px !important; |
|
|
|
border-top-width: 0px !important; |
|
|
|
background: #51A9C9; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .first_title .el-step__main .el-step__title, |
|
|
|
.fx_step_SH .second_title .el-step__main .el-step__title, |
|
|
|
.fx_step_SH .third_title .el-step__main .el-step__title { |
|
|
|
font-family: 'MicrosoftYaHei'; |
|
|
|
color: #51A9C9; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
|
/* 等待的进度条样式 */ |
|
|
|
.fx_step_SH .second_title .el-step__head.is-wait, |
|
|
|
.fx_step_SH .third_title .el-step__head.is-wait { |
|
|
|
border-top: 3px solid #1F2F3E; |
|
|
|
border-color: #1F2F3E; |
|
|
|
color: #5D7B97; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .second_title .el-step__head.is-wait .el-step__icon, |
|
|
|
.fx_step_SH .third_title .el-step__head.is-wait .el-step__icon { |
|
|
|
width: 46px; |
|
|
|
height: 28px; |
|
|
|
border-radius: 0px 0px 28px 28px !important; |
|
|
|
border-top-width: 0px !important; |
|
|
|
background: #1F2F3E; |
|
|
|
border: 0; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_step_SH .second_title .el-step__main .el-step__title, |
|
|
|
.fx_step_SH .third_title .el-step__main .el-step__title { |
|
|
|
font-family: 'MicrosoftYaHei'; |
|
|
|
color: #5D7B97; |
|
|
|
font-size: 14px; |
|
|
|
font-weight: 400; |
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item.is-success .el-input__inner, |
|
|
|
.el-form-item.is-success .el-input__inner:focus, |
|
|
|
.el-form-item.is-success .el-textarea__inner, |
|
|
|
.el-form-item.is-success .el-textarea__inner:focus { |
|
|
|
border-color: #E1E6EA !important; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_title .el-form-item__content { |
|
|
|
text-align: left; |
|
|
|
} |
|
|
|
|
|
|
|
.numberInputBox input::-webkit-outer-spin-button, |
|
|
|
.numberInputBox input::-webkit-inner-spin-button { |
|
|
|
-webkit-appearance: none; |
|
|
|
} |
|
|
|
|
|
|
|
.numberInputBox input[type="number"] { |
|
|
|
-moz-appearance: textfield; |
|
|
|
} |
|
|
|
|
|
|
|
.el-form-item__error { |
|
|
|
padding-top: 7px !important; |
|
|
|
} |
|
|
|
|
|
|
|
/* 自定义删除icon */ |
|
|
|
.fx_upload .el-upload-list__item .el-icon-close { |
|
|
|
right: 200px; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_upload .el-upload-list__item-status-label { |
|
|
|
right: 200px; |
|
|
|
} |
|
|
|
|
|
|
|
.fx_adress .el-input__inner { |
|
|
|
padding-left: 20px; |
|
|
|
} |
|
|
|
|
|
|
|
/* 修改滚动条的样式 */ |
|
|
|
::-webkit-scrollbar { |
|
|
|
width: 10px; |
|
|
|
height: 10px; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-track { |
|
|
|
background-color: #f1f1f1; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb { |
|
|
|
border-radius: 5px; |
|
|
|
background-color: #888; |
|
|
|
} |
|
|
|
|
|
|
|
::-webkit-scrollbar-thumb:hover { |
|
|
|
background-color: #555; |
|
|
|
} |
|
|
|
</style> |
|
|
|
</head> |
|
|
|
|
|
|
|
<body> |
|
|
|
<div id="app"></div> |
|
|
|
</body> |
|
|
|
<script type="module" src="/src/main.js"></script> |
|
|
|
|
|
|
|
</html> |