2021年10月27日
摘要: 1 body{ 2 background-color: #CCCCCC; 3 } 4 .content ul{ 5 padding-left: 0; 6 } 7 .content ul li{ 8 /* 设置为一行 */ 9 display: inline-block; 10 } 11 .conte 阅读全文
posted @ 2021-10-27 18:30 于凡芮 阅读(46) 评论(0) 推荐(0)
摘要: 1 <!DOCTYPE html> 2 <html> 3 <head> 4 <meta charset="utf-8" /> 5 <title></title> 6 <link rel="stylesheet" type="text/css" href="css/index.css"/> 7 </h 阅读全文
posted @ 2021-10-27 18:29 于凡芮 阅读(51) 评论(0) 推荐(0)