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

修改站点编排样式

parent 2efddd5a
......@@ -93,7 +93,7 @@
@end="isAdd = false"
>
<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"
:key="item.id"
>
......@@ -293,8 +293,8 @@ export default {
background: rgba(0, 0, 0, 0.5);
}
.item-logo {
width: 80px;
height: 80px;
width: 66px;
height: 66px;
padding: 10px;
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.1);
......@@ -305,8 +305,9 @@ export default {
position: relative;
.bottom-img {
position: absolute;
left: 0px;
bottom: -10px;
left: -2px;
bottom: -11px;
width: 70px;
}
}
.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