Commit 345ed7d9 authored by ww-xxy's avatar ww-xxy

修改站点编排样式

parent 2efddd5a
...@@ -93,7 +93,7 @@ ...@@ -93,7 +93,7 @@
@end="isAdd = false" @end="isAdd = false"
> >
<div <div
class="common-item w-full h-[130px] flex flex-col items-center" class="common-item w-full h-[125px] flex flex-col items-center"
v-for="item in v.list" v-for="item in v.list"
:key="item.id" :key="item.id"
> >
...@@ -293,8 +293,8 @@ export default { ...@@ -293,8 +293,8 @@ export default {
background: rgba(0, 0, 0, 0.5); background: rgba(0, 0, 0, 0.5);
} }
.item-logo { .item-logo {
width: 80px; width: 66px;
height: 80px; height: 66px;
padding: 10px; padding: 10px;
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%); background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1); box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
...@@ -305,8 +305,9 @@ export default { ...@@ -305,8 +305,9 @@ export default {
position: relative; position: relative;
.bottom-img { .bottom-img {
position: absolute; position: absolute;
left: 0px; left: -2px;
bottom: -10px; bottom: -11px;
width: 70px;
} }
} }
.site-box { .site-box {
......
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 to comment