diff options
author | chai <chaifix@163.com> | 2018-01-26 14:12:33 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-01-26 14:12:33 +0800 |
commit | 07704199616228849c17302f21dd5a5a30dbea66 (patch) | |
tree | f9a9fe0e84dfb14dbabac2ebeffb8a7ab75bb821 /html/style.css | |
parent | a253c861daed44aad49ae9a195c9b0bc5d309134 (diff) |
*修改
Diffstat (limited to 'html/style.css')
-rw-r--r-- | html/style.css | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/html/style.css b/html/style.css index 8084580..dd447a4 100644 --- a/html/style.css +++ b/html/style.css @@ -50,3 +50,44 @@ background: #ffffff; } +.issue_container .issue_title{ + background: #f7f7f7; + font-weight: bold; +} + +.issue_container .issue_description{ + background: #f7f7f7; +} + +.issue_container .issue_font{ + font-weight: bold; + font-size: 12px; + display: block; +} + +.issue_container .issue_solve{ + background: #f7f7f7; +} + +.issue_container > * { + margin-bottom : 5px; +} + +.form_add .issue_title{ + width : 100%; +} + +.form_add .issue_tags{ + width : 100%; +} + +.form_add .issue_font{ + font-weight: bold; + font-size: 12px; + display: block; +} + +.form_add > *{ + margin-bottom : 5px; +} + |