6.28 党建攻坚第二版

This commit is contained in:
jl-zhoujl2
2022-06-28 16:48:36 +08:00
parent 39fc4276ec
commit 918c790b06
24 changed files with 415 additions and 387 deletions

View File

@ -33,6 +33,7 @@
background-size: 100%;
display: flex;
align-items: flex-end;
cursor: pointer;
.carousel-textbg {
display: flex;
@ -54,16 +55,15 @@
.carousel-text-click {
font-size: 14px;
margin-left: 10px;
cursor: pointer;
}
.carousel-text-click:hover {
color: #fff;
text-decoration: underline;
}
}
}
}
.carousel-content:hover {
-webkit-filter: brightness(105%);
filter: brightness(105%);
}
}
.left-carousel .slick-dots-bottom {
@ -151,7 +151,7 @@
.left-graceful {
background: #fff;
padding: 24px 24px 50px;
padding: 16px 24px 50px;
.left-graceful-bg {
height: 198px;
@ -189,7 +189,7 @@
.left-project {
margin-top: 20px;
background: #fff;
padding: 24px 24px 40px;
padding: 16px 24px 40px;
.left-project-content {
display: flex;
@ -279,7 +279,7 @@
letter-spacing: 1px;
.right-display-content-percentage {
margin-left: 12px;
margin-left: 8px;
.right-display-content-percentage-increase {
color: #28e099;
@ -317,6 +317,10 @@
}
}
.right-display-content-pointer {
cursor: pointer;
}
}
.right-divider {
@ -352,7 +356,7 @@
.bottom-global {
margin: 0px 12px 84px;
background: #fff;
padding: 24px 24px 28px;
padding: 16px 24px 28px;
.left-card-top {
display: flex;
@ -468,6 +472,12 @@
vertical-align: text-bottom;
margin-left: 5px;
}
.bottom-close-icon {
transform: rotate(-90deg);
vertical-align: text-bottom;
margin-left: 5px;
}
}
}
}
@ -508,18 +518,23 @@
border-bottom-left-radius: 8px;
border-bottom-right-radius: 8px;
background: #eeeeee;
padding: 12px;
padding: 16px;
}
.topic-home-modal .ant-modal-content .ant-modal-body .bottom-modal-body {
display: flex;
flex-direction: column;
align-items: center;
.radio-group {
padding: 0 40px 8px;
width: 260px;
margin-bottom: 12px;
.radio-content {
font-size: 17.16px;
font-family: '黑体';
color: #939393;
margin-left: 12px;
margin-left: 16px;
}
}
@ -533,11 +548,18 @@
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;