AlvisLiu hai 1 ano
pai
achega
4c84bf7bad
Modificáronse 1 ficheiros con 152 adicións e 0 borrados
  1. 152 0
      src/styles/printStyle.scss

+ 152 - 0
src/styles/printStyle.scss

@@ -0,0 +1,152 @@
+.normalTitle{
+  text-align: center;
+  font-size: 24px;
+  font-weight: bold;
+  margin-bottom:10px;
+
+}
+.baseInfoPrintTop{
+  margin-bottom: 0;
+}
+.baseInfoPrintBottom{
+  margin-top: 2px;
+}
+
+.redZhang{
+  width: 42mm;
+}
+
+
+.Tb tr{
+  line-height: 50px;
+}
+.Tb td{ 
+  height:30px; 
+  border:#000000 2px solid;
+  box-sizing: border-box;
+  padding-left:1%;
+}
+.titleOpt{
+  width:150px;
+  min-width:150px;
+  max-width: 200px;
+
+  overflow: hidden; 
+  white-space: nowrap; 
+  text-overflow: ellipsis;
+}
+.tips{
+  font-size: 16px;
+  text-align: left;
+  color: #ff0000;
+}
+.formShow{
+  width: 210mm;
+  margin:0 auto;
+  min-height: 300px;
+  position:relative;
+  margin-top:15px;
+}
+.OfficialSeal{
+  position:absolute;
+  right:7%;
+  bottom:5%;
+  z-index:13
+}
+.OfficialSeal img{
+  width:150%;
+  transform: rotate(-30deg);
+}
+.singleD{
+  display:inline-block;
+  margin:0 5px;
+}
+.singleD a{
+  color:rgb(0, 149, 199);
+}
+
+.red{
+  color:red;
+}
+
+::v-deep .specialTd table tbody tr td{
+  border:1px #CCCCCC solid !important;
+}
+
+.topPart {
+  min-height: 450px;
+  font-size: 14px;
+  border-radius: 10px;
+  margin: 0 auto;
+}
+
+.Htitle {
+  font-size: 16px;
+  font-family: Segoe UI, Segoe UI-Regular;
+  font-weight: 400;
+  text-align: left;
+  color: #606266;
+  border-left: 3px solid #265cd4;
+  margin: 15px 0;
+  box-sizing: border-box;
+  padding-left: 10px;
+}
+
+/* 打印启用样式 */
+@media print{
+  @page{  
+    size: landscape; /*对打印的尺寸进行设置*/
+    margin: 0 ;  /*去掉上面的水印*/
+  }
+  a[href]:after {
+    	content: none !important;
+  	}
+
+.tips{
+  font-size: 16px;
+  text-align: left;
+  color: #ff0000;
+}
+.formShow{
+  min-height: 300px;
+  position:relative;
+  margin-top:15px;
+  box-sizing:border-box;
+  padding:20px;
+}
+.Tb tr{
+  line-height: 50px;
+}
+.Tb td{ 
+  height:30px; 
+  border:#000000 2px solid;
+  box-sizing: border-box;
+  padding-left:1%;
+}
+.OfficialSeal{
+  position:absolute;
+  right:7%;
+  bottom:2%;
+  z-index:13
+}
+.OfficialSeal img{
+  width:150%;
+  transform: rotate(-30deg);
+}
+.singleD{
+  display:inline-block;
+  margin:0 5px;
+}
+.singleD a{
+  color:rgb(0, 149, 199);
+}
+}
+
+
+
+
+
+
+
+
+