6.27 集成
This commit is contained in:
@ -123,6 +123,12 @@
|
||||
font-family: '黑体';
|
||||
font-size: 18px;
|
||||
color: #a2a2a2;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.left-card-other:hover {
|
||||
color: #369;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.left-card-otherimg {
|
||||
@ -177,7 +183,7 @@
|
||||
justify-content: left;
|
||||
|
||||
.left-project-content-list {
|
||||
margin-left: 70px;
|
||||
margin-left: 40px;
|
||||
|
||||
.left-project-content-item {
|
||||
font-size: 21px;
|
||||
@ -188,6 +194,11 @@
|
||||
color: #535353
|
||||
}
|
||||
|
||||
.left-project-content-item-title:hover {
|
||||
color: #369;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.left-project-content-item-time {
|
||||
color: #a2a2a2;
|
||||
margin-left: 8px;
|
||||
@ -217,6 +228,12 @@
|
||||
|
||||
.right-material {
|
||||
width: 100%;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.right-material:hover {
|
||||
-webkit-filter: brightness(108%);
|
||||
filter: brightness(108%);
|
||||
}
|
||||
|
||||
.right-display {
|
||||
@ -249,7 +266,7 @@
|
||||
letter-spacing: 1px;
|
||||
|
||||
.right-display-content-percentage {
|
||||
margin-left: 24px;
|
||||
margin-left: 18px;
|
||||
|
||||
.right-display-content-percentage-increase {
|
||||
color: #28e099;
|
||||
@ -346,6 +363,12 @@
|
||||
font-family: '黑体';
|
||||
font-size: 18px;
|
||||
color: #a2a2a2;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
.left-card-other:hover {
|
||||
color: #369;
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
.left-card-otherimg {
|
||||
@ -487,6 +510,7 @@
|
||||
border-radius: 8px;
|
||||
background: #d44026;
|
||||
margin-left: 8px;
|
||||
border-color: #d44026;
|
||||
}
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user