摘要:
需在父元素设置 position:relative; 阅读全文
posted @ 2020-09-18 19:20
海胆Sur
阅读(15)
评论(0)
推荐(0)
摘要:
仅在后一种情况下,使用填充或边框可以防止崩溃。同样,任何overflow与默认值(visible)不同的值都将应用于父级,以防止崩溃。因此,两者overflow: auto和overflow: hidden将具有相同的效果。使用时唯一的区别也许hidden是如果父母的身高固定时隐藏内容的意外结果。 阅读全文
posted @ 2020-09-18 18:51
海胆Sur
阅读(9)
评论(0)
推荐(0)
摘要:
*{margin: 0;padding: 0;}/*样式重置*/ ul{ overflow: hidden; } li{ list-style: none;/*去除默认标点*/ float: left; } a{ color: black; text-decoration: none;/*去除下划线 阅读全文
posted @ 2020-09-18 16:34
海胆Sur
阅读(10)
评论(0)
推荐(0)
摘要:
#include "stdafx.h" #include<windows.h> int main(int argc, char* argv[]) { int a; int i=0,j=0; scanf("%d",&a);//启动操作 Sleep(3 * 1000);//用于切换到要填写位置的延时 f 阅读全文
posted @ 2020-09-18 14:31
海胆Sur
阅读(16)
评论(0)
推荐(0)

浙公网安备 33010602011771号