From 62caf8781a7b1ca5c921a84065b3d5fe80b7ce0b Mon Sep 17 00:00:00 2001 From: hdw <hdw@192.168.137.1> Date: 星期二, 18 十二月 2018 14:53:01 +0800 Subject: [PATCH] 添加地图信息详情 --- gx_tieta/WebRoot/mobil/app/css/map.css | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/gx_tieta/WebRoot/mobil/app/css/map.css b/gx_tieta/WebRoot/mobil/app/css/map.css index 3c86c8e..5c71360 100644 --- a/gx_tieta/WebRoot/mobil/app/css/map.css +++ b/gx_tieta/WebRoot/mobil/app/css/map.css @@ -96,4 +96,21 @@ } .home-list .home-item .home-item-txt { margin-left: 8px; +} + +/* hdw-tbl-style */ +.hdw-tbl { + width: 100%; + border-collapse: collapse; +} +.hdw-tbl th, .hdw-tbl td { + border: 1px solid #cccccc; +} +.hdw-tbl th { + font-size: 14px; + padding: 4px 10px; + background: url('../image/table_th_bg.gif') repeat-x; +} +.hdw-tbl td { + padding: 4px 0 4px 8px; } \ No newline at end of file -- Gitblit v1.9.1