liushengqiang преди 2 години
родител
ревизия
c4c89c5a68
променени са 1 файла, в които са добавени 4 реда и са изтрити 6 реда
  1. 4 6
      src/school/orchestra/compontent/photo-detail.module.less

+ 4 - 6
src/school/orchestra/compontent/photo-detail.module.less

@@ -18,19 +18,17 @@
 
   .phoneContainer {
     display: flex;
-    justify-content: space-between;
     flex-wrap: wrap;
-    margin: 0 13px;
     .item {
-      margin-top: 12px;
       position: relative;
+      padding: 1.5px;
       .img {
         display: flex;
         align-items: center;
         justify-content: center;
-        width: 170px;
-        height: 170px;
-        border-radius: 10px;
+        width: calc(100vw / 3 - 3px);
+        height: calc(100vw / 3 - 3px);
+        border-radius: 4px;
         overflow: hidden;
         position: relative;
         background-color: #eaeaea;