Authored by cailing

jit样式找回

... ... @@ -13,6 +13,35 @@
font-size: 40px;
margin-top: -30px;
}
&.more-jit {
background: #fff;
padding: 30px 20px;
border-bottom: 1px solid #e0e0e0;
padding-top: 0;
padding-bottom: 0;
margin-bottom: 0;
}
.more-jit {
height: 88px;
line-height: 88px;
position: relative;
span {
font-size: 34px;
color: #444;
}
.iconfont {
position: absolute;
right: 0;
left: auto;
top: auto;
margin: 0;
}
}
}
.sub {
... ...