From 006731ea61574b833ee8ee1d54313440ebc18213 Mon Sep 17 00:00:00 2001 From: luoquan <545501972@qq.com> Date: Mon, 14 Mar 2016 15:51:50 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BB=A5=E4=B8=8B=E9=97=AE?= =?UTF-8?q?=E9=A2=98=EF=BC=9A=20KE=E9=97=AE=E9=A2=98=EF=BC=9A=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=97=B6=E8=A1=8C=E9=97=B4=E8=B7=9D=E6=8C=BA=E5=A5=BD?= =?UTF-8?q?=EF=BC=8C=E5=8F=91=E5=B8=83=E5=90=8E=EF=BC=8C=E5=9C=A8=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE=E8=AE=A8=E8=AE=BA=E5=8C=BA=E4=B8=AD=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=A1=8C=E9=97=B4=E8=B7=9D=E7=A8=8D=E5=BE=AE=E6=9C=89?= =?UTF-8?q?=E7=82=B9=E6=8C=A4=E3=80=82=20KE=E9=97=AE=E9=A2=98=EF=BC=9A?= =?UTF-8?q?=E7=BC=BA=E7=9C=81=E7=9A=84=E6=96=87=E5=AD=97=E9=A2=9C=E8=89=B2?= =?UTF-8?q?=EF=BC=9A=E5=9C=A8=E7=BC=96=E8=BE=91=E6=97=B6=E6=98=AF=E9=BB=91?= =?UTF-8?q?=E8=89=B2=EF=BC=8C=E4=BD=86=E5=8F=91=E5=B8=83=E5=90=8E=E5=B0=B1?= =?UTF-8?q?=E6=98=AF=E7=81=B0=E8=89=B2=E3=80=82=E5=BA=94=E8=AF=A5=E5=8F=91?= =?UTF-8?q?=E5=B8=83=E5=90=8E=E4=B9=9F=E6=98=AF=E9=BB=91=E8=89=B2=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/new_user.css | 2 +- public/stylesheets/project.css | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/public/stylesheets/new_user.css b/public/stylesheets/new_user.css index af3829706..7b0089a8e 100644 --- a/public/stylesheets/new_user.css +++ b/public/stylesheets/new_user.css @@ -844,7 +844,7 @@ a.sortArrowActiveU {background:url(images/post_image_list.png) -17px -20px no-re .postDetailTitle {width:580px; max-width:580px; margin-bottom:5px;} .postDetailDes {width:580px; max-width:580px; margin-bottom:6px; color:#888888;display:block;overflow:hidden;word-break:keep-all;text-overflow:ellipsis;} .postDetailDes p,div,em{word-break: break-all;word-wrap: break-word;} -.homepagePostIntro p,.homepagePostIntro div,.homepagePostIntro em, .homepagePostIntro span{text-align: justify; text-justify:inter-ideograph; word-break: normal !important; word-wrap: break-word !important; line-height: 18px !important;} +.homepagePostIntro p,.homepagePostIntro div,.homepagePostIntro em, .homepagePostIntro span{text-align: justify; text-justify:inter-ideograph; word-break: normal !important; word-wrap: break-word !important; line-height: 23px !important;} .postDetailCreater {color:#888888; font-size:12px; float:left; margin-right:25px;} .postDetailDate {color:#888888; font-size:12px; float:left;} .postDetailReply { margin-top:28px; color:#888888; float:right;display: inline} diff --git a/public/stylesheets/project.css b/public/stylesheets/project.css index 7e1ae654f..f30838a92 100644 --- a/public/stylesheets/project.css +++ b/public/stylesheets/project.css @@ -218,7 +218,7 @@ a.talk_btn{ background:#64bdd9; width:50px; height:20px; color:#fff; text-align: a:hover.talk_btn{ background:#2a9dc1;} /****讨论区内页***/ .mt0{ margin-top:0px;} -.talk_info{ color:#7d7d7d; margin-left:60px; margin-top:10px;} +.talk_info{ margin-left:60px; margin-top:10px;} .issue_desc li{list-style-type: decimal;margin-left: 20px;} .talk_info img {max-width:100%;} a.talk_edit{ color:#426e9a; margin-right:5px;}