Commit 691ecade by 刘泽奇

123

parent 61311469
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -16,7 +16,7 @@ ...@@ -16,7 +16,7 @@
} }
.icorder-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner { .icorder-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner {
color: #0989c5; color: rgba(102,102,102,1);
font-weight: 400; font-weight: 400;
} }
...@@ -24,10 +24,10 @@ ...@@ -24,10 +24,10 @@
color: #03004c; color: #03004c;
font-weight: 100; font-weight: 100;
} }
/*
.icorder-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner:hover { .icorder-breadcrumb .el-breadcrumb__item .el-breadcrumb__inner:hover {
color: #0989c5; color: #0989c5;
} } */
.icorder-breadcrumb .el-breadcrumb__item .is-link:hover { .icorder-breadcrumb .el-breadcrumb__item .is-link:hover {
color: #0989c5; color: #0989c5;
...@@ -257,8 +257,3 @@ ...@@ -257,8 +257,3 @@
height: 56px; height: 56px;
margin: 0 auto; margin: 0 auto;
} }
.el-breadcrumb__item:last-child .el-breadcrumb__inner,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a,
.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover,
.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover {}
\ No newline at end of file
...@@ -102,17 +102,19 @@ ...@@ -102,17 +102,19 @@
.jdindentlist-inquire { .jdindentlist-inquire {
width: 100%; width: 100%;
min-width: 1400px;
height: 150px; height: 150px;
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.1);
box-sizing: border-box; box-sizing: border-box;
padding-top: 30px; padding-top: 30px;
padding-left: 40px; padding-left: 40px;
} }
.jdindentlist-inquire-btnbox { .jdindentlist-inquire-btnbox {
padding-top: 66px; padding-top: 66px;
float: left;
} }
.jdindentlist button { .jdindentlist button {
...@@ -136,18 +138,30 @@ ...@@ -136,18 +138,30 @@
padding: 0; padding: 0;
font-size: 12px; font-size: 12px;
} }
.jdindentlist-inquire-form>div>div{
margin-right: 20px; .jdindentlist-inquire-form {
max-width: 1200px;
float: left;
} }
.jdindentlist-inquire-form>div>div>div { .jdindentlist-inquire-form::after{
content: "";
display:block;
clear: both;
}
.jdindentlist-inquire-form-industry{
min-width: 1200px;
}
.jdindentlist-inquire-form>div {
display: flex; display: flex;
margin-right: 2.78%; margin-right: 2.78%;
line-height: 36px; line-height: 36px;
height: 36px; height: 36px;
margin-bottom: 20px; margin-bottom: 20px;
width: 245px;
float: left;
} }
.jdindentlist-inquire-form>div>div>div>span { .jdindentlist-inquire-form>div>span {
display: block; display: block;
min-width: 70px; min-width: 70px;
height: 12px; height: 12px;
...@@ -163,7 +177,7 @@ ...@@ -163,7 +177,7 @@
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
border-radius: 0px; border-radius: 0px;
border: 1px solid rgba(225, 225, 225, 1); border: 1px solid rgba(225, 225, 225, 1);
} }
...@@ -298,7 +312,7 @@ ...@@ -298,7 +312,7 @@
.jdindentlist-icbc-warpper .jdindentlist-inquire .jdicbc-find { .jdindentlist-icbc-warpper .jdindentlist-inquire .jdicbc-find {
padding-top: 4px; padding-top: 4px;
min-width: 3%; float: left;
} }
......
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