随笔分类 -  html

摘要:ionic 隐藏头部使用hide-nav-bar="true" ,存在tabs界面的app,先点击app在点击有隐藏头部的二级界面会导致手机上方空白、 在ios上导致下面定义的内容顶住了头部。 解决方法用 阅读全文
posted @ 2016-11-30 10:50 A-long 阅读(1367) 评论(1) 推荐(1)
摘要:<!DOCTYPE html><html><head> <meta charset="utf-8"> <meta http-equiv="Content-Security-Policy"> <meta name="viewport" content="initial-scale=1, maximum 阅读全文
posted @ 2016-10-31 09:56 A-long 阅读(266) 评论(0) 推荐(0)
摘要:<html><head> <title>progress</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> /*订单进度条*/ .progress-x{ width: 80%; he 阅读全文
posted @ 2016-08-30 10:42 A-long 阅读(1339) 评论(0) 推荐(0)
摘要:圆角table,合并td <html><head> <title>table</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <style> .table-b{ border-collapse:c 阅读全文
posted @ 2016-08-30 10:33 A-long 阅读(243) 评论(0) 推荐(0)