患了低血糖的狗1年前
有序列表无序列表学习
ul li{list-style:none; height: 80px; width:500px; border: 1px solid #ccc; /* margin: 5px 0px; */text-align:center;line-height: 40px; }/*去除无序列表的圆点,list-style:none清除前面属性的历史,border边框线大小 solid增加颜色 margin拉开上下间距 text-align:center文字横向居中 line-height: 40px;文字竖向同高度*/
/* ul li{list-style: url(images/tb.PNG);} *//*这个方法有弊端无法更改列表前面的间距属性属性*/
ul li:before{content: url(images/tb.PNG); margin-right: 30px;}
/* before在列表前...增加操作 margin-right: 向右调整30的间距 */
ul li:after{content: url(images/tb.PNG);}
/* after在列表后...增加操作 */
html+css
js
jq
vue
小陈
小黎
小涨
小鹏
有序列表无序列表学习
ul li{list-style:none; height: 80px; width:500px; border: 1px solid #ccc; /* margin: 5px 0px; */text-align:center;line-height: 40px; }/*去除无序列表的圆点,list-style:none清除前面属性的历史,border边框线大小 solid增加颜色 margin拉开上下间距 text-align:center文字横向居中 line-height: 40px;文字竖向同高度*/
/* ul li{list-style: url(images/tb.PNG);} *//*这个方法有弊端无法更改列表前面的间距属性属性*/
ul li:before{content: url(images/tb.PNG); margin-right: 30px;}
/* before在列表前...增加操作 margin-right: 向右调整30的间距 */
ul li:after{content: url(images/tb.PNG);}
/* after在列表后...增加操作 */
html+css
js
jq
vue
小陈
小黎
小涨
小鹏
0