Browse Source

IE8打印

wyq 3 years atrás
parent
commit
26878a524c
1 changed files with 40 additions and 0 deletions
  1. 40 0
      src/css/print.css

+ 40 - 0
src/css/print.css

@@ -14,6 +14,46 @@
   .info_left{
     display: block;
   }
+  .contentList{
+  max-width: 100%;
+  border-bottom: 1PX solid #F3F3F3;
+  margin-bottom: 6px;
+  }
+  .item-list{
+    padding: 0 21px;
+  }
+  .item-title,.item-titles{
+    font-size: 14px;
+    font-weight: 400;
+    color: #333333;
+    line-height: 20px;
+    margin-top: 14px;
+  }
+  .item-content{
+    margin: 10px 0;
+    display: inline-block;
+  }
+  .radio {
+    display: flex;
+    margin: 5px;
+    margin-right: 25px;
+    float: left;
+  } 
+  label{
+    font-weight: 400;
+    color: #666666;
+    line-height: 20px;
+  }
+  label> input{
+    margin-right: 6px;
+  }
+  .num{
+    margin-left: 10px;
+  }
+  .recommend{
+    width: 18px;
+    height: 18px;
+  }
   .result{
     background: #EDFAFF;
     border-radius: 10px;