|
|
|
|
* {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
html,
|
|
|
|
|
body,
|
|
|
|
|
#app,
|
|
|
|
|
.wrapper {
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 100%;
|
|
|
|
|
}
|
|
|
|
|
html p{
|
|
|
|
|
margin-bottom: 0 ;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
font-family: 'PingFang SC', "Helvetica Neue", Helvetica, "microsoft yahei", arial, STHeiTi, sans-serif;
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
a {
|
|
|
|
|
text-decoration: none
|
|
|
|
|
}
|
|
|
|
|
i{
|
|
|
|
|
font-style: normal;
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
li {
|
|
|
|
|
list-style-type:none;
|
|
|
|
|
}
|
|
|
|
|
img{
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content-box {
|
|
|
|
|
-webkit-transition: left .3s ease-in-out;
|
|
|
|
|
transition: left .3s ease-in-out;
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clearfix::after {
|
|
|
|
|
display: block;
|
|
|
|
|
content: ".";
|
|
|
|
|
height: 0;
|
|
|
|
|
clear: both;
|
|
|
|
|
visibility: hidden;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.content {
|
|
|
|
|
width: auto;
|
|
|
|
|
height: 100%;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* .content-collapse {
|
|
|
|
|
left: 65px;
|
|
|
|
|
} */
|
|
|
|
|
|
|
|
|
|
.container {
|
|
|
|
|
padding: 30px;
|
|
|
|
|
background: #f0f0f0;
|
|
|
|
|
border: 1px solid #ddd;
|
|
|
|
|
border-radius: 5px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.crumbs {
|
|
|
|
|
margin: 10px 0;
|
|
|
|
|
}
|
|
|
|
|
/* table表格 */
|
|
|
|
|
.el-table th {
|
|
|
|
|
background-color: #f5f7fa!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-table tr:hover {
|
|
|
|
|
background: #f5f7fa;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-table td {
|
|
|
|
|
padding: 4px 0!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .el-table thead{
|
|
|
|
|
color: #fff;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .el-table th{
|
|
|
|
|
background-color: #00B9FF!important;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
#app .homepage .el-table th{
|
|
|
|
|
background-color: #fd5998!important;
|
|
|
|
|
}
|
|
|
|
|
#app .dashboard .el-table th{
|
|
|
|
|
background-color: #ff8880!important;
|
|
|
|
|
}
|
|
|
|
|
/* 提示弹框内 */
|
|
|
|
|
#app .hint .el-table th{
|
|
|
|
|
background-color: #fff!important;
|
|
|
|
|
color: #9b9b9b;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
}
|
|
|
|
|
/* 业务担保流程图 */
|
|
|
|
|
#app .flow-path-img .el-table th{
|
|
|
|
|
background-color: #fff!important;
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #666;
|
|
|
|
|
font-weight: normal;
|
|
|
|
|
border: 0;
|
|
|
|
|
}
|
|
|
|
|
/* 分页按钮 */
|
|
|
|
|
.pagination {
|
|
|
|
|
margin: 20px 0;
|
|
|
|
|
text-align: right;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .el-pagination.is-background .el-pager li{
|
|
|
|
|
border-radius: 50%!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .el-pagination.is-background .btn-next:last-child{
|
|
|
|
|
margin-right: 0!important;
|
|
|
|
|
/* background-color: #fff!important; */
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .pagination_pageNumber{
|
|
|
|
|
color: #ccc;
|
|
|
|
|
margin-right: 4px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
/* 输入框 */
|
|
|
|
|
#app .el-input__inner{
|
|
|
|
|
border-radius: 23px!important;
|
|
|
|
|
padding: 0 30px!important;
|
|
|
|
|
border-color: #ccc;
|
|
|
|
|
}
|
|
|
|
|
#app .el-input__icon{
|
|
|
|
|
line-height: 36px;
|
|
|
|
|
}
|
|
|
|
|
/* 系统管理覆盖样式 */
|
|
|
|
|
#app .system .el-input__inner{
|
|
|
|
|
width: 90%;
|
|
|
|
|
}
|
|
|
|
|
/* 后台覆盖一下样式 */
|
|
|
|
|
#app .bg .el-input__inner{
|
|
|
|
|
height: 35px;
|
|
|
|
|
}
|
|
|
|
|
/* 分页器样式 */
|
|
|
|
|
#app .sorter .el-input__inner{
|
|
|
|
|
padding: 0 5px!important;
|
|
|
|
|
height: 30px!important;
|
|
|
|
|
}
|
|
|
|
|
/* 按钮 */
|
|
|
|
|
/* #app .el-button--primary.is-plain{
|
|
|
|
|
background: #fff!important;
|
|
|
|
|
} */
|
|
|
|
|
/* 单选按钮 */
|
|
|
|
|
#app .round-radio.el-radio-group{
|
|
|
|
|
border: 1px solid #ccc!important;
|
|
|
|
|
border-radius: 20px!important;
|
|
|
|
|
}
|
|
|
|
|
#app .round-radio .el-radio-button:first-child .el-radio-button__inner{
|
|
|
|
|
border-radius: 20px!important;
|
|
|
|
|
}
|
|
|
|
|
#app .round-radio .el-radio-button__inner{
|
|
|
|
|
border: none!important;
|
|
|
|
|
border-radius: 20px!important;
|
|
|
|
|
}
|
|
|
|
|
#app .el-cascader{
|
|
|
|
|
display: block!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.plugins-tips {
|
|
|
|
|
padding: 20px 10px;
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-button+.el-tooltip {
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .el-row {
|
|
|
|
|
margin-left: 0!important;
|
|
|
|
|
margin-right: 0!important;
|
|
|
|
|
}
|
|
|
|
|
#app .information .el-col-24{
|
|
|
|
|
padding-left: 0!important;
|
|
|
|
|
padding-right: 0!important;
|
|
|
|
|
}
|
|
|
|
|
/* 边距 */
|
|
|
|
|
.mab20{
|
|
|
|
|
margin-bottom: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mar20{
|
|
|
|
|
margin-right: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mat20 {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.mar50{
|
|
|
|
|
margin: 50px 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .ml20{
|
|
|
|
|
margin-left: 20px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hr_tag{
|
|
|
|
|
width: 8px;
|
|
|
|
|
height: 18px;
|
|
|
|
|
background: #00B9FF;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.hr_text{
|
|
|
|
|
font-size: 16px;
|
|
|
|
|
color: #666;
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .el-checkbox__inner{
|
|
|
|
|
border-radius: 50%!important;
|
|
|
|
|
}
|
|
|
|
|
/* 下拉选择框 */
|
|
|
|
|
#app .el-select{
|
|
|
|
|
display: block!important;
|
|
|
|
|
}
|
|
|
|
|
/* 担保页面覆盖 */
|
|
|
|
|
#app .guarantee .el-select{
|
|
|
|
|
display: inline-block!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* 工作台添加客户需要变更 */
|
|
|
|
|
#app .work .el-select{
|
|
|
|
|
display: inline-block!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.move-enter-active,
|
|
|
|
|
.move-leave-active {
|
|
|
|
|
transition: opacity .5s;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.move-enter,
|
|
|
|
|
.move-leave {
|
|
|
|
|
opacity: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*BaseForm*/
|
|
|
|
|
|
|
|
|
|
.form-box {
|
|
|
|
|
width: 600px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.form-box .line {
|
|
|
|
|
text-align: center;
|
|
|
|
|
}
|
|
|
|
|
/* form-item的label */
|
|
|
|
|
#app .el-form-item__label{
|
|
|
|
|
font-size: 14px;
|
|
|
|
|
color: #00B9FF;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-time-panel__content::after,
|
|
|
|
|
.el-time-panel__content::before {
|
|
|
|
|
margin-top: -7px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-time-spinner__wrapper .el-scrollbar__wrap:not(.el-scrollbar__wrap--hidden-default) {
|
|
|
|
|
padding-bottom: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*Upload*/
|
|
|
|
|
|
|
|
|
|
.pure-button {
|
|
|
|
|
width: 150px;
|
|
|
|
|
height: 40px;
|
|
|
|
|
line-height: 40px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
color: #fff;
|
|
|
|
|
border-radius: 3px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.g-core-image-corp-container .info-aside {
|
|
|
|
|
height: 45px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*VueEditor*/
|
|
|
|
|
|
|
|
|
|
.ql-container {
|
|
|
|
|
min-height: 400px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.ql-snow .ql-tooltip {
|
|
|
|
|
transform: translateX(117.5px) translateY(10px) !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.editor-btn {
|
|
|
|
|
margin-top: 20px;
|
|
|
|
|
}
|
|
|
|
|
#app .ml10{
|
|
|
|
|
margin-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
#app .mr10{
|
|
|
|
|
margin-right: 10px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*flex*/
|
|
|
|
|
.flex-center{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
}
|
|
|
|
|
.flex-end{
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
align-items: flex-end;
|
|
|
|
|
}
|
|
|
|
|
.flex-start{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
}
|
|
|
|
|
.flex-between{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
}
|
|
|
|
|
.flex-around{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: space-around;
|
|
|
|
|
}
|
|
|
|
|
.flex-start-around{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: flex-start;
|
|
|
|
|
justify-content: center;
|
|
|
|
|
}
|
|
|
|
|
.flex-end-content{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-end;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.flex-column-content{
|
|
|
|
|
display: flex;
|
|
|
|
|
align-items: center;
|
|
|
|
|
flex-direction: column;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#app .el-dialog{
|
|
|
|
|
border-radius: 17px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.el-dialog .el-input__inner{
|
|
|
|
|
height: 50px;
|
|
|
|
|
line-height: 50px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* card倒角 */
|
|
|
|
|
#app .el-card, .el-message{
|
|
|
|
|
border-radius: 10px;
|
|
|
|
|
}
|
|
|
|
|
/* 输入框圆角 */
|
|
|
|
|
#app .el-input--suffix .el-input__inner{
|
|
|
|
|
border-radius: 18px;
|
|
|
|
|
}
|
|
|
|
|
/* 输入框圆角 */
|
|
|
|
|
#app .dialog .el-input--suffix .el-input__inner{
|
|
|
|
|
border-radius: 0;
|
|
|
|
|
}
|
|
|
|
|
/* 单选 */
|
|
|
|
|
#app .el-radio__label{
|
|
|
|
|
font-size: 16px!important;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
/* 消除数字input箭头 */
|
|
|
|
|
input::-webkit-outer-spin-button,
|
|
|
|
|
input::-webkit-inner-spin-button {
|
|
|
|
|
-webkit-appearance: none;
|
|
|
|
|
}
|
|
|
|
|
input[type="number"]{
|
|
|
|
|
-moz-appearance: textfield;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.class_name .el-form-item__content{
|
|
|
|
|
margin-left: 0!important;
|
|
|
|
|
}
|
|
|
|
|
.class_detail .el-row{
|
|
|
|
|
margin-left: 20px!important;
|
|
|
|
|
margin-right: 20px!important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
[v-cloak] {
|
|
|
|
|
display: none;
|
|
|
|
|
}
|
|
|
|
|
/* 溢出省略号 */
|
|
|
|
|
.ellipsis{
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
}
|
|
|
|
|
/* 手机部分 */
|
|
|
|
|
#app .phone .el-input--prefix .el-input__inner{
|
|
|
|
|
padding-left: 60px !important;
|
|
|
|
|
}
|
|
|
|
|
/* 选择日期下拉框 */
|
|
|
|
|
#app .date .el-input--prefix .el-input__inner{
|
|
|
|
|
padding-left: 30px !important;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.cur{
|
|
|
|
|
cursor: pointer;
|
|
|
|
|
}
|
|
|
|
|
.cur:hover{
|
|
|
|
|
color: #00B9FF;
|
|
|
|
|
text-decoration: underline;
|
|
|
|
|
}
|