摘要: 来源:https://segmentfault.com/a/1190000006636138 作者:https://segmentfault.com/u/leftstick 背景 说起工程人员/团队应该具备的“常识”,真正促使我认真思考这个问题,还是因为知乎的一篇贴跟没有常识的人聊天是一种怎样的体验 阅读全文
posted @ 2017-01-25 17:05 a瑶池 阅读(320) 评论(0) 推荐(0)
该文被密码保护。 阅读全文
posted @ 2017-01-25 16:46 a瑶池 阅读(0) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>Document</title></head> <style type='text/css'> .circle{width:200px;height:200px;p 阅读全文
posted @ 2017-01-25 16:21 a瑶池 阅读(3404) 评论(0) 推荐(0)
摘要: display:inline-block产生间隙,是由于换行在内的空白符 display:inline-block在IE下仅仅是触发了layout,而它本是行布局,触发后,块元素依然还是行布局。所以需让块元素呈递为内联对象,display:inline则起到了这一作用(*号只被ie6、7所识别),然 阅读全文
posted @ 2017-01-25 14:13 a瑶池 阅读(313) 评论(0) 推荐(0)
摘要: <!DOCTYPE html><html lang="en"><head> <meta charset="UTF-8"> <title>table</title> <style type="text/css"> tr td{font-size:30px;color:#000;text-align:c 阅读全文
posted @ 2017-01-25 10:04 a瑶池 阅读(186) 评论(0) 推荐(0)