Commit a6400410 authored by “yiyousong”'s avatar “yiyousong”

perf:修改站点模块颜色

parent 53cb6fdf
...@@ -49,7 +49,7 @@ ...@@ -49,7 +49,7 @@
v-for="(v, i) in collectList" v-for="(v, i) in collectList"
:key="'' + v.id + i" :key="'' + v.id + i"
> >
<div class="item-logo item-logo1"> <div class="item-logo">
<img <img
class="w-full h-full object-cover cursor-pointer" class="w-full h-full object-cover cursor-pointer"
:src="api + v.modelIcon" :src="api + v.modelIcon"
...@@ -292,6 +292,7 @@ export default { ...@@ -292,6 +292,7 @@ export default {
width: 80px; width: 80px;
height: 80px; height: 80px;
padding: 10px; padding: 10px;
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);
border-radius: 20px; border-radius: 20px;
position: relative; position: relative;
...@@ -301,9 +302,6 @@ export default { ...@@ -301,9 +302,6 @@ export default {
bottom: -10px; bottom: -10px;
} }
} }
.item-logo1 {
background: linear-gradient(180deg, #daefff 0%, #ffffff 100%);
}
.site-box { .site-box {
width: 100%; width: 100%;
height: 440px; height: 440px;
......
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