7.7 党建专题7.4需求

This commit is contained in:
jl-zhoujl2
2022-07-07 15:46:34 +08:00
parent fc9e58fd1e
commit 65e2cd0001
12 changed files with 466 additions and 175 deletions

View File

@ -80,7 +80,7 @@
.left-activity-marquee {
height: 103px;
width: 940px;
padding-left: 45px;
padding-left: 25px;
.left-activity-scroll {
height: 103px;
@ -89,12 +89,12 @@
align-items: center;
.left-activity-scroll-content {
font-size: 18px;
font-size: 17px;
color: #fff;
margin-right: 20px;
.left-activity-scroll-end {
margin-top: 4px;
margin-top: 2px;
}
}
@ -119,6 +119,14 @@
font-size: 28px;
}
.left-card-fist {
vertical-align: text-bottom;
position: relative;
top: 3px;
margin-right: 6px;
}
.left-card-flag {
vertical-align: text-bottom;
position: relative;
@ -362,6 +370,27 @@
background: #fff;
padding: 16px 24px 28px;
.bottom-select {
margin-bottom: 24px;
.bottom-select-label {
margin-right: 6px;
font-size: 14px;
font-weight: bold;
}
.ant-tag-checkable-checked {
background-color: #da3232;
}
}
.bottom-select .bottom-select-tag {
font-size: 14px;
padding: 0 9px;
line-height: 27px;
margin-right: 6px;
}
.left-card-top {
display: flex;
justify-content: space-between;
@ -515,13 +544,11 @@
padding: 0 20px;
.bottom-modal-headertext {
font-size: 20px;
font-size: 21px;
font-family: '黑体';
color: #fff;
width: 100%;
text-align: center;
position: relative;
right: 20px;
margin-left: 8px;
}
}
}
@ -534,49 +561,81 @@
}
.topic-home-modal .ant-modal-content .ant-modal-body .bottom-modal-body {
display: flex;
flex-direction: column;
align-items: center;
// display: flex;
// flex-direction: column;
// align-items: center;
.radio-group {
width: 300px;
margin-bottom: 12px;
// .radio-group {
// width: 300px;
// margin-bottom: 12px;
.radio-content {
font-size: 17.16px;
font-family: '黑体';
color: #939393;
margin-left: 16px;
}
// .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;
// }
// }
.ant-form-item {
margin-bottom: 16px;
}
.bottom-modal-textarea {
.ant-form-item textarea {
resize: none;
border-radius: 8px;
}
.ant-form-item-label>label {
font-size: 17px;
font-family: '黑体';
color: #939393;
}
.radio-content {
font-size: 17px;
font-family: '黑体';
color: #939393;
}
.ant-input {
color: #333333;
}
.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;
}
text-align: center;
.submit-button {
border-radius: 8px;
background: #d44026;
margin-left: 8px;
border-color: #d44026;
background: #da3232;
border-color: #da3232;
}
}
}