摘要:
1.长方形 #Rectangle{ width: 200px; height: 50px; background-color: red; color: white; text-align: center; } 2.正方形 #square{ width: 200px; height: 200px; b 阅读全文
摘要:
@import "public.less"; //合并公告样式 @boxsize:200px; //设置变量 @boxColor:red; @spanColor:green; @spansize:40px; body,html{ position: relative; } #box{ //写样式 width: ... 阅读全文