Browse Source

style(solution2.css): 调整解决方案图片展示

master
peijunlei 1 week ago
parent
commit
45bf4ecb68
  1. 5
      public/themes/dist_static/static/css/solution2.css

5
public/themes/dist_static/static/css/solution2.css

@ -120,7 +120,7 @@
display: flex; display: flex;
align-items: start; align-items: start;
justify-content: space-between; justify-content: space-between;
gap: 10.625rem;
gap: 5rem;
} }
.sl2-arch__copy { .sl2-arch__copy {
display: flex; display: flex;
@ -154,7 +154,8 @@
.sl2-arch__panel img { .sl2-arch__panel img {
display: block; display: block;
width: 100%; width: 100%;
height: auto;
/* height: auto; */
object-fit: contain;
} }
.sl2-core { .sl2-core {

Loading…
Cancel
Save