Ver Fonte

优化提交结果页面及移动端答卷样式

wkeyuan há 3 anos atrás
pai
commit
f12cdf9c67
2 ficheiros alterados com 16 adições e 3 exclusões
  1. 2 2
      static/diaowen/css/answer-m.css
  2. 14 1
      static/diaowen/message.html

+ 2 - 2
static/diaowen/css/answer-m.css

@@ -93,10 +93,10 @@ body{
   padding-bottom: 20px;
 }
 #dwSurveyQuContentAppUl > li .surveyQuItemContent legend{
-  font-weight: bold;
+  /*font-weight: bold;*/
   color: black;
   font-size: 16px;
-  font-weight: bold;
+  /*font-weight: bold;*/
   line-height: 26px;
 }
 

+ 14 - 1
static/diaowen/message.html

@@ -7,10 +7,23 @@
   <script type="text/javascript" src="js/plugs/jquery-ui-1.10.3.custom/js/jquery-1.10.1.js"></script>
   <script type="text/javascript" src="js/common/common.js" ></script>
   <script type="text/javascript" src="js/dw/an/msg.js" ></script>
+  <style type="text/css">
+    #dw_body_answer_msg{
+      padding: 0px 60px;
+    }
+    @media only screen and (max-width: 500px) {
+      #dw_body_answer_msg{
+        padding: 0px;
+      }
+      #surveyName img{
+        width: 100%;
+      }
+    }
+  </style>
 </head>
 <body style="padding: 0px;margin: 0px;">
 
-<div style="padding: 0px 60px;">
+<div id="dw_body_answer_msg" >
   <div style="padding: 50px 10px;background: rgb(240, 240, 240);text-align: center;padding-bottom: 80px;">
       <h3 style="color: #333;" id="surveyName">...</h3>
       <div style="font-size: 14px;color: rgb(24, 144, 255);" id="resultNote">参数不完整</div>