Authored by 梁志锋

反馈问题加箭头 code review by zhaobiao

... ... @@ -141,23 +141,15 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
border-top: pxToRem(30px) solid #f0f0f0;
border-bottom: pxToRem(30px) solid #f0f0f0;
position: relative;
&:after {
content: '';
width: 100%;
height: 1px;
border-top: 1px solid #e0e0e0;
position: absolute;
left: 0;
top: 0;
.list-item {
padding: 0 pxToRem(35px);
}
&:before {
content: '';
width: 100%;
height: 1px;
border-bottom: 1px solid #e0e0e0;
position: absolute;
left: 0;
bottom: 0;
.new-right {
float: right;
margin-left: pxToRem(40px);
color: #e0e0e0;
}
a {
... ... @@ -165,10 +157,6 @@ $suggest: sprite-map("me/suggest/*.png",$spacing: 5px);
display: inline-block;
}
> span {
color: #b0b0b0;
font-size: pxToRem(26px);
}
}
}
... ...
... ... @@ -7,8 +7,8 @@
</h2>
<div class="create-new-suggest">
<a href="./suggestSub">
反馈问题<span>(功能意见,界面意见)</span>
<a class="list-item" href="./suggestSub">
反馈问题 (功能意见,界面意见)<span class="iconfont new-right">&#xe604;</span>
</a>
</div>
... ...