6.26 首页接口联调

This commit is contained in:
jl-zhoujl2
2022-06-26 10:42:10 +08:00
parent 011adf28bc
commit 66fbfb9269
11 changed files with 488 additions and 250 deletions

View File

@ -25,20 +25,77 @@
margin: 0;
.left-carousel {
margin-bottom: -8px;
.carousel-content {
height: 584px;
color: #fff;
line-height: 584px;
text-align: center;
background: #364d79;
width: 1139px;
background-repeat: no-repeat;
background-size: 100%;
display: flex;
align-items: flex-end;
.carousel-textbg {
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
width: 100%;
padding: 12px 0px 32px;
.carousel-text {
color: #fff;
width: 812px;
.carousel-text-content {
font-weight: bold;
font-size: 32px;
line-height: 36px;
}
.carousel-text-click {
font-size: 14px;
margin-left: 10px;
}
}
}
}
}
.left-carousel .slick-dots-bottom {
bottom: 0;
}
.left-activity {
height: 103px;
background-image: url("~@/assets/topic/topic_activity_gradient.jpg")
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 {
@ -361,4 +418,75 @@
}
}
.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: 12px;
}
.topic-home-modal .ant-modal-content .ant-modal-body .bottom-modal-body {
.radio-group {
padding: 0 40px 8px;
.radio-content {
font-size: 17.16px;
font-family: '黑体';
color: #939393;
margin-left: 12px;
}
}
.bottom-modal-textarea {
resize: none;
border-radius: 8px;
}
.bottom-modal-submit {
display: flex;
justify-content: space-between;
align-items: center;
margin-top: 8px;
.submit-text {
color: #939393;
}
.submit-button {
border-radius: 8px;
background: #d44026;
margin-left: 8px;
}
}
}