Authored by zhangxiaoru

图标

No preview for this file type
This diff could not be displayed because it is too large.
No preview for this file type
No preview for this file type
{{#inviteShare}}
<div class="invite-share">
<span class="close-invite">×</span>
<span class="close-invite iconfont">&#xe72d;</span>
<img class="head-ico" src="{{image headIco 75 75}}">
<span class="invite-name">"{{nickname}}"邀请你来有货玩潮流</span>
<p class="invite-trend">{{#if trendWord}}# {{trendWord}} #{{else}}{{inviteCode}}{{/if}}</p>
... ...
... ... @@ -8,17 +8,16 @@
position: relative;
.close-invite {
width: 34px;
width: 38px;
height: 34px;
position: absolute;
top: 50%;
left: 8px;
display: block;
border-radius: 34px;
border: 1px solid #fff;
text-align: center;
line-height: 34px;
transform: translateY(-50%);
font-size: 28px;
}
.head-ico {
... ...