Bladeren bron

资料库

zhengjinyi 4 jaren geleden
bovenliggende
commit
59ccb38355
1 gewijzigde bestanden met toevoegingen van 5 en 5 verwijderingen
  1. 5 5
      src/main/resources/static/css/document/details.css

+ 5 - 5
src/main/resources/static/css/document/details.css

@@ -81,7 +81,7 @@ li{list-style:none}
     .wrap-header .search .icon-search img{width: 4vw;height: 4vw;display: block;cursor: pointer;}
     .document-content{width: 100%;min-height:100%;float: left;}
     .document-content .inner{width:100%;margin: 0 auto;}
-    .document-content .document-list{width: 100%;height: auto;margin-top: 4vw;box-sizing: border-box;padding: 0 3vw;}
+    .document-content .document-list{width: 100%;height: auto;box-sizing: border-box;padding: 0;}
     .document-list .list-item{width: 100%;min-height: auto;background-color: #FFFFFF;border-radius: 1.5vw;float: left;margin-bottom: 4vw;}
     .document-list .list-item .list-item-top{width: 100%;height:auto;float: left;padding-bottom:2vw; position: relative;box-sizing: border-box;padding: 3vw;}
     .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;}
@@ -89,14 +89,14 @@ li{list-style:none}
     .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: -59vw 0;}
     .document-list .list-item .list-item-top .icon.top:before{width: 24px;height: 24px;background-position: -67vw 0;}
-    .document-list .list-item .list-item-top .main {height: 20vw;float: left;width: 65vw;}
+    .document-list .list-item .list-item-top .main {height: 20vw;float: left;width: 70vw;}
     .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 .p .label{display: inline-block;float: left;}
-    .document-list .list-item .list-item-top .main .p .name{ float: left; width: 45%;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 .p .name{ float: left; width: 48%;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-right: 1vw;}
     .document-list .list-item .list-item-top .main .p .more{display: inline-block;float: right;margin-right: 0;color: #E15616;cursor: pointer;width: 15vw;height: 6.5vw;background-color: #FFF5F1;border-radius: 0.5vw;text-align: center;}
-    .document-list .list-item .list-item-bot{width: 100%;min-height: 80vw;padding: 2vw 3vw;border-top: 1px solid #CFDBE2;float: left;box-sizing: border-box;}
+    .document-list .list-item .list-item-bot{width: 100%;min-height: 80vw;padding: 0;border-top: 1px solid #CFDBE2;float: left;box-sizing: border-box;}
     .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 .name{float: left;margin-left: 3vw;cursor: pointer;width: 65vw;line-height: 5vw;}
@@ -106,7 +106,7 @@ li{list-style:none}
     .wrap{color: #999999;font-size: 14px;line-height: 30px;}
     .media{width: 100% !important;height: 1000vw !important;}
     iframe{width: 100% !important;height: 100% !important;}
-    .pdfjs .pdfViewer{padding: 0;}
+    .pdfjs .pdfViewer{padding: 0 !important;}
 
 
 }