前端补正

This commit is contained in:
xvv 2024-08-02 17:46:14 +08:00
parent 602e2984a4
commit f2312fd5f1

View File

@ -878,8 +878,7 @@ export default {
position: absolute; position: absolute;
top: 0; top: 0;
left: 0; left: 0;
box-sizing: border-box;
padding: 15px;
overflow: hidden; overflow: hidden;
} }
@ -888,7 +887,6 @@ export default {
.news11 .news11-list .news11-list-item { .news11 .news11-list .news11-list-item {
width: 24%; width: 24%;
height: 324px; height: 324px;
border: 1px solid #eee;
margin-bottom: 20px; margin-bottom: 20px;
position: relative; position: relative;
} }
@ -896,6 +894,8 @@ export default {
.news11 .news11-list .news11-list-item:hover>.backmo { .news11 .news11-list .news11-list-item:hover>.backmo {
width: 100%; width: 100%;
height: 100%; height: 100%;
box-sizing: border-box;
padding: 15px;
transition: background-color 0.5s; transition: background-color 0.5s;
background-color: rgba(0, 0, 0, 0.46) !important; background-color: rgba(0, 0, 0, 0.46) !important;
color: #fff; color: #fff;
@ -904,7 +904,9 @@ export default {
.news11 .news11-list .news11-list-item .img { .news11 .news11-list .news11-list-item .img {
width: 100%; width: 100%;
height: 194px; height: 194px;
border-radius: 10px ;
overflow: hidden; overflow: hidden;
margin-bottom: 15px;
} }
.news11 .news11-list .news11-list-item .img img { .news11 .news11-list .news11-list-item .img img {
@ -912,7 +914,7 @@ export default {
} }
.news11 .news11-list .news11-list-item .tt { .news11 .news11-list .news11-list-item .tt {
padding: 20px;
line-height: 28px; line-height: 28px;
font-size: 18px; font-size: 18px;
overflow: hidden; overflow: hidden;
@ -932,7 +934,7 @@ export default {
display: flex; display: flex;
justify-content: space-between; justify-content: space-between;
align-items: center; align-items: center;
padding: 0 20px;
} }
.news11 .news11-list .news11-list-item .tags .p { .news11 .news11-list .news11-list-item .tags .p {