-
-
-
- - click('0')}>成果来源
- {
- achieveSource.map(item=>{
- return - click(item.code)} key={item.code}>{item.name}
- })
- }
-
-
-
-
- {sortNav()}
- {loading ? : content()}
-
+
+
+

+
+
+
+ {showChart &&
}
+ {showList1 && < NoticeList />}
+
)
}
\ No newline at end of file
diff --git a/src/military/achievement/overview/index.scss b/src/military/achievement/overview/index.scss
index 2c2eabe92..7b25048a3 100644
--- a/src/military/achievement/overview/index.scss
+++ b/src/military/achievement/overview/index.scss
@@ -1,215 +1,41 @@
-.notice-list{
- .ant-tabs {
- .ant-tabs-left-bar{
- border: 1px solid #E5E5E5;
- .ant-tabs-nav-container{
- margin-right: 0;
- }
- .ant-tabs-nav-wrap{
- margin-right: 0;
- }
-
- svg{
- margin-right:.75em;
- }
- }
- .ant-tabs-tab{
- display: flex;
- justify-content: start;
- align-items: center;
- margin-bottom: 0.5rem;
- width: 13.5rem;
- height: 2.8125rem;
- background: #fff;
- font-size: 1.125rem;
-
- }
- .ant-tabs-left-content{
- border: 0;
- }
- .ant-tabs-tab-active{
- background: #1890FF;
- color: #fff;
- }
- .ant-tabs-ink-bar{
- display: none !important;
- }
- }
-
- .notice-sort-nav{
- display: flex;
- justify-content: space-between;
- padding: .3rem 2rem 1.5rem;
- margin: 0px -1.25rem;
- border-bottom: 1px solid #E0E0E0;
- .ant-input:hover{
- border-color: #4154f1;
- }
- .ant-btn-primary{
- background-color: #4154f1;
- &:hover{
- opacity: 0.8;
- }
- }
- }
-
- .notice-center-content{
- padding:1.25rem;
- background: #fff;
- flex: auto;
- }
-
- .item-head-title{
- display: flex;
- justify-content: space-between;
- align-items: center;
- padding: 1.25rem 0 .6rem 0;
- .item-head-title-content{
- display: flex;
- align-items: center;
- font-size: 1rem;
- span{
- font-weight: bold;
- }
- i{
- margin-right: .25em;
- color: #4154f1;
- }
- }
- }
-
- .ant-input-group-addon{
- border: 0 !important;
- }
-
- .item-head-title{
- border-bottom: 1px solid #E5E5E5;
- }
-
-}
-
-.center-right-but{
- caret-color: rgba(0, 0, 0, 0);
- .piece{
- margin:0 .8rem;
- color: #aaa;
- }
- .sortLink{
- color: #333;
- cursor: pointer;
- &:hover{
- color: #4154f1;
- }
- &.active{
- color: #4154f1;
- }
- }
-}
-
-.body{
+.banner {
display: flex;
- justify-content: space-between;
- margin-top: -20px;
-
- .navigationMenu{
- margin-right: 20px;
- width: 20.8em;
- caret-color: rgba(0, 0, 0, 0);
- .menu-ul:last-child{
- margin-top: 12px;
- }
+ justify-content: center;
+ align-items: center;
+ height: 622px;
+ position: relative;
+ .banner-img {
+ width: 1200px;
+ height: 572px;
+ max-width: 100%;
+ max-height: 100%;
}
-
- .none_p_title{
- text-align: center;
- }
-}
-
-.menu-ul{
- background-color: white;
- margin-bottom: 12px;
- border-radius:2px;
-
- .MenuTitle{
- border-bottom: 1px solid #E0E0E0;
-
- span{
- display: block;
+ .button-container {
+ height: 50px;
+ width: 520px;
+ display: flex;
+ justify-content: center;
+ position: absolute;
+ bottom: 0px;
+ .button {
width: 50%;
- height: 100%;
- cursor: pointer;
- border-bottom: 0px solid;
- i{
- color: #afaaae;
- }
+ background:#f6f7fa;
+ border:2px solid;
+ border-color:#ffffff;
+ border-radius:4px 0px 0px 4px;
+ box-shadow:0px 0px 15px rgba(30, 47, 162, 0.09);
}
-
- span:hover{
- color: #4154f1;
- .iconfont{
- color: #4154f1 !important;
- }
+ .button:hover {
+ background:#2a3ee9;
+ color: white;
}
- }
-
- li{
- padding:0px 0px 0px 20px;
- position: relative;
- height: 62px;
- line-height: 62px;
- font-size: 16px;
- color: #333;
- span{
- display: block;
- height: 62px;
- cursor: pointer;
- border-bottom: 1px solid #eee;
+ .button:active {
+ background:#2a3ee9;
+ color: white;
}
-
- &:last-child > span{
- border-bottom: none;
+ .button.selected {
+ background:#2a3ee9;
+ color: white;
}
}
-
- li:hover{
- background: #fafafa;
- }
-
- .active{
- background-color: #fafafa;
- & ::before{
- position: absolute;
- left: 0px;
- top: 15px;
- width: 6px;
- content: '';
- height: 30px;
- background: #4154f1;
- }
- }
-
- & i{
- margin-right: 5px;
- }
}
-
-.ant-input-group-addon .ant-btn-lg {
- height: 40px;
-}
-
-.edu-txt-center .ant-pagination {
- margin: 2rem auto;
- text-align: center;
- .ant-pagination-item:focus, .ant-pagination-item:hover, .ant-pagination-item-active, .ant-pagination-prev:hover a, .ant-pagination-next:hover a, .ant-pagination-options-quick-jumper input:focus, .ant-pagination-options-quick-jumper input:hover{
- border-color: #4154f1;
- }
- .ant-pagination-disabled{
- & a, & :hover a, & :focus a, & .ant-pagination-item-link, &:hover .ant-pagination-item-link , &:focus .ant-pagination-item-link {
- color: rgba(0, 0, 0, 0.25) !important;
- border-color: #d9d9d9;
- }
- }
- .ant-pagination-item-active a{
- color: #4154f1
- }
-}
\ No newline at end of file