582 lines
18 KiB
Plaintext
582 lines
18 KiB
Plaintext
@import '~antd/es/style/themes/default.less';
|
|
|
|
.topic-global {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
background-color: #fff;
|
|
|
|
.topic-background {
|
|
width: 1460px;
|
|
background-color: #e9e9e9;
|
|
|
|
.top-picture {
|
|
height: 132px;
|
|
width: 100%;
|
|
}
|
|
|
|
.top-global {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
|
|
.left-global {
|
|
width: 1139px;
|
|
padding: 0;
|
|
margin: 0;
|
|
|
|
.left-carousel {
|
|
|
|
.carousel-content {
|
|
height: 584px;
|
|
width: 1139px;
|
|
background-repeat: no-repeat;
|
|
background-size: 100%;
|
|
display: flex;
|
|
align-items: flex-end;
|
|
cursor: pointer;
|
|
|
|
.carousel-textbg {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
padding: 50px 0;
|
|
background: linear-gradient(to top, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0)), no-repeat center;
|
|
|
|
.carousel-text {
|
|
color: #fff;
|
|
width: 812px;
|
|
|
|
.carousel-text-content {
|
|
font-weight: bold;
|
|
font-size: 32px;
|
|
line-height: 40px;
|
|
}
|
|
|
|
.carousel-text-click {
|
|
font-size: 14px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.carousel-content:hover {
|
|
-webkit-filter: brightness(105%);
|
|
filter: brightness(105%);
|
|
}
|
|
}
|
|
|
|
.left-carousel .slick-dots-bottom {
|
|
bottom: 0;
|
|
}
|
|
|
|
.left-activity {
|
|
height: 103px;
|
|
width: 1139px;
|
|
background-image: url("~@/assets/topic/topic_activity_gradient.jpg");
|
|
display: flex;
|
|
justify-content: left;
|
|
|
|
.left-activity-marquee {
|
|
height: 103px;
|
|
width: 940px;
|
|
padding-left: 45px;
|
|
|
|
.left-activity-scroll {
|
|
height: 103px;
|
|
display: flex;
|
|
justify-content: space-around;
|
|
align-items: center;
|
|
|
|
.left-activity-scroll-content {
|
|
font-size: 18px;
|
|
color: #fff;
|
|
margin-right: 20px;
|
|
|
|
.left-activity-scroll-end {
|
|
margin-top: 4px;
|
|
}
|
|
}
|
|
|
|
.left-activity-scroll-content .left-activity-scroll-name {
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
.left-card {
|
|
margin: 20px 0px 20px 12px;
|
|
|
|
.left-card-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.left-card-title {
|
|
font-weight: bold;
|
|
font-family: '黑体';
|
|
font-size: 28px;
|
|
}
|
|
|
|
.left-card-flag {
|
|
vertical-align: text-bottom;
|
|
position: relative;
|
|
top: 3px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.left-card-other {
|
|
font-family: '黑体';
|
|
font-size: 18px;
|
|
color: #a2a2a2;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.left-card-other:hover {
|
|
color: #a81c0c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.left-card-otherimg {
|
|
vertical-align: text-bottom;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
.left-card-divider {
|
|
color: #c9c9c9;
|
|
margin: 8px 0px 30px;
|
|
}
|
|
|
|
.left-graceful {
|
|
background: #fff;
|
|
padding: 16px 24px 50px;
|
|
|
|
.left-graceful-bg {
|
|
height: 198px;
|
|
width: 338px;
|
|
background-size: 100%;
|
|
background-repeat: no-repeat;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: flex-end;
|
|
padding-bottom: 10px;
|
|
cursor: pointer;
|
|
|
|
.left-graceful-textbg {
|
|
height: 36px;
|
|
width: 304px;
|
|
background-image: url("~@/assets/topic/topic_graceful_textbg.png");
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
|
|
.left-graceful-text {
|
|
color: #fff;
|
|
font-size: 16.64px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
.left-graceful-bg:hover {
|
|
-webkit-filter: brightness(108%);
|
|
filter: brightness(108%);
|
|
}
|
|
}
|
|
|
|
.left-project {
|
|
margin-top: 20px;
|
|
background: #fff;
|
|
padding: 16px 24px 40px;
|
|
|
|
.left-project-content {
|
|
display: flex;
|
|
justify-content: left;
|
|
|
|
.left-project-content-list {
|
|
margin-left: 40px;
|
|
|
|
.left-project-content-item {
|
|
font-size: 21px;
|
|
font-family: '黑体';
|
|
line-height: 36px;
|
|
|
|
.left-project-content-item-title {
|
|
color: #535353
|
|
}
|
|
|
|
.left-project-content-item-title:hover {
|
|
color: #a81c0c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.left-project-content-item-time {
|
|
color: #a2a2a2;
|
|
margin-left: 8px;
|
|
}
|
|
}
|
|
}
|
|
|
|
}
|
|
|
|
.left-project-content .ant-list-sm .ant-list-item {
|
|
padding: 0px 16px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.right-global {
|
|
background: #fff;
|
|
width: 100%;
|
|
margin: 0px 12px 20px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
padding: 14px;
|
|
|
|
.right-material {
|
|
width: 100%;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.right-material:hover {
|
|
-webkit-filter: brightness(108%);
|
|
filter: brightness(108%);
|
|
}
|
|
|
|
.right-display {
|
|
width: 100%;
|
|
padding: 18px 16px;
|
|
|
|
.right-display-title {
|
|
font-size: 14px;
|
|
color: #474747;
|
|
letter-spacing: 1px;
|
|
text-align: center;
|
|
}
|
|
|
|
.right-display-content {
|
|
display: flex;
|
|
justify-content: start;
|
|
margin-top: 30px;
|
|
|
|
.right-display-content-img {
|
|
height: 56px;
|
|
width: 56px;
|
|
}
|
|
|
|
.right-display-content-right {
|
|
margin-left: 10px;
|
|
|
|
.right-display-content-title {
|
|
color: #9e9e9e;
|
|
font-size: 12px;
|
|
letter-spacing: 1px;
|
|
|
|
// .right-display-content-percentage {
|
|
// margin-left: 8px;
|
|
|
|
// .right-display-content-percentage-increase {
|
|
// color: #28e099;
|
|
// }
|
|
|
|
// .right-display-content-percentage-reduce {
|
|
// color: #eb5527;
|
|
// }
|
|
// }
|
|
}
|
|
|
|
.right-display-content-content {
|
|
margin-top: 4px;
|
|
|
|
.right-display-content-number {
|
|
font-size: 32.15px;
|
|
font-family: 'Consolas';
|
|
line-height: 32.15px;
|
|
}
|
|
|
|
.number-blue {
|
|
color: #21b8ce;
|
|
}
|
|
|
|
.number-orange {
|
|
color: #eb5527;
|
|
}
|
|
|
|
.number-purple {
|
|
color: #c06ad9;
|
|
}
|
|
|
|
.right-display-content-unit {
|
|
font-size: 12px;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.right-display-content-pointer {
|
|
cursor: pointer;
|
|
}
|
|
|
|
}
|
|
|
|
.right-divider {
|
|
margin: 12px 0px 0px;
|
|
color: #c9c9c9;
|
|
}
|
|
|
|
// .right-graph {
|
|
// padding-top: 26px;
|
|
|
|
// .right-graph-title {
|
|
// font-size: 17px;
|
|
// text-align: center;
|
|
// }
|
|
|
|
// .right-graph-subtitle {
|
|
// color: #9e9e9e;
|
|
// font-size: 12px;
|
|
// text-align: center;
|
|
// margin-top: 4px;
|
|
// }
|
|
|
|
// .right-graph-content {
|
|
// height: 250px;
|
|
// width: 250px;
|
|
// }
|
|
// }
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.bottom-global {
|
|
margin: 0px 12px 84px;
|
|
background: #fff;
|
|
padding: 16px 24px 28px;
|
|
|
|
.left-card-top {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.left-card-title {
|
|
font-weight: bold;
|
|
font-family: '黑体';
|
|
font-size: 28px;
|
|
}
|
|
|
|
.left-card-flag {
|
|
vertical-align: text-bottom;
|
|
position: relative;
|
|
top: 3px;
|
|
margin-left: 10px;
|
|
}
|
|
|
|
.left-card-other {
|
|
font-family: '黑体';
|
|
font-size: 18px;
|
|
color: #a2a2a2;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.left-card-other:hover {
|
|
color: #a81c0c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.left-card-otherimg {
|
|
vertical-align: text-bottom;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
|
|
.left-card-divider {
|
|
color: #c9c9c9;
|
|
margin: 8px 0px 24px;
|
|
}
|
|
|
|
.bottom-content {
|
|
margin-bottom: 18px;
|
|
|
|
.bottom-card {
|
|
background-image: url("~@/assets/topic/topic_bottom_card_picture.png");
|
|
height: 157px;
|
|
width: 331px;
|
|
padding: 12px 16px;
|
|
margin-top: 18px;
|
|
|
|
.bottom-card-flex {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
|
|
.bottom-card-title {
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
|
|
.bottom-card-flex img {
|
|
height: 30px;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bottom-card-flex img:hover {
|
|
-webkit-filter: brightness(108%);
|
|
filter: brightness(108%);
|
|
}
|
|
|
|
.bottom-card-remark {
|
|
height: 22px;
|
|
}
|
|
|
|
.bottom-card-remark .bottom-card-remark-text {
|
|
color: #df3b37;
|
|
font-size: 16px;
|
|
width: 299px;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
}
|
|
|
|
.bottom-card-content {
|
|
font-size: 15px;
|
|
color: #6f6f6f;
|
|
margin-top: 8px;
|
|
line-height: 24px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.bottom-title {
|
|
font-weight: bold;
|
|
font-size: 24px;
|
|
font-family: '黑体';
|
|
color: #b8b8b8;
|
|
}
|
|
|
|
.bottom-other {
|
|
display: flex;
|
|
justify-content: center;
|
|
|
|
.bottom-other-text {
|
|
font-family: '黑体';
|
|
font-size: 18px;
|
|
color: #a2a2a2;
|
|
cursor: pointer;
|
|
}
|
|
|
|
.bottom-other-text:hover {
|
|
color: #a81c0c;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
.bottom-other-icon {
|
|
transform: rotate(90deg);
|
|
vertical-align: text-bottom;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
.bottom-close-icon {
|
|
transform: rotate(-90deg);
|
|
vertical-align: text-bottom;
|
|
margin-left: 5px;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
|
|
.topic-home-modal .ant-modal-content {
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.topic-home-modal .ant-modal-content .ant-modal-header {
|
|
border-top-left-radius: 8px;
|
|
border-top-right-radius: 8px;
|
|
background: #da3232;
|
|
padding: 0;
|
|
height: 45px;
|
|
|
|
.bottom-modal-header {
|
|
display: flex;
|
|
justify-content: left;
|
|
align-items: center;
|
|
padding: 0 20px;
|
|
|
|
.bottom-modal-headertext {
|
|
font-size: 20px;
|
|
font-family: '黑体';
|
|
color: #fff;
|
|
width: 100%;
|
|
text-align: center;
|
|
position: relative;
|
|
right: 20px;
|
|
}
|
|
}
|
|
}
|
|
|
|
.topic-home-modal .ant-modal-content .ant-modal-body {
|
|
border-bottom-left-radius: 8px;
|
|
border-bottom-right-radius: 8px;
|
|
background: #eeeeee;
|
|
padding: 16px;
|
|
}
|
|
|
|
.topic-home-modal .ant-modal-content .ant-modal-body .bottom-modal-body {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
|
|
.radio-group {
|
|
width: 300px;
|
|
margin-bottom: 12px;
|
|
|
|
.radio-content {
|
|
font-size: 17.16px;
|
|
font-family: '黑体';
|
|
color: #939393;
|
|
margin-left: 16px;
|
|
}
|
|
}
|
|
|
|
.bottom-modal-textarea {
|
|
resize: none;
|
|
border-radius: 8px;
|
|
}
|
|
|
|
.bottom-modal-submit {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-top: 8px;
|
|
width: 100%;
|
|
|
|
.submit-text {
|
|
color: #939393;
|
|
}
|
|
|
|
.submit-cancelbutton {
|
|
border-radius: 8px;
|
|
border-color: #d44026;
|
|
color: #d44026;
|
|
}
|
|
|
|
.submit-button {
|
|
border-radius: 8px;
|
|
background: #d44026;
|
|
margin-left: 8px;
|
|
border-color: #d44026;
|
|
}
|
|
}
|
|
} |