摘要: 两行css如下: <style scoped> .waterfall-container { /*分几列*/ column-count: 2; } .waterfall-item { /*不留白,不知道什么意思可以取消这个样式试试*/ break-inside: avoid; }</style> / 阅读全文
posted @ 2020-07-03 14:07 张小中 阅读(211) 评论(0) 推荐(0)
摘要: //拷贝电话号码 function copyPhone(tel){ var strHtml = ` <div class="tanbg" style="position: fixed;top:0;left:0;right:0;bottom:0;background: rgba(0, 0, 0, 0. 阅读全文
posted @ 2020-07-03 09:32 张小中 阅读(220) 评论(0) 推荐(0)