Commit 632afa18 authored by caixingbing's avatar caixingbing

*

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