摘要: 1 <!DOCTYPE html> 2 <html> 3 <HEAD> 4 5 <style> 6 *{font-size: 12px; padding: 5px;} 7 #css1 P{ /*优先级3*/ 8 color:blue 9 } 10 11 #css1>P{ 12 color:orang 阅读全文
posted @ 2021-09-01 22:50 新冠時代 阅读(63) 评论(0) 推荐(0)