|
@@ -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;}
|