Commit d78f1108 by 陆志强

feat: 样式优化

parent 930021e4
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
<div <div
class="exhibition-item-content__left" class="exhibition-item-content__left"
:style=" :style="
`${item.leftFlex ? `justify-content: ${item.leftFlex}` : ''};transition-delay: ${1 * index}s;width: 33%` `${item.leftFlex ? `justify-content: ${item.leftFlex}` : ''};transition-delay: ${1 * index}s;width: 32%`
" "
> >
<div class="exhibition-item-content__left-top"> <div class="exhibition-item-content__left-top">
...@@ -389,6 +389,7 @@ export default { ...@@ -389,6 +389,7 @@ export default {
font-size: 16px; font-size: 16px;
color: #333333; color: #333333;
margin-top: 13px; margin-top: 13px;
text-align: justify;
} }
} }
&-list { &-list {
...@@ -397,8 +398,8 @@ export default { ...@@ -397,8 +398,8 @@ export default {
justify-content: flex-start; justify-content: flex-start;
align-items: flex-start; align-items: flex-start;
&-item { &-item {
width: 462px; width: 448px;
height: 95px; height: 91px;
display: flex; display: flex;
align-items: center; align-items: center;
justify-content: flex-start; justify-content: flex-start;
......
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 sign in to comment