Commit 68806752 authored by zhangyanni's avatar zhangyanni

样式

parent 105358b8
...@@ -1125,6 +1125,9 @@ ...@@ -1125,6 +1125,9 @@
flex-wrap: wrap; flex-wrap: wrap;
align-items: center; align-items: center;
} }
/deep/ .pswp--open{
height: 100vh !important;
}
} }
.imgOne { .imgOne {
width: 100%; width: 100%;
...@@ -1157,6 +1160,9 @@ ...@@ -1157,6 +1160,9 @@
display: flex; display: flex;
align-items: center; align-items: center;
} }
/deep/ .pswp--open{
height: 100vh !important;
}
/*> div {*/ /*> div {*/
/*width: 4.7rem;*/ /*width: 4.7rem;*/
/*height: 3rem;*/ /*height: 3rem;*/
...@@ -1166,19 +1172,19 @@ ...@@ -1166,19 +1172,19 @@
/*background-position: 50% center;*/ /*background-position: 50% center;*/
/*}*/ /*}*/
} }
.imgList { /*.imgList {*/
width: 100%; /*width: 100%;*/
display: flex; /*display: flex;*/
justify-content: flex-start; /*justify-content: flex-start;*/
> div { /*> div {*/
height: 2.3rem; /*height: 2.3rem;*/
width: 33.3%; /*width: 33.3%;*/
margin: 0 .035rem; /*margin: 0 .035rem;*/
background-repeat: no-repeat; /*background-repeat: no-repeat;*/
background-size: cover; /*background-size: cover;*/
background-position: 50% center; /*background-position: 50% center;*/
} /*}*/
} /*}*/
/*.imgOne {*/ /*.imgOne {*/
/*width: 100%;*/ /*width: 100%;*/
/*> div {*/ /*> div {*/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment