Commit 82172d09 by wufan

style:面包屑样式调整

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