zhengjinyi 4 tahun lalu
induk
melakukan
94568bfd08

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

@@ -80,9 +80,9 @@ li{list-style:none}
     .document-list .list-item .list-item-top{width: 100%;height:auto;float: left;padding-bottom:2vw; position: relative;}
     .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: 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: -67.5vw 0;}
-    .document-list .list-item .list-item-top .icon.top:before{width: 24px;height: 24px;background-position: -59vw 0;}
+    .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 .main {height: 20vw;float: left;width: 56vw;}
     .document-list .list-item .list-item-top .main h1{font-weight: normal;font-size: 4vw;line-height: 6.5vw;color: #E15616;text-align: left;}
     .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;}

+ 1 - 1
src/main/resources/static/css/document/login.css

@@ -70,7 +70,7 @@ li{list-style:none}
     .formLine.code .code-btn.disabled{background: #EBEBEB;color: #999999;}
     .loginForm .forget{text-align:right;color:#4a4f58;font-size:3.4vw;line-height:3.4vw;margin-bottom:4.8vw}
     .loginForm .submit{line-height:11.2vw;font-size:3.4vw;text-align:center;color:#22272e;}
-    .loginForm .submit .btn{display:inline-block;box-sizing:border-box;width:100%;height:11.2vw;border-radius:2px;margin-bottom:4.8vw}
+    .loginForm .submit .btn{display:inline-block;box-sizing:border-box;width:100%;height:11.2vw;border-radius:1vw;margin-bottom:4.8vw}
     .loginForm .submit .btn{background: linear-gradient(135deg, #F28F31 0%, #E15616 100%);color: #FFFFFF;}
     .loginForm .submit .weChat{display:block;margin:6vw auto;width:50vw;color:#627386;line-height:8vw}
     .loginForm .submit .weChat span{display:inline-block;width:100%}

TEMPAT SAMPAH
src/main/resources/static/img/document/icon-down.png


TEMPAT SAMPAH
src/main/resources/static/img/document/icon-up.png