Skip to content

Commit

Permalink
update at Jan 12th
Browse files Browse the repository at this point in the history
  • Loading branch information
yhilmare committed Jan 12, 2019
1 parent 400e889 commit 9bed177
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion WebContent/WEB-INF/managementPage/blogManagement.html
Original file line number Diff line number Diff line change
Expand Up @@ -1198,6 +1198,7 @@
#back_center_blog_editor_passage{width:90%;height:80%;margin-top:20px;}
#container{width:100%;height:100%;border:1px #d1d1d1 solid;border-radius:5px;margin:auto}
#text_editor{width:95%;height:80%;margin:auto;margin-top:10px;border:1px #CCCCCC solid;padding:10px 20px 10px 20px;outline:0;overflow:auto;}
#text_editor pre{overflow-x:auto;}
.back_center_blog_editor_sel{font-family:"Microsoft YaHei";border:1px #CCCCCC solid;background-color:#FFF;margin-top:15px;margin-left:10px;}
.back_center_blog_editor_buttn{outline:0;font-family:"Microsoft YaHei";width:60px;height:25px;border:1px #CCCCCC solid;background-color:#FFF;margin-top:15px;margin-left:10px;}
.back_center_blog_editor_buttn:hover{cursor:pointer;box-shadow:0.5px 0.5px 5px 1px #CCCCCC;}
Expand All @@ -1224,6 +1225,7 @@
#back_center_blog_modify_title{font-family:"Microsoft YaHei";width:90%;height:30px;margin-top:25px;border-bottom:1px #CCCCCC solid;font-size:16px;}
#modify_blog_title{font-family:"Microsoft YaHei";width:90%;height:28px;border:0;outline:0;font-size:16px;}
#text_modify{width:95%;height:80%; margin:auto;margin-top:10px;border:1px #CCCCCC solid;padding:10px 20px 10px 20px;outline:0;overflow:auto;}
#text_modify pre{overflow-x:auto;}
#modify_uploadImage{font-family:"Microsoft YaHei";width:180px;margin-left:10px}
#status_editor{border-radius:2px;box-shadow:0.5px 0.5px 5px 1px #CCCCCC;width:900px;border:1px #CCCCCC solid;padding:10px 20px 20px 20px;}
#back_center_status_editor_buttns{width:600px;height:30px;margin-top:10px;}
Expand All @@ -1233,7 +1235,6 @@
#status_edit{border-radius:2px;outline:0;padding:20px 20px 20px 20px;font-family:"Microsoft YaHei";font-size:16px;}
#text_index{overflow:auto;font-size:14px;margin-bottom:5px;float:right;padding-right:5px;font-family:"Microsoft YaHei";margin-top:10px;}
.status_management{width:100%;border-bottom:1px #d1d1d1 solid;font-family:"Microsoft YaHei";margin-bottom:10px;}
.status_management:hover{cursor:pointer;}
.status_management_date{margin-top:10px;color:#999;}
.status_management_content{width:97%;margin-top:10px;}
.status_management_op{margin-top:10px;margin-bottom:10px;}
Expand Down
1 change: 1 addition & 0 deletions WebContent/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@
#passage_content{margin:auto; width:88%; margin-top:55px;margin-bottom:55px;}
#passage_date{font-size:16px;color:#666;margin-bottom:5px}
#passage_detail{font-size:20px;}
#passage_detail pre{overflow-x:auto}
#profile_container{box-shadow:2px 2px 20px 2px #CCCCCC;font-family:"Microsoft YaHei";border-radius:5px;position:relative;top:0px;left:0px;width:90%;margin:auto;background-color:#fff;border:1px #d1d1d1 solid;}
#profile_content{position:relative;top:0px;left:0px;margin:auto; width:93%; height:600px; margin-top:30px;margin-bottom:30px;}
#profile_name{font-family:Arial, Helvetica, sans-serif;font-size:28px;font-weight:700;width:220px;margin-top:20px;}
Expand Down
1 change: 1 addition & 0 deletions WebContent/wapIndex/articleDetail.jsp
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
#passage_area{width:94%;margin:auto;margin-top:10px;}
#passage_date{width:100%;font-size:16px;color:#999;}
#passage_content{width:100%;font-size:17px;font-family:serif;color:#333;}
#passage_content pre{overflow-x:auto;}
img{width:100%;}
</style>
<body>
Expand Down
12 changes: 12 additions & 0 deletions build/classes/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
/Units/
/domain/
/Controller/
/DAO/
/Factory/
/Interfaces/
/Listener/
/OuterInterfaces/
/Service/
/ServiceImpl/
/Utils/
/WebUI/
/filter/

0 comments on commit 9bed177

Please sign in to comment.