|
这个demo似乎使用了自定义字体,详情可以参考:
微信小程序实用组件:使用font-awesome字体,真机可用
[mw_shl_code=html,true]page {
background-color: #F4F4F4;
}
.mr10{
margin-right:10px;
}
.container {
height: 100%;
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
box-sizing: border-box;
}
.WText10PT {
background-color: transparent;
color: #b2b2b2;
font-size: 10px;
line-height: 10px;
}
.WText13PT {
background-color: transparent;
color: #b2b2b2;
font-size: 13px;
line-height: 13px;
}
.WText14PT {
background-color: transparent;
color: #888;
font-size: 14px;
line-height: 14px;
}
.WText16PT {
background-color: transparent;
color: #000;
font-size: 16px;
line-height: 16px;
}
.WText17PT {
background-color: transparent;
color: #000;
font-size: 17px;
line-height: 17px;
}
.WText20PT {
background-color: transparent;
color: #000;
font-size: 20px;
line-height: 20px;
}
.input-placeholder{
color: #DDD;
}
.text-center{
text-align:center;
}
@font-face {
font-family: 'FontAwesome';
src: url('fonts/fontawesome-webfont.eot?v=4.2.0');
src: url('fonts/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'),
url('fonts/fontawesome-webfont.woff?v=4.2.0') format('woff'),
url('fonts/fontawesome-webfont.ttf?v=4.2.0') format('truetype'),
url('fonts/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
font-weight: normal;
font-style: normal;
}[/mw_shl_code]
|
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
×
|