فهرست منبع

修改公告详情样式

zhengjinyi 3 سال پیش
والد
کامیت
def70d2888
2فایلهای تغییر یافته به همراه5 افزوده شده و 3 حذف شده
  1. 3 1
      src/main/resources/static/css/help/details.css
  2. 2 2
      src/main/resources/static/css/index/index_new.h5.css

+ 3 - 1
src/main/resources/static/css/help/details.css

@@ -15,7 +15,9 @@ li{list-style:none}
 * 移动端
 */
 @media screen and (max-width:768px){
-    .news-container{width: 100%;min-height: 60vw;background-color: #FFFFFF;box-sizing: border-box;padding:3.6vw 3.6vw 6vw 3.6vw;border-radius: 1.6vw;}
+    .news-container{width: 100%;min-height: 60vw;background-color: #FFFFFF;box-sizing: border-box;padding:3.6vw 3.6vw 15vw 3.6vw;border-radius: 1.6vw;}
+    .news-title{width: 100%;line-height: 5vw;font-size: 3.4vw;font-weight: bold;text-align: center;color: #333333;margin-bottom: 5vw;}
     .news-container-html{width: 100%;min-height: 60vw;}
+    footer{display: none;}
 }
 

+ 2 - 2
src/main/resources/static/css/index/index_new.h5.css

@@ -16,11 +16,11 @@
  /*公告*/
  #new-container{height: 12vw;background-color: #F7F7F7;padding:4vw 3.2vw 0 3.2vw;box-sizing: border-box;}
  #new-container .inner{width: 100%;height: 100%;background: url("/img/base/icon-newbgh5@2x.png");background-size: cover;box-sizing: border-box;padding:0 3vw;border-radius: 1vw;}
- #new-container .new-list{float: left;}
+ #new-container .new-list{float: left;width: 62vw;}
  #new-container .new-label{float: left;line-height: 8vw;font-size: 16px;color: #E15616;font-weight: bold;}
  #new-container .new-list .new-li{float: left;line-height:  8vw;font-size: 3.2vw;color: #4A4F58;box-sizing: border-box;display: block;}
  #new-container .new-list .new-li .new-icon{width: 3vw;height: 3vw;margin-top: 2.8vw;box-sizing: border-box;display: block;background: url("/img/base/icon-news@2x.png");background-size: cover;float: left;}
- #new-container .new-list .new-li p{float: left;margin-left:1vw;}
+ #new-container .new-list .new-li p{width: 50vw;float: left;margin-left:1vw;text-overflow: ellipsis;display: -webkit-box;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 1;overflow: hidden;}
  #new-container .new-list .new-li:hover{color: #E15616;text-decoration: line-through;}
  #new-container .new-more{float: right;line-height: 8vw;font-size: 3.2vw;;color: #93979F;}
 /* 楼层 */