0d8333a7 by renchao@pashanhoo.com

Merge branch 'dev' of http://yun.pashanhoo.com:9090/bdc/bdcdj-web into dev

2 parents b95b5bf4 b1790fe5
@import "~@/styles/mixin.scss";
.dialogBox {
border-radius: 8px;
border-radius: 4px;
overflow: hidden;
background: #FFFFFF;
box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.10);
......@@ -8,15 +8,33 @@
.dialog_title {
display: flex;
position: relative;
top: -2px;
top: -4px;
b {
@include flex-center;
display: flex;
justify-content:left;
align-items: center;
flex: 1;
width: 100%;
margin-left: 10px;
width: 79px;
height: 12px;
font-size: 16px;
font-family: AlibabaPuHuiTi_2_65_Medium;
color: #31333C;
line-height: 10px;
}
}
.dialog_title::before{
content: "";
display: block;
width: 4px;
height: 18px;
background: #2E74D8;
position: absolute;
top: -4px;
left: 0px;
}
.dialog_full {
position: absolute;
top: 0;
......@@ -46,10 +64,7 @@
}
.el-dialog__header {
margin-bottom: 10px;
color: #FFFFFF;
background-color: #FCFDFD;
border-bottom: 1px solid #E4EBF4;
background: linear-gradient(270deg, #F2F3FB 0%, #5C95E5 100%);
}
.el-dialog__body {
......@@ -87,4 +102,4 @@
top: 50% !important;
left: 50% !important;
transform: translate(-50%, -50%) !important;
}
\ No newline at end of file
}
......