From 768d1c020720a5eb7fe6f69634c24b383bc1f457 Mon Sep 17 00:00:00 2001 From: zhangpf <809151882@qq.com> Date: Fri, 6 Dec 2019 17:55:23 +0800 Subject: [PATCH] =?UTF-8?q?[=E6=9B=B4=E6=96=B0=E8=A1=A8=E6=A0=BCcss]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [添加对表格的css的支持] --- style.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/style.css b/style.css index 22a77b4..2d94008 100644 --- a/style.css +++ b/style.css @@ -493,6 +493,14 @@ img { table { margin: 0 0 1.5em; width: 100%; + border:1px solid #cad9ea; + color:#666; +} + +td, +th { + padding: 0; + border:1px solid #cad9ea; } /*--------------------------------------------------------------