dud1ao's recent timeline updates
dud1ao

dud1ao

V2EX member #211040, joined on 2017-01-16 17:21:18 +08:00
dud1ao's recent replies
哦哦。是浙江电信挂了。我 hosts 中强制指定了其他 IP。正常了
Jun 29, 2018
Replied to a topic by tandaly 程序员 技术负责人都需要凌晨不睡觉么?
Jun 29, 2018
Replied to a topic by tandaly 程序员 技术负责人都需要凌晨不睡觉么?
每天 0 点准时睡觉。。看来不适合当技术了。
Dec 12, 2017
Replied to a topic by sunhk25 前端开发 CSS 上面固定(px),下面可变(%)
@sunhk25 我 7 楼发的用不了吗?? 上方固定高度 下方 absolute 设置 top 为上方的高度 bottom 为 0px 这样下面的 div 就是自适应的
Dec 11, 2017
Replied to a topic by sunhk25 前端开发 CSS 上面固定(px),下面可变(%)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Document</title>
</head>
<style>
*{margin:0px;padding: 0px;}
.top{height:300px;background: red;}
.bottom{position: absolute;top:300px;background: yellow;bottom:0px;width: 100%;}

</style>
<body>
<div class="top"></div>

<div class="bottom"></div>
</body>
</html>
About   ·   Help   ·   Advertise   ·   Blog   ·   API   ·   FAQ   ·   Solana   ·   2294 Online   Highest 6679   ·     Select Language
创意工作者们的社区
World is powered by solitude
VERSION: 3.9.8.5 · 13ms · UTC 01:34 · PVG 09:34 · LAX 18:34 · JFK 21:34
♥ Do have faith in what you're doing.