zhengjinyi 4 سال پیش
والد
کامیت
ffab546578

+ 7 - 7
src/main/resources/static/css/document/list.css

@@ -34,12 +34,12 @@ li{list-style:none}
     .document-list .list-item .list-item-top .image{width: 140px;height: 120px;float: left;border: 1px solid #F3F6F9;border-radius: 4px;margin-right: 20px;}
     .document-list .list-item .list-item-top .image img{width: 140px;height: 120px;display: block;}
     .document-list .list-item .list-item-top .icon{width: 24px;height: 24px;border-radius: 2px;background-color: #FFF5F1;position: absolute;bottom: 20px;right: 0;cursor: pointer;}
-    .document-list .list-item .list-item-top .icon:before{width: 24px;height: 24px;background-position: -148px 2px;}
-    .document-list .list-item .list-item-top .icon.top:before{width: 24px;height: 24px;background-position: -178px 2px;}
+    .document-list .list-item .list-item-top .icon:before{width: 24px;height: 24px;background-position: -178px 2px;}
+    .document-list .list-item .list-item-top .icon.top:before{width: 24px;height: 24px;background-position: -148px 2px;}
     .document-list .list-item .list-item-top .main {width: 800px;height: 120px;float: left;}
     .document-list .list-item .list-item-top .main h1{font-weight: normal;font-size: 20px;line-height: 40px;color: #E15616;text-align: left;white-space: normal;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
     .document-list .list-item .list-item-top .main p{font-weight: normal;font-size: 16px;line-height: 34px;color: #666666;text-align: left;white-space: normal;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
-    .document-list .list-item .list-item-bot{width: 100%;height: auto;padding: 20px 0;border-top: 1px solid #CFDBE2;float: left;}
+    .document-list .list-item .list-item-bot{width: 100%;height: auto;padding: 20px 0;border-top: 1px solid #F5F5F5;float: left;}
     .document-list .list-item .list-item-bot.none{border-top: none;}
     .document-list .list-item .list-item-bot .pdf-li{width: 100%;height: 30px;line-height: 30px;font-size: 14px;color: #999999;float: left;margin: 5px 0;}
     .document-list .list-item .list-item-bot .pdf-li .img{width: 18px;height: 20px;display: block;float: left;margin-top: 5px;}
@@ -83,15 +83,15 @@ li{list-style:none}
     .document-list .list-item .list-item-top .image{width:20vw;height: 20vw;float: left;border: 1px solid #F3F6F9;border-radius: 1.5vw;margin-right: 2vw;}
     .document-list .list-item .list-item-top .image img{width: 20vw;height: 20vw;display: block;}
     .document-list .list-item .list-item-top .icon{width: 5.2vw;height:5.2vw;background-color: #FFF5F1;position: absolute;bottom: 4vw;right: 0;cursor: pointer;}
-    .document-list .list-item .list-item-top .icon:before{width:5.2vw;height: 5.2vw;background: url("/img/document/icon-down.png");background-size: cover;}
-    .document-list .list-item .list-item-top .icon.top:before{width:5.2vw;height: 5.2vw;background: url("/img/document/icon-up.png");background-size: cover;}
+    .document-list .list-item .list-item-top .icon:before{width:5.2vw;height: 5.2vw;background: url("/img/document/icon-up.png");background-size: cover;}
+    .document-list .list-item .list-item-top .icon.top:before{width:5.2vw;height: 5.2vw;background: url("/img/document/icon-down.png");background-size: cover;}
     .document-list .list-item .list-item-top .main {height: 20vw;float: left;width: 60vw;}
     .document-list .list-item .list-item-top .main h1{font-weight: normal;font-size: 4vw;line-height: 6.5vw;color: #E15616;text-align: left;white-space: normal;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
     .document-list .list-item .list-item-top .main p{width: 100%;font-weight: normal;font-size: 3vw;line-height: 6.5vw;color: #666666;text-align: left;	white-space: normal;word-break: break-all;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
     .document-list .list-item .list-item-top .main span{margin-left: 1vw;}
-    .document-list .list-item .list-item-bot{width: 100%;height: auto;padding: 2vw 0;border-top: 1px solid #CFDBE2;float: left;}
+    .document-list .list-item .list-item-bot{width: 100%;height: auto;padding: 2vw 0;border-top: 1px solid #F5F5F5;float: left;}
     .document-list .list-item .list-item-bot .pdf-li{width: 100%;height: 10vw;font-size: 3vw;color: #999999;float: left;margin:1vw 0;}
-    .document-list .list-item .list-item-bot .pdf-li .img{width: 7vw;height:8vw;display: block;float: left;margin-top: 0;}
+    .document-list .list-item .list-item-bot .pdf-li .img{width: 7vw;height:8vw;display: block;float: left;margin-top: 0.5vw;}
     .document-list .list-item .list-item-bot .pdf-li .name{float: left;margin-left: 3vw;cursor: pointer;width: 65vw;line-height: 5vw;}
     .document-list .list-item .list-item-bot .pdf-li .name:hover{color: #E15616;}
     .document-list .list-item .list-item-bot .pdf-li .time{float: left;margin-left: 3vw;width: 56vw;line-height: 5vw;}

BIN
src/main/resources/static/img/document/document-h5img.png


+ 2 - 2
src/main/resources/templates/document/details.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网--医疗美容生活美容正品采购平台</title>
+    <title>采美资料库-详情</title>
     <template th:replace="components/head-link"></template>
     <link th:href="@{/css/document/details.css(v=${version})}" rel="stylesheet" type="text/css">
     <link th:href="@{/lib/css/pdfh5.css(v=${version})}" rel="stylesheet" type="text/css">
@@ -17,7 +17,7 @@
                 <img class="logo" src="/img/document/document_logo.png" alt="采美 生美/医美采购服务平台" @click="goPathList"/>
                 <span @click="goPathList">采美资料库</span>
                 <div class="search">
-                    <input class="input"  v-model="keyWord" type="text" placeholder="请输入商品名/资料库名/资料名">
+                    <input class="input"  v-model="keyWord" type="text" placeholder="商品名/资料库名/资料名">
                     <div class="icon-search" @click="searchKeyWord">
                         <img src="/img/document/icon-search.png" alt="">
                     </div>

+ 2 - 2
src/main/resources/templates/document/list.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网--医疗美容生活美容正品采购平台</title>
+    <title>采美资料库-资料列表</title>
     <template th:replace="components/head-link"></template>
     <link th:href="@{/css/document/list.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>
@@ -16,7 +16,7 @@
                 <img class="logo" src="/img/document/document_logo.png" alt="采美 生美/医美采购服务平台"/>
                 <span>采美资料库</span>
                 <div class="search">
-                    <input class="input" v-model="listQuery.name" type="text" placeholder="请输入商品名/资料库名/资料名">
+                    <input class="input" v-model="listQuery.name" type="text" placeholder="商品名/资料库名/资料名">
                     <div class="icon-search" @click="searchKeyWord" @keyup="keyupSearch()">
                         <img src="/img/document/icon-search.png" alt="">
                     </div>

+ 1 - 1
src/main/resources/templates/document/login.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网--医疗美容生活美容正品采购平台</title>
+    <title>采美资料库</title>
     <template th:replace="components/head-link"></template>
     <link th:href="@{/css/base/form.css(v=${version})}" rel="stylesheet" type="text/css">
     <link th:href="@{/css/document/login.css(v=${version})}" rel="stylesheet" type="text/css">

+ 2 - 2
src/main/resources/templates/document/more-content.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网--医疗美容生活美容正品采购平台</title>
+    <title>采美资料库-更多资料</title>
     <template th:replace="components/head-link"></template>
     <link th:href="@{/css/document/more-content.css(v=${version})}" rel="stylesheet" type="text/css">
 </head>
@@ -16,7 +16,7 @@
                 <img class="logo" src="/img/document/document_logo.png" alt="采美 生美/医美采购服务平台" @click="goPathList"/>
                 <span @click="goPathList">采美资料库</span>
                 <div class="search">
-                    <input class="input" v-model="keyWord" type="text" placeholder="请输入商品名/资料库名/资料名">
+                    <input class="input" v-model="keyWord" type="text" placeholder="商品名/资料库名/资料名">
                     <div class="icon-search" @click="searchKeyWord">
                         <img src="/img/document/icon-search.png" alt="">
                     </div>

+ 1 - 1
src/main/resources/templates/document/pdfdetails.html

@@ -2,7 +2,7 @@
 <html lang="zh-CN" xmlns:th="https://www.thymeleaf.org" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:schemaLocation="https://www.thymeleaf.org ">
 <head>
-    <title>采美365网--医疗美容生活美容正品采购平台</title>
+    <title>采美资料库-详情</title>
     <template th:replace="components/head-link"></template>
     <link th:href="@{/css/document/details.css(v=${version})}" rel="stylesheet" type="text/css">
     <link th:href="@{/lib/css/pdfh5.css(v=${version})}" rel="stylesheet" type="text/css">