会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
小蘑菇123
我可以蹲下来,陪你做一只蘑菇。 我愿意分担你的不快乐, 只是当你的世界下雨时单纯的为你撑起一把伞。 请你不要封闭自己的心,一个人承受那么多。 无论何时,请记住, 你知道的, 只要你睁开眼,你从来都不是一个人。 至少还有我… 我一直在守候!
博客园
首页
新随笔
联系
订阅
管理
上一页
1
···
14
15
16
17
18
19
20
下一页
2017年11月16日
bootsrtap带表格面板内容居中
摘要: css中,添加 .table th, .table td { text-align: center; vertical-align: middle!important;}
阅读全文
posted @ 2017-11-16 15:44 小蘑菇123
阅读(213)
评论(0)
推荐(0)
2017年11月3日
小程序页面高度不够用时,且无法改变高度
摘要: 使用滚动视图(scroll-view): WXML页面: WXSS页面: JSON页面:
阅读全文
posted @ 2017-11-03 11:56 小蘑菇123
阅读(371)
评论(0)
推荐(0)
2017年11月1日
小程序轮播图
摘要: wxml页面: 轮播属性说明: wxss页面: js页面:
阅读全文
posted @ 2017-11-01 15:33 小蘑菇123
阅读(690)
评论(0)
推荐(0)
小程序定时器自动隐藏/显示
摘要: wxml页面: <view class="guide {{showView?'show':'hide'}}" animation="{{animationGuide}}"> <view class="welcome" bindtap="welcome" animation="{{animationT
阅读全文
posted @ 2017-11-01 14:45 小蘑菇123
阅读(2418)
评论(0)
推荐(0)
2017年10月25日
小程序隐藏滚动条:
摘要: ::-webkit-scrollbar{ display:none; } ::-webkit-scrollbar{ display:none; }
阅读全文
posted @ 2017-10-25 16:28 小蘑菇123
阅读(5934)
评论(0)
推荐(1)
微信小程序居中代码
摘要: html页面: { text-align:center; } wxss页面: { width: 100%; height: 100%; display: flex; justify-content: center; width: 100%; height: 100%; display: flex;
阅读全文
posted @ 2017-10-25 15:40 小蘑菇123
阅读(9461)
评论(0)
推荐(0)
微信小程序点击事件
摘要: < index文件夹: > wxml页面: <navigator url="{{item.url}}"> <view>………</view> </navigator > js页面: Page({ data:{ slide: [], sysinfo: {}, list: [], cats: [], co
阅读全文
posted @ 2017-10-25 11:49 小蘑菇123
阅读(1328)
评论(0)
推荐(0)
2017年10月23日
如何实时获取滚动条的高度
摘要: js代码:
阅读全文
posted @ 2017-10-23 15:18 小蘑菇123
阅读(14999)
评论(1)
推荐(0)
2017年10月17日
css3新增的content 的用法:
摘要: < 文字加在内容后面 > css: a:after{ content: "我在你后面";} html: <a>123456789</a> < 文字加在内容前面 > css: a:before{ content: "我在你前面";} html: <a>123456789</a>
阅读全文
posted @ 2017-10-17 15:33 小蘑菇123
阅读(529)
评论(0)
推荐(0)
2017年10月13日
隐藏页面滚动条
摘要: 在css最开始部分,添加: ::-webkit-scrollbar{ display:none;}
阅读全文
posted @ 2017-10-13 14:46 小蘑菇123
阅读(180)
评论(0)
推荐(0)
上一页
1
···
14
15
16
17
18
19
20
下一页
公告