升级静态文件

This commit is contained in:
icret
2022-03-16 15:18:32 +08:00
parent 699b4451ce
commit 1ccb28e2e9
7 changed files with 179 additions and 136 deletions

View File

@@ -73,12 +73,12 @@
.card {
box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;
border-radius: 10px;
border-radius: 5px 5px 5px 5px;
}
img {
cursor: pointer;
transition: all 0.6s;
transition: all 0.8s;
}
img:hover {
@@ -90,9 +90,8 @@
.bottom-bar {
width: 100%;
position: absolute;
left: 0;
bottom: 0px;
background-color: rgba(0, 0, 0, 0.5);
bottom: -4px;
background-color: rgba(0, 0, 0, 0.4);
}
</style>
<div class="row" style="margin-bottom:100px">