6.27 修改

This commit is contained in:
jl-zhoujl2
2022-06-27 15:22:15 +08:00
parent f17ebf9c5d
commit 39fc4276ec
9 changed files with 118 additions and 62 deletions

View File

@ -35,11 +35,11 @@
align-items: flex-end;
.carousel-textbg {
background: rgba(0, 0, 0, 0.6);
display: flex;
justify-content: center;
width: 100%;
padding: 12px 0px 32px;
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;
@ -48,12 +48,18 @@
.carousel-text-content {
font-weight: bold;
font-size: 32px;
line-height: 36px;
line-height: 40px;
}
.carousel-text-click {
font-size: 14px;
margin-left: 10px;
cursor: pointer;
}
.carousel-text-click:hover {
color: #fff;
text-decoration: underline;
}
}
}
@ -66,6 +72,7 @@
.left-activity {
height: 103px;
width: 1139px;
background-image: url("~@/assets/topic/topic_activity_gradient.jpg");
display: flex;
justify-content: left;
@ -127,7 +134,7 @@
}
.left-card-other:hover {
color: #369;
color: #a81c0c;
text-decoration: underline;
}
@ -155,6 +162,7 @@
justify-content: center;
align-items: flex-end;
padding-bottom: 10px;
cursor: pointer;
.left-graceful-textbg {
height: 36px;
@ -171,6 +179,11 @@
}
}
}
.left-graceful-bg:hover {
-webkit-filter: brightness(108%);
filter: brightness(108%);
}
}
.left-project {
@ -195,7 +208,7 @@
}
.left-project-content-item-title:hover {
color: #369;
color: #a81c0c;
text-decoration: underline;
}
@ -266,7 +279,7 @@
letter-spacing: 1px;
.right-display-content-percentage {
margin-left: 18px;
margin-left: 12px;
.right-display-content-percentage-increase {
color: #28e099;
@ -367,7 +380,7 @@
}
.left-card-other:hover {
color: #369;
color: #a81c0c;
text-decoration: underline;
}
@ -399,11 +412,24 @@
.bottom-card-title {
font-size: 21px;
font-weight: bold;
.bottom-card-title-type {
color: #df3b37;
}
width: 189px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.bottom-card-title .bottom-card-title-type {
color: #df3b37;
}
}
.bottom-card-flex img {
cursor: pointer;
}
.bottom-card-flex img:hover {
-webkit-filter: brightness(108%);
filter: brightness(108%);
}
.bottom-card-content {
@ -429,6 +455,12 @@
font-family: '黑体';
font-size: 18px;
color: #a2a2a2;
cursor: pointer;
}
.bottom-other-text:hover {
color: #a81c0c;
text-decoration: underline;
}
.bottom-other-icon {