Commit 51e0fbb1 by 刘泽奇

123

parent 52ec7afe
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -75,23 +75,22 @@ ...@@ -75,23 +75,22 @@
/* 共用title样式 */ /* 共用title样式 */
.jdindentdetail-main-title { .jdindentdetail-main-title {
border-left: 2px solid rgba(47, 47, 47, 1); background: #eef2fb;
height: 16px; height: 32px;
line-height: 16px; width: 100%;
border-radius: 2px; padding-left: 12px;
padding-left: 8px;
box-sizing: border-box; box-sizing: border-box;
font-size: 16px; line-height: 32px;
font-family: PingFangSC-Regular, PingFang SC; font-family: PingFangSC-Regular;
font-weight: 400; font-size: 12px;
color: rgba(47, 47, 47, 1); color: #333333;
line-height: 16px;
} }
.jdindentdetail-main-title>span { .jdindentdetail-main-title>span {
color: #2692FF; color: #2692FF;
margin-left: 24px; margin-left: 24px;
cursor: pointer; cursor: pointer;
float: right;
} }
.jdindentdetail-main-step-col { .jdindentdetail-main-step-col {
...@@ -111,12 +110,14 @@ ...@@ -111,12 +110,14 @@
border-color: #C0C4CC; border-color: #C0C4CC;
} }
.jdindentdetail-flow { .jdindentdetail-flow {
padding: 10px; padding: 10px;
margin-top: 20px; margin-top: 20px;
box-sizing: border-box; box-sizing: border-box;
border: 1px solid #E3E3E3; border: 1px solid #E3E3E3;
} }
.jdindentdetail-main-step-col .el-step__icon-inner { .jdindentdetail-main-step-col .el-step__icon-inner {
color: #fff; color: #fff;
font-size: 14px; font-size: 14px;
...@@ -150,6 +151,7 @@ ...@@ -150,6 +151,7 @@
padding-left: 25px; padding-left: 25px;
overflow-y: scroll; overflow-y: scroll;
} }
.jdindentdetail-main-step-row>div::-webkit-scrollbar { .jdindentdetail-main-step-row>div::-webkit-scrollbar {
width: 8px; width: 8px;
/*高宽分别对应横竖滚动条的尺寸*/ /*高宽分别对应横竖滚动条的尺寸*/
......
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