引言
04篇的自定义小案例
效果
代码
<!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <style type="text/css"> * { margin: 0; padding: 0; list-style: none; text-decoration: none; } .news { width: 400px; height: 400px; border: 1px solid #ccc; margin: 50px auto; } .title { height: 59px; line-height: 60px; border-bottom: 1px solid #ccc; } li {