|
|
@ -199,30 +199,6 @@ |
|
|
|
padding: 10px 0 8px 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.param-content .type-select { |
|
|
|
display: flex; |
|
|
|
} |
|
|
|
|
|
|
|
.param-content .type-select span { |
|
|
|
width: 76px; |
|
|
|
display: block; |
|
|
|
text-align: center; |
|
|
|
line-height: 28px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-radius: 3px 0 0 3px; |
|
|
|
background: #03244c; |
|
|
|
cursor: pointer; |
|
|
|
} |
|
|
|
|
|
|
|
.param-content .type-select span.active { |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
|
|
|
|
|
.param-content .type-select span:last-of-type { |
|
|
|
border-left: 0; |
|
|
|
border-radius: 0 3px 3px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.param-type { |
|
|
|
display: inline-block; |
|
|
|
border-radius: 3px; |
|
|
@ -231,44 +207,44 @@ |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.param-type a { |
|
|
|
width: 74px; |
|
|
|
float: left; |
|
|
|
line-height: 28px; |
|
|
|
text-align: center; |
|
|
|
color: #868686; |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
border-top: 1px solid #d5d5d5; |
|
|
|
border-bottom: 1px solid #d5d5d5; |
|
|
|
} |
|
|
|
.param-type a { |
|
|
|
width: 74px; |
|
|
|
float: left; |
|
|
|
line-height: 28px; |
|
|
|
text-align: center; |
|
|
|
color: #868686; |
|
|
|
overflow: hidden; |
|
|
|
position: relative; |
|
|
|
border-top: 1px solid #d5d5d5; |
|
|
|
border-bottom: 1px solid #d5d5d5; |
|
|
|
} |
|
|
|
|
|
|
|
.param-type a.spread { |
|
|
|
background: url('../images/divider-line.png') no-repeat left; |
|
|
|
} |
|
|
|
.param-type a.spread { |
|
|
|
background: url('../images/divider-line.png') no-repeat left; |
|
|
|
} |
|
|
|
|
|
|
|
.param-type a.action { |
|
|
|
border-top: 1px solid #fdbe56; |
|
|
|
border-bottom: 1px solid #f59c05; |
|
|
|
color: #FFFFFF; |
|
|
|
position: relative; |
|
|
|
z-index: 10; |
|
|
|
} |
|
|
|
.param-type a.action { |
|
|
|
border-top: 1px solid #fdbe56; |
|
|
|
border-bottom: 1px solid #f59c05; |
|
|
|
color: #FFFFFF; |
|
|
|
position: relative; |
|
|
|
z-index: 10; |
|
|
|
} |
|
|
|
|
|
|
|
.param-type a.action:before { |
|
|
|
content: ''; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
display: block; |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
z-index: -1; |
|
|
|
background: -webkit-linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
background: -moz-linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
background: -o-linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
background: linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
} |
|
|
|
.param-type a.action:before { |
|
|
|
content: ''; |
|
|
|
width: 100%; |
|
|
|
height: 100%; |
|
|
|
display: block; |
|
|
|
position: absolute; |
|
|
|
top: 0; |
|
|
|
left: 0; |
|
|
|
z-index: -1; |
|
|
|
background: -webkit-linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
background: -moz-linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
background: -o-linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
background: linear-gradient(#febc50, #faad2d, #f69c04); |
|
|
|
} |
|
|
|
|
|
|
|
.param-text { |
|
|
|
margin-bottom: 10px; |
|
|
@ -375,6 +351,7 @@ |
|
|
|
.realtime-btn { |
|
|
|
display: inline-block; |
|
|
|
margin-left: 0; |
|
|
|
height: 30px; |
|
|
|
} |
|
|
|
|
|
|
|
.label-shade { |
|
|
@ -476,24 +453,8 @@ |
|
|
|
padding: 10px 0 10px 10px; |
|
|
|
} |
|
|
|
|
|
|
|
.clac-title a { |
|
|
|
.clac-title span { |
|
|
|
width: 133px; |
|
|
|
float: left; |
|
|
|
text-align: center; |
|
|
|
line-height: 28px; |
|
|
|
border: 1px solid #3871af; |
|
|
|
border-radius: 3px 0 0 3px; |
|
|
|
background: #03244c; |
|
|
|
} |
|
|
|
|
|
|
|
.clac-title a:last-child { |
|
|
|
border-left: 0; |
|
|
|
border-radius: 0 3px 3px 0; |
|
|
|
} |
|
|
|
|
|
|
|
.clac-title a.active { |
|
|
|
color: #ffffff; |
|
|
|
background: linear-gradient(#266cb9, #002c5d); |
|
|
|
} |
|
|
|
|
|
|
|
.shadow { |
|
|
|