Pārlūkot izejas kodu

二维码管理

qymljy 8 mēneši atpakaļ
vecāks
revīzija
b3d7b3fca6
2 mainītis faili ar 54 papildinājumiem un 6 dzēšanām
  1. 53 6
      public/codeToFile.html
  2. 1 0
      public/img/word.svg

+ 53 - 6
public/codeToFile.html

@@ -6,18 +6,58 @@
         <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
         <script src="https://unpkg.com/axios/dist/axios.min.js"></script>
         <style>
-
+            .img-margin{
+                margin: 60pt 0 30pt 30pt;
+            }
+            .title-div{
+                width:100%;
+                height:50px;
+                margin:0 0 20pt 30pt
+            }
+            .title-font{
+                font-size: 40pt;
+                height:50px;
+                line-height: 50px;
+                vertical-align: auto;
+                text-align: left;
+                color: #333333;
+                font-weight: bold
+            }
+            .margin-style{
+                margin:0 30pt 20pt 30pt
+            }
+            .div-border{
+                width: 100%;
+                height: 150px;
+                border-radius: 8pt;
+                border: #cccccc solid 1px;
+                display: flex;
+                justify-content: left;
+            }
+            .img-style{
+                width: 90px;
+                height: 90px;
+                margin: 28px 0 0 20px;
+            }
+            .content-style{
+                font-size: 30px;
+                color: #333333;
+                margin: 30px 20px 0 20px;
+            }
         </style>
     </head>
     <body>
-        <img src="./img/bnBag.png" width="85%" height="180px" style="margin: 60pt 0 30pt 30pt">
-        <div style="width:100%;height:50px;margin:0 0 20pt 30pt">
-            <div style="font-size: 40pt;height:50px;line-height: 50px;vertical-align: auto;text-align: left;color: #333333;font-weight: bold" >产品技术资料</div>
+        <img src="./img/bnBag.png" width="85%" height="180px" class="img-margin">
+        <div class="title-div">
+            <div class="title-font" >产品技术资料</div>
         </div>
-        <div style="margin:0 0 20pt 30pt">
-            <div style="width: 100%;height: 150px;border-radius: 8pt;border: #cccccc solid 0.5pt">
+        <div class="margin-style">
+            <div class="div-border">
+                <img src="./img/word.svg" class="img-style">
+                <div class="content-style">BLGX支耳式蜗轮型中线蝶阀DN50-600 PN16送审图(自制整轴)</div>
             </div>
         </div>
+        <div class="margin-style" id="boxContainer"></div>
         <script>
             window.onload = async function(){
                 var loc=location.href;
@@ -35,6 +75,13 @@
                 axios.post('http://61.164.207.46:8000/yos/rest/index', param)
                 .then(function (response) {
                     console.log(response)
+                    for (var i=0;i<response.length -1;i++){
+                        a='<div class="div-border">';
+                        a += '<img src="./img/word.svg" class="img-style">';
+                        a += '<div class="content-style">'+response[i].remarks+'</div>';
+                        a+='</div>';
+                        $(".boxContainer").append(a);
+                    }
                 })
                 .catch(function (error) {
                     console.log(error);

+ 1 - 0
public/img/word.svg

@@ -0,0 +1 @@
+<?xml version="1.0" standalone="no"?><!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd"><svg t="1756789866938" class="icon" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg" p-id="11198" xmlns:xlink="http://www.w3.org/1999/xlink" width="200" height="200"><path d="M641.588966 0H138.451862a48.834207 48.834207 0 0 0-35.310345 15.218759 54.589793 54.589793 0 0 0-15.006896 35.486896v913.478621a51.659034 51.659034 0 0 0 50.317241 50.740965h737.986207a48.198621 48.198621 0 0 0 35.310345-15.218758 49.646345 49.646345 0 0 0 15.006896-35.486897V287.496828z" fill="#5C91E5" p-id="11199"></path><path d="M926.790621 287.496828h-234.813793a51.482483 51.482483 0 0 1-50.14069-50.776276v-236.579311z m0 0" fill="#FFFFFF" opacity=".45" p-id="11200"></path><path d="M431.280552 709.561379h-58.29738l105.295449-339.791448h58.297379z" fill="#FFFFFF" p-id="11201"></path><path d="M325.879172 369.769931H267.581793l105.295448 339.791448h58.29738zM689.046069 369.769931h58.297379l-105.295448 339.791448h-58.297379z" fill="#FFFFFF" p-id="11202"></path><path d="M641.942069 709.561379h-58.297379l-105.295449-339.791448h58.29738z" fill="#FFFFFF" p-id="11203"></path></svg>