|
|
@@ -122,6 +122,11 @@ export default {
|
|
|
background: #ffffff;
|
|
|
border-radius: 16rpx;
|
|
|
margin-top: 30rpx;
|
|
|
+ .photo-image__grid{
|
|
|
+ display: grid;
|
|
|
+ grid-template-columns: repeat(3, 1fr);
|
|
|
+ gap: 20rpx;
|
|
|
+ }
|
|
|
}
|
|
|
&__tab {
|
|
|
position: relative;
|
|
|
@@ -163,13 +168,13 @@ export default {
|
|
|
}
|
|
|
&__item {
|
|
|
position: relative;
|
|
|
- width: 33.33%;
|
|
|
+ width: 100%;
|
|
|
padding: 0rpx;
|
|
|
box-sizing: border-box;
|
|
|
display: inline-block;
|
|
|
- margin-bottom: 24rpx;
|
|
|
overflow: hidden;
|
|
|
-
|
|
|
+ border:2rpx solid #000;
|
|
|
+ border-radius: 16rpx;
|
|
|
&-img-container {
|
|
|
width: 100%;
|
|
|
padding-bottom: 100%;
|
|
|
@@ -177,7 +182,6 @@ export default {
|
|
|
border-radius: 16rpx;
|
|
|
overflow: hidden;
|
|
|
background-color: #f5f5f5;
|
|
|
- border: 2rpx solid #333;
|
|
|
}
|
|
|
|
|
|
&-img {
|