摘要: 一、ios白屏问题ios端基于vue开发的H5无法正常显示,白屏问题1、代码问题确定方法:在ie/edge浏览器中打开,看是否正常显示,如果仍然白屏,可以确定问题解决方法:1、代码中是否使用es6,如果使用,确定使用es6转es5,(npm install babel-polyfillnpm ins 阅读全文
posted @ 2019-12-27 19:12 xyzgy 阅读(477) 评论(0) 推荐(0)
摘要: <script type="text/javascript"> getStartEnd(new Date(),'2',true,true,true) //截止当前时间(年-月-日)getStartEnd(new Date(),'2',true,false) //截止当前阶段内结束时间(年-月-日)g 阅读全文
posted @ 2018-09-21 14:18 xyzgy 阅读(226) 评论(0) 推荐(0)
摘要: 1、nth-child() css3中的选择器,常用语style样式书写过程中, 父元素下的第n个元素;想要实现奇数行(odd),或者偶数行(even)添加样式中的最后一个span添加样式,应该是ul li:nth-child(odd) span:last-child{ },而不是ul li spa 阅读全文
posted @ 2017-06-12 13:54 xyzgy 阅读(138) 评论(0) 推荐(0)
摘要: <div class="center"> <div style="border-bottom: 1px solid red;margin-top: 10px;width: 1100px;"> <ol class="clear_fl title_ol"> <li class=" "></li> <li 阅读全文
posted @ 2017-06-10 01:14 xyzgy 阅读(261) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head><body> <span id="hour">01</span> <span>:</span> <span id="m 阅读全文
posted @ 2017-06-06 15:56 xyzgy 阅读(327) 评论(0) 推荐(1)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>楼层导航-smallswallows</title> <script type="text/javascript" src="http://code.jquery. 阅读全文
posted @ 2017-06-06 15:50 xyzgy 阅读(300) 评论(0) 推荐(0)