Authored by wangqing

图标入口样式

.icons-wrapper {
box-sizing: border-box;
padding-top:29rem / $pxConvertRem;
padding-bottom:61rem / $pxConvertRem;
width: 100%;
height: 370rem / $pxConvertRem;
clear: both;
}
.icons-list {
width: 100%;
height: 280rem / $pxConvertRem;
}
.icons-item {
float: left;
margin-bottom: 10rem / $pxConvertRem;
width:25%;
height: 135rem / $pxConvertRem;
text-align:center;
}
.imagebar {
margin:0 auto;
display:block;
margin-bottom: 9rem / $pxConvertRem;
width: 103rem / $pxConvertRem;
height: 103rem / $pxConvertRem;
border-radius: 50%;
border: 1px solid #e0e0e0;
box-sizing: border-box;
overflow: hidden;
img {
width: 100%;
height: 100%;
}
}
.linkbar {
display: block;
margin-top: 9px;
height: 27rem / $pxConvertRem;
line-height:27rem / $pxConvertRem;
font-size:34rem / $pxConvertRem;
color: #444;
}
\ No newline at end of file
... ...