...
|
...
|
@@ -293,7 +293,6 @@ |
|
|
|
|
|
.senior {
|
|
|
padding-bottom: 6px;
|
|
|
padding-right: 0;
|
|
|
|
|
|
.attr-content {
|
|
|
position: relative;
|
...
|
...
|
@@ -306,6 +305,8 @@ |
|
|
|
|
|
.senior-attr-wrap > .attr:hover,
|
|
|
.senior-attr-wrap > .attr.hover {
|
|
|
font-weight: bold;
|
|
|
|
|
|
> .iconfont {
|
|
|
visibility: hidden;
|
|
|
}
|
...
|
...
|
@@ -318,13 +319,13 @@ |
|
|
.senior-sub {
|
|
|
box-sizing: border-box;
|
|
|
position: absolute;
|
|
|
padding: 15px 0 15px 91px;
|
|
|
padding: 0 15px 15px 91px;
|
|
|
left: -91px;
|
|
|
right: -1px;
|
|
|
right: -16px;
|
|
|
top: 39px;
|
|
|
background: #fff;
|
|
|
border: 1px solid #dfdfdf;
|
|
|
border-top-color: #eaeceb;
|
|
|
border-top: 0;
|
|
|
z-index: 2;
|
|
|
|
|
|
ul {
|
...
|
...
|
@@ -342,6 +343,11 @@ |
|
|
}
|
|
|
}
|
|
|
|
|
|
.senior-content {
|
|
|
padding-top: 15px;
|
|
|
border-top: 1px solid #eaeceb;
|
|
|
}
|
|
|
|
|
|
.senior-up-icon {
|
|
|
position: relative;
|
|
|
width: 100%;
|
...
|
...
|
|