Commit 632afa18 authored by caixingbing's avatar caixingbing

*

parent 655425ae
...@@ -387,21 +387,13 @@ ul, li { ...@@ -387,21 +387,13 @@ ul, li {
} }
.common-title{ .common-title{
border-left: 2px solid #445781;
padding-left: 8px;
font-size: 16px; font-size: 16px;
color: #232323; height: 16px;
line-height: 16px;
font-weight: 700; font-weight: 700;
line-height: 0.9; color: #232323;
position: relative;
padding: 0 0 0 8px;
&:before{
position: absolute;
left: 0;
top: 0;
width: 2px;
height: 14px;
background: #445781;
content:"";
}
} }
.pagination-box{ .pagination-box{
......
...@@ -355,9 +355,9 @@ export default { ...@@ -355,9 +355,9 @@ export default {
transition: all .3s cubic-bezier(.645, .045, .355, 1); transition: all .3s cubic-bezier(.645, .045, .355, 1);
transform-origin: 100% 50%; transform-origin: 100% 50%;
&:before { &:before {
transform: scale(.6); transform: scale(.95);
display: inline-block; display: inline-block;
vertical-align: -3px; vertical-align: -2.5px;
} }
} }
} }
......
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