Commit 82172d09 by wufan

style:面包屑样式调整

parent b2948971
.xm-show-tip { .xm-show-tip {
position: relative; position: relative;
min-height:32px; min-height:32px;
background:#FFF4DD; background:#E9EFFF;
border-radius:4px; border-radius:4px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
......
...@@ -2,9 +2,12 @@ ...@@ -2,9 +2,12 @@
.xm-breadCrumb{ .xm-breadCrumb{
margin-left: 16px; margin-left: 16px;
padding-left: 16px;
color: #989898; color: #989898;
margin-top:10px; padding-top: 16px;
margin-bottom: 10px; padding-bottom: 8px;
background: #fff;
width: calc(100vw - 218px);
+.statistic-tips{ +.statistic-tips{
position: relative; position: relative;
top: -8px; top: -8px;
......
.xm-show-tip { .xm-show-tip {
position: relative; position: relative;
min-height:32px; min-height:32px;
background:#FFF4DD; background:#E9EFFF;
border-radius:4px; border-radius:4px;
display: flex; display: flex;
justify-content: flex-start; justify-content: flex-start;
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
min-width: 186px; min-width: 186px;
height: 32px; height: 32px;
line-height: 32px; line-height: 32px;
background: #FFF4DD; background: #E9EFFF;
padding: 0px 16px; padding: 0px 16px;
border-radius:4px; border-radius:4px;
margin: 16px 10px 13px 0; margin: 16px 10px 13px 0;
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
.select-container{ .select-container{
margin-bottom:12px; margin-bottom:12px;
.con{ .con{
background: #FFF4DD; background: #E9EFFF;
border-radius: 4px; border-radius: 4px;
padding:6px 16px; padding:6px 16px;
display: inline-flex; display: inline-flex;
......
...@@ -51,7 +51,7 @@ ...@@ -51,7 +51,7 @@
.select-box{ .select-box{
display:inline-box; display:inline-box;
width: 186px; width: 186px;
background: #FFF4DD; background: #E9EFFF;
border-radius: 4px; border-radius: 4px;
padding:6px 16px; padding:6px 16px;
margin-right:8px; margin-right:8px;
...@@ -74,7 +74,7 @@ ...@@ -74,7 +74,7 @@
} }
.related-box{ .related-box{
padding:6px 16px; padding:6px 16px;
background: #FFF4DD; background: #E9EFFF;
border-radius: 4px; border-radius: 4px;
flex:1; flex:1;
color:#666666; color:#666666;
......
...@@ -67,7 +67,7 @@ ...@@ -67,7 +67,7 @@
} }
} }
.select-tip-box { .select-tip-box {
background: #fff4dd; background: #E9EFFF;
border-radius: 4px; border-radius: 4px;
padding: 6px 16px; padding: 6px 16px;
display: flex; display: flex;
......
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