//客户相关详情 头部类似布局
|
.el-tabs /deep/ .el-tabs__nav-wrap::after {
|
display: none !important;
|
}
|
|
.el-tabs /deep/ .el-tabs__header {
|
background-color: transparent;
|
padding: 0 40px;
|
margin: 0 !important;
|
// border-bottom: 1px solid #F1F1F1;
|
}
|
|
.el-tabs /deep/ .el-tabs__item {
|
font-size: 16px !important;
|
height: 40px !important;
|
line-height: 40px !important;
|
color: #666 !important;
|
// padding: 0 32px !important;
|
}
|
.el-tabs /deep/ .el-tabs__item.is-active{
|
color: #4D88FF !important;
|
}
|
.d-container {
|
position: relative;
|
height: 100%;
|
// padding: 24px 40px;
|
}
|
.tabs{
|
border-bottom: 1px solid #F1F1F1;
|
margin-bottom: 48px;
|
}
|
/** 让element 查询到的标签 */
|
.t-loading-content {
|
position: relative;
|
overflow-y: scroll;
|
flex: 1;
|
}
|
|
/** 审核信息 */
|
.examine-info {
|
padding: 0 17px 17px 17px;
|
|
.examine-info-border {
|
border: 1px solid #e6e6e6;
|
border-radius: 3px;
|
padding: 17px;
|
}
|
}
|