视频监控css

This commit is contained in:
liuye
2021-12-27 09:34:41 +08:00
parent cd56987ad3
commit f5a206042a

View File

@@ -207,7 +207,6 @@ export default {
.item { .item {
width: 100%; width: 100%;
height: 104px;
border-bottom: 1px solid #DDD; border-bottom: 1px solid #DDD;
padding: 0 32px 0 0; padding: 0 32px 0 0;
box-sizing: border-box; box-sizing: border-box;
@@ -315,12 +314,13 @@ export default {
box-sizing: border-box; box-sizing: border-box;
overflow: hidden; overflow: hidden;
.item{ .item{
display: inline-block;
width: calc(50% - 36px); width: calc(50% - 36px);
margin-right: 36px; margin-right: 36px;
border-radius: 16px; border-radius: 16px;
position: relative; position: relative;
float: left;
margin-bottom: 32px; margin-bottom: 32px;
vertical-align: top;
.img{ .img{
width: 100%; width: 100%;
height: 218px; height: 218px;