Commit ca630560 by liyuhang19990520

22

parent abc60508
......@@ -17,7 +17,6 @@
}
.card-ul {
position: absolute;
width: 75%;
top: 15px;
left: 15%;
......@@ -27,9 +26,17 @@
// margin-left: 5px;
}
}
/deep/ .el-card__body{
display: flex;
}
.table-ajtag {
background: #fff !important;
.card-ul {
margin-left: 50px;
&::after {
clear: both;
content: "";
display: block;
}
}
.card-ul li {
......@@ -38,6 +45,12 @@
margin-right: 5%;
margin-bottom: 3px;
&::after {
clear: both;
content: "";
display: block;
}
span:first-child {
color: #999999;
margin-right: 10px;
......@@ -45,10 +58,17 @@
}
}
.table-ajtag, .ajtags {
background: #fff !important;
color: rgb(64, 158, 255) !important;
border: 1px solid rgb(0, 122, 255) !important;
}
.bqdetail {
display: flex;
flex-wrap: wrap;
padding-bottom:20px;
padding-bottom: 20px;
.col3 {
width: 33.33%;
// height: 30px;
......@@ -56,7 +76,8 @@
display: flex;
flex-wrap: wrap;
border-bottom: 1px dashed #ccc;
.title{
.title {
width: 110px;
text-align: right;
margin-right: 5px;
......@@ -68,9 +89,10 @@
// height: 30px;
font-size: 14px;
display: flex;
// flex-wrap: wrap;
// flex-wrap: wrap;
border-bottom: 1px dashed #ccc;
.title{
.title {
width: 110px;
text-align: right;
margin-right: 5px;
......@@ -321,6 +343,11 @@
width: 33%;
}
.zdycol15 {
display: inline-block;
width: 66%;
}
.zdycol2 {
display: inline-block;
width: 33%;
......@@ -371,7 +398,7 @@
.zdyInputCol2 {
.el-input {
width: calc((100% - 28px)/2);
width: calc((100% - 28px) / 2);
}
}
......@@ -404,7 +431,7 @@
margin: 4px 6px;
}
.zdyInputW>span {
.zdyInputW > span {
width: 100%;
display: inline-block;
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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