Your Creation
-
-

-
+
+
+

+
+
@@ -57,25 +73,27 @@
}
> .list {
flex: 1;
- overflow-y: auto;
- padding: 0 6rem;
margin: 0 3.8rem;
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- // justify-content: space-around;
- > .item {
- width: 47%;
- height: 52.9rem;
- overflow: hidden;
- border-radius: 2rem;
- background-color: #fff;
- margin-bottom: 4rem;
- border: 0.1rem solid #000;
- > img {
- width: 100%;
- height: 100%;
- object-fit: contain;
+ overflow: hidden;
+ > .my-list {
+ padding: 0 6rem;
+ display: flex;
+ flex-wrap: wrap;
+ justify-content: space-between;
+ // justify-content: space-around;
+ .item {
+ width: 47%;
+ height: 52.9rem;
+ overflow: hidden;
+ border-radius: 2rem;
+ background-color: #fff;
+ margin-bottom: 4rem;
+ border: 0.1rem solid #000;
+ > img {
+ width: 100%;
+ height: 100%;
+ object-fit: contain;
+ }
}
}
}