소스 검색

IE8打印

wyq 3 년 전
부모
커밋
26878a524c
1개의 변경된 파일40개의 추가작업 그리고 0개의 파일을 삭제
  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;