Commit 8a20830b by 刘泽奇

123

parent ae07a396
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -47,40 +47,43 @@ ...@@ -47,40 +47,43 @@
background: #eef2fb; background: #eef2fb;
width: 130px; width: 130px;
text-align: center; text-align: center;
color:#777777; color: #777777;
height: 40px; height: 40px;
} }
.jdindentlist-warpper .el-tabs__header{
.jdindentlist-warpper .el-tabs__header {
box-sizing: border-box; box-sizing: border-box;
padding:0 20px; padding: 0 20px;
background: #eef2fb; background: #eef2fb;
} }
.jdindentlist-warpper .el-tabs__nav-scroll{
.jdindentlist-warpper .el-tabs__nav-scroll {
margin: 0; margin: 0;
} }
.jdindentlist-warpper .el-tabs__item.is-active { .jdindentlist-warpper .el-tabs__item.is-active {
border-top: 2px solid #3071fe; border-top: 2px solid #3071fe;
background: #ffffff; background: #ffffff;
color:#777777 !important; color: #777777 !important;
} }
/* 上面是公共部分 */ /* 上面是公共部分 */
.jdindentlist { .jdindentlist {
padding: 2.78% 20px 30px; padding: 20px 20px 30px;
background: #F9F9F9; background: #F9F9F9;
} }
.jdindentlist-inquire { .jdindentlist-inquire {
width: 100%; width: 100%;
height: 176px; height: 110px;
display: flex; display: flex;
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: 40px; /* padding-top: 40px;
padding-left: 40px; padding-left: 40px; */
} }
.jdindentlist-inquire>div:nth-child(2) { .jdindentlist-inquire>div:nth-child(2) {
...@@ -89,21 +92,26 @@ ...@@ -89,21 +92,26 @@
} }
.jdindentlist-inquire>div:nth-child(2)>button { .jdindentlist-inquire>div:nth-child(2)>button {
width: 68px;
height: 36px;
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
border-radius: 4px; color: #333333;
border: 1px solid rgba(38, 146, 255, 1); border: 1px solid #dee0eb;
color: rgba(38, 146, 255, 1); border-radius: 100px;
width: 58px;
height: 28px;
padding: 0;
font-size: 12px;
} }
.jdindentlist-inquire>div:nth-child(2)>button:nth-child(2) { .jdindentlist-inquire>div:nth-child(2)>button:nth-child(2) {
color: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
width: 68px; color: #333333;
height: 36px; border:1px solid #3071fe;
background: rgba(38, 146, 255, 1); border-radius: 100px;
border-radius: 4px; width: 58px;
height: 28px;
padding: 0;
font-size: 12px;
} }
.jdindentlist-inquire-form { .jdindentlist-inquire-form {
...@@ -133,7 +141,7 @@ ...@@ -133,7 +141,7 @@
width: 175px; width: 175px;
height: 36px; height: 36px;
background: rgba(255, 255, 255, 1); background: rgba(255, 255, 255, 1);
border-radius: 4px; border-radius: 0px;
border: 1px solid rgba(225, 225, 225, 1); border: 1px solid rgba(225, 225, 225, 1);
} }
......
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