Commit 51e320b1 authored by zhangyanni's avatar zhangyanni

样式

parent 71cb3294
......@@ -1086,9 +1086,10 @@
}
.imageListInfo {
border-bottom: 1px solid #E8EAF3;
padding: .1rem .2rem;
padding-bottom: .2rem;
figure{
figure {
margin-block-start: 0 !important;
margin-block-end: 0 !important;
margin-inline-start: 0 !important;
......@@ -1111,6 +1112,7 @@
/deep/ .pswp__img {
height: unset !important;
position: static;
width: 100% !important;
}
/deep/ .pswp__img--placeholder{
width: 0 !important;
......@@ -1120,6 +1122,7 @@
height: 100vh;
transform: unset !important;
display: flex;
flex-wrap: wrap;
align-items: center;
}
}
......@@ -1142,6 +1145,10 @@
/deep/ .pswp__img {
height: unset !important;
position: static;
width: 100% !important;
}
/deep/ .pswp__img--placeholder{
width: 0 !important;
}
/deep/ .pswp__zoom-wrap {
margin: auto;
......@@ -1172,17 +1179,17 @@
background-position: 50% center;
}
}
.imgOne {
width: 100%;
> div {
width: 4.7rem;
height: 3rem;
margin: 0 .035rem;
background-repeat: no-repeat;
background-size: cover;
background-position: 50% center;
}
}
/*.imgOne {*/
/*width: 100%;*/
/*> div {*/
/*width: 4.7rem;*/
/*height: 3rem;*/
/*margin: 0 .035rem;*/
/*background-repeat: no-repeat;*/
/*background-size: cover;*/
/*background-position: 50% center;*/
/*}*/
/*}*/
}
.allTitle {
color: #5d78ff;
......
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