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

perf:修改站点模块颜色

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