From ad7014f8b66d7e4ca2ced0ebba9d59960118cfa1 Mon Sep 17 00:00:00 2001 From: sw <939547590@qq.com> Date: Sat, 17 Jan 2015 12:20:47 +0800 Subject: [PATCH] =?UTF-8?q?#1809=E6=96=B0=E5=BB=BA/=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E9=97=AE=E9=A2=98=E5=86=85=E5=AE=B9=E6=88=96=E9=80=89=E9=A1=B9?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E8=B6=B3=E5=A4=9F=E9=95=BF=E4=B8=94=E4=B8=BA?= =?UTF-8?q?=E9=9D=9E=E6=B1=89=E5=AD=97=E7=B1=BB=E5=9E=8B=EF=BC=8C=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E8=B6=85=E5=87=BA=E8=BE=B9=E6=A1=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/stylesheets/polls.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/stylesheets/polls.css b/public/stylesheets/polls.css index 0476f4291..5864a9801 100644 --- a/public/stylesheets/polls.css +++ b/public/stylesheets/polls.css @@ -42,15 +42,15 @@ ul.wlist li a:hover{ background:#15bccf; color:#fff; text-decoration:none;} /*问卷页面*/ .polls_box{ border:1px solid #dcdcdc; padding:15px 30px;} -.ur_page_title{ font-size:16px; text-align:center; color:#353535;} +.ur_page_title{ font-size:16px; text-align:center; color:#353535;word-break: break-all; word-wrap: break-word;} .ur_prefix_content{ color:#656565; text-indent:30px; margin-top:10px; } .ur_card{border-top:1px solid #dcdcdc;margin-top:20px; color:#3a3a3a;} -.ur_title{ padding:20px 0px ; float:left; width:604px; } +.ur_title{ padding:20px 0px ; float:left; width:604px; word-break: break-all; word-wrap: break-word;} .ur_required{ font-weight: bold; color:red;} .ur_inputs{ color:#666;} .ur_table{border-top:1px solid #dcdcdc;} .ur_inputs tr td{ height:40px;border-bottom:1px solid #dcdcdc; width:617px;} -.ur_inputs label{ padding-left:10px;} +.ur_inputs label{ padding-left:10px;word-break: break-all; word-wrap: break-word;} .ur_inputs input{ margin-right:5px;} .ur_text{ height:30px;} .ur_textbox{ border:1px solid #dcdcdc !important; color:#676765;}