1 Star 0 Fork 0

kevin/wxAPP_toutiaoNews

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
app.wxss 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
ForeverW 提交于 2019-06-20 15:49 . style: 1px support
/**app.wxss**/
.one-px-border::after {
position: absolute;
bottom: 0;
left: 0;
width: 100%;
height: 1px;
content: '';
background-color: #f0f0f0;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
.one-px-border ::after {
transform: scaleY(0.5);
}
}
@media (-webkit-min-device-pixel-ratio: 3), (min-resolution: 3dppx) {
.one-px-border ::after {
transform: scaleY(0.333);
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/huangxin1999/wxAPP_toutiaoNews.git
git@gitee.com:huangxin1999/wxAPP_toutiaoNews.git
huangxin1999
wxAPP_toutiaoNews
wxAPP_toutiaoNews
master

搜索帮助