浏览代码

UU助手后台软文发布系统留言管理页面字体大小的调整

hangb 8 年之前
父节点
当前提交
0b644bc7ee

+ 6 - 5
jpress-web-admin/src/main/webapp/WEB-INF/admin/comment/uuHelperCommentList.html

@@ -36,7 +36,7 @@
         text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
-        font-size: 16px;
+        font-size: 14px;
         color: #333;
     }
     .bodyUas .messageContent .rightContent span{
@@ -44,16 +44,17 @@
         text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
-        font-size: 16px;
+        font-size: 14px;
         color: #9d9d9d;
         display: inline-block;
     }
     .bodyUas .messageTitle{
-        font-size: 18px;
+        font-size: 16px;
         color: #000;
+        font-weight: bold;
     }
     .bodyUas .messageTime,.bodyUas .isShowMessage{
-        font-size: 16px;
+        font-size: 14px;
         color: #333;
     }
     .bodyUas .messageTime,.bodyUas .isShowMessage select{
@@ -61,7 +62,7 @@
         outline: none;
     }
     .bodyUas .handleMessage a{
-        font-size: 16px;
+        font-size: 14px;
         color: #333;
         margin-right: 20px;
     }

+ 4 - 4
jpress-web-admin/src/main/webapp/WEB-INF/admin/comment/uuHelperGroupDetail.html

@@ -33,7 +33,7 @@
         text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
-        font-size: 16px;
+        font-size: 14px;
         color: #333;
     }
     .bodyUas .messageContent .rightContent span{
@@ -41,12 +41,12 @@
         text-overflow: ellipsis;
         overflow: hidden;
         white-space: nowrap;
-        font-size: 16px;
+        font-size: 14px;
         color: #9d9d9d;
         display: inline-block;
     }
     .bodyUas .messageTime{
-        font-size: 16px;
+        font-size: 14px;
         color: #333;
     }
     .bodyUas .handleMessage select {
@@ -66,7 +66,7 @@
         height: 70px;
     }
     .box-content .box-message .table tbody.bodyUas tr:last-child{
-        border-bottom: 3px solid #000;
+        border-bottom: 2px solid #000;
     }
     .box-content .box-message .messageNav{
         margin-bottom: 15px;

+ 5 - 4
jpress-web-admin/src/main/webapp/WEB-INF/admin/comment/uuHelperGroupList.html

@@ -8,16 +8,17 @@
         background: #f1f1f1;
     }
     .bodyUas .messageTitle{
-        font-size: 18px;
+        font-size: 16px;
+        font-weight: bold;
         color: #000;
         padding-left: 30px;
     }
     .bodyUas .messageTime{
-        font-size: 16px;
+        font-size: 14px;
         color: #333;
     }
     .bodyUas .isOpenMessage{
-        font-size: 16px;
+        font-size: 14px;
         color: #333;
     }
     .bodyUas .isOpenMessage select{
@@ -27,7 +28,7 @@
     }
     .bodyUas .handleMessage a.replay{
         margin-right: 20px;
-        font-size: 16px;
+        font-size: 14px;
         color: #0a44ff;
     }
     .box-content .box-message .table tbody.bodyUas tr {