|
|
@@ -70,7 +70,6 @@
|
|
|
display: flex;
|
|
|
justify-content: center;
|
|
|
overflow: auto;
|
|
|
- min-height: 500px;
|
|
|
}
|
|
|
|
|
|
.noticeWrap .container {
|
|
|
@@ -79,6 +78,7 @@
|
|
|
position: relative;
|
|
|
display: flex;
|
|
|
flex-direction: column;
|
|
|
+ min-height: 700px;
|
|
|
}
|
|
|
|
|
|
.noticeWrap .header {
|
|
|
@@ -91,10 +91,18 @@
|
|
|
}
|
|
|
|
|
|
.noticeWrap .content {
|
|
|
- padding: 0px;
|
|
|
+ margin: 24px 0px;
|
|
|
+ padding: 30px 60px;
|
|
|
+ transition: all 0.3s ease 0s;
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
|
|
|
+ height: calc(100% - 101px);
|
|
|
+}
|
|
|
+
|
|
|
+.noticeWrap .content.list {
|
|
|
margin: 0px;
|
|
|
- height: calc(100% - 151px);
|
|
|
- overflow: auto;
|
|
|
+ padding: 0px;
|
|
|
+ transition: none;
|
|
|
+ box-shadow: none;
|
|
|
}
|
|
|
.noticeWrap .pagination {
|
|
|
width: 100%;
|
|
|
@@ -120,19 +128,119 @@
|
|
|
}
|
|
|
.noticeWrap .pagination img.active {
|
|
|
cursor: pointer;
|
|
|
- display: block;
|
|
|
}
|
|
|
.noticeWrap .pagination .pages a.active{
|
|
|
color: rgb(51, 102, 171);
|
|
|
text-decoration: underline;
|
|
|
font-weight: bold;
|
|
|
}
|
|
|
+.noticeWrap .pagination .pages a:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ color: rgb(51, 102, 171);
|
|
|
+ text-decoration: underline;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
.noticeWrap .pagination img {
|
|
|
width: 20px;
|
|
|
height: 20px;
|
|
|
- display: none;
|
|
|
+}
|
|
|
+.noticeWrap .content a{
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ padding: 0.9rem 10px;
|
|
|
+ border-bottom: 2px solid lightgrey;
|
|
|
+ gap: 15px;
|
|
|
+}
|
|
|
+.noticeWrap .content a:hover {
|
|
|
+ color: rgb(51, 102, 171);
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.noticeWrap .content .view-box > div{
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin: 16px 0px;
|
|
|
+}
|
|
|
+.noticeWrap .content .view-box .b_content {
|
|
|
+ resize: none;
|
|
|
+ margin: 10px 0px;
|
|
|
+ padding: 8px 16px;
|
|
|
+ border: 1px solid rgb(204, 234, 234);
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
|
|
+ background: 0px 0px no-repeat rgb(255, 255, 255);
|
|
|
+ /*font-size: 16px;*/
|
|
|
+ font-size: inherit;
|
|
|
+ line-height: inherit;
|
|
|
+ outline: none!important;
|
|
|
+}
|
|
|
+.noticeWrap .content .view-box .title {
|
|
|
+ height: 40px;
|
|
|
+ padding: 8px 16px;
|
|
|
+ border: 1px solid rgb(204, 234, 234);
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
|
|
+ background: 0px 0px no-repeat rgb(255, 255, 255);
|
|
|
+ font-size: 16px;
|
|
|
+ outline: none!important;
|
|
|
+}
|
|
|
+.noticeWrap .content .view-box .attach-box .attach{
|
|
|
+ height: 40px;
|
|
|
+ padding: 8px 16px;
|
|
|
+ border: 1px solid rgb(204, 234, 234);
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px;
|
|
|
+ background: 0px 0px no-repeat rgb(255, 255, 255);
|
|
|
+ display: flex;
|
|
|
+ width: calc(100% - 80px);
|
|
|
}
|
|
|
|
|
|
+.noticeWrap .content .view-box .list-btn {
|
|
|
+ background: rgb(51, 102, 171);
|
|
|
+ box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px;
|
|
|
+ border: none;
|
|
|
+ padding: 12px;
|
|
|
+ color: rgb(255, 255, 255);
|
|
|
+}
|
|
|
+
|
|
|
+.noticeWrap .content .view-box .list-btn:hover {
|
|
|
+ cursor: pointer;
|
|
|
+ filter: brightness(1.1);
|
|
|
+}
|
|
|
+.noticeWrap .content .view-box .attach-box{
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+ gap: 5px;
|
|
|
+ display: flex;
|
|
|
+}
|
|
|
+.noticeWrap .content .view-box {
|
|
|
+ display: flex;
|
|
|
+ flex-direction: column;
|
|
|
+ margin: 16px 0px;
|
|
|
+}
|
|
|
+.item-right {
|
|
|
+ width: 250px;
|
|
|
+ display: flex;
|
|
|
+ -webkit-box-pack: justify;
|
|
|
+ justify-content: space-between;
|
|
|
+}
|
|
|
+
|
|
|
+.attach-file:hover {
|
|
|
+ color: rgb(51, 102, 171);
|
|
|
+ cursor: pointer;
|
|
|
+ font-weight: bold;
|
|
|
+}
|
|
|
+
|
|
|
+.attach-file:before {
|
|
|
+ content: "";
|
|
|
+ background-image: url("/images/icon/clip-board.png");
|
|
|
+ display: inline-block;
|
|
|
+ background-size: 15px 15px;
|
|
|
+ width: 15px;
|
|
|
+ height: 15px;
|
|
|
+ margin-right: 5px;
|
|
|
+ background-repeat: no-repeat;
|
|
|
+ background-position: center;
|
|
|
+}
|
|
|
@media (max-width: 920px) {
|
|
|
.noticeWrap {
|
|
|
height: calc(100% - 200.19px);
|
|
|
@@ -142,7 +250,7 @@
|
|
|
|
|
|
@media (max-height: 765px) {
|
|
|
.noticeWrap {
|
|
|
- height: calc(100% - 197.19px);
|
|
|
+ height: calc(100% - 200.19px);
|
|
|
}
|
|
|
}
|
|
|
|
|
|
@@ -170,16 +278,48 @@
|
|
|
}
|
|
|
|
|
|
.noticeWrap {
|
|
|
- height: calc(100% - 228.19px);
|
|
|
+ height: calc(100% - 149.19px);
|
|
|
padding: 5px 0;
|
|
|
}
|
|
|
|
|
|
.noticeWrap .header {
|
|
|
- font-size: 1.5rem;
|
|
|
+ font-size: 1.2rem;
|
|
|
+ padding: 1rem 0;
|
|
|
+ }
|
|
|
+
|
|
|
+ .noticeWrap .container {
|
|
|
+ min-height: 0;
|
|
|
+ }
|
|
|
+ .noticeWrap .container.view {
|
|
|
+ min-height: 450px;
|
|
|
}
|
|
|
|
|
|
.noticeWrap h2 {
|
|
|
font-size: 14px;
|
|
|
}
|
|
|
+ .noticeWrap .content a {
|
|
|
+ padding: 10px;
|
|
|
+ font-size: 13px;
|
|
|
+ }
|
|
|
+
|
|
|
+ .noticeWrap .content a > div:nth-child(1) {
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ width: calc(100% - 135px);
|
|
|
+ }
|
|
|
+ .item-right{
|
|
|
+ width : 122px;
|
|
|
+ font-size: 12px;
|
|
|
+ }
|
|
|
+ .item-right > div:nth-child(2) {
|
|
|
+ display: none;
|
|
|
+ }
|
|
|
+ /*textarea {*/
|
|
|
+ /* row*/
|
|
|
+ /*}*/
|
|
|
|
|
|
+ .noticeWrap .content.view {
|
|
|
+ padding: 0px 20px;
|
|
|
+ }
|
|
|
}
|