- 在首页添加了轮播图组件,提升了页面视觉效果 - 优化了卡片样式,增加了背景图和阴影效果 - 调整了页面布局,使内容展示更加合理 - 新增了底部背景图片,丰富了页面元素main
parent
2c67ae07f0
commit
aefbc4d8dc
After Width: | Height: | Size: 12 KiB |
@ -1,13 +1,28 @@ |
||||
.hover-underline-gradient:hover { |
||||
z-index: 1; |
||||
border: solid 1px rgba(16, 96, 255, 1); |
||||
background: linear-gradient(190deg, #1060FF10 0%, rgba(16, 96, 255, 0.03) 53%); |
||||
background: linear-gradient(25deg, #FFFFFF 25%, #E3ECFC 100%); |
||||
box-shadow: 0px 10px 20px 0px rgba(16,96,255,0.15); |
||||
border-radius: 12px; |
||||
transition: all 0.1s ease-in; |
||||
} |
||||
.hover-underline-gradient:hover::after { |
||||
content: ""; |
||||
position: absolute; |
||||
top: -100px; |
||||
right: -50px; |
||||
width: 200px; |
||||
height: 200px; |
||||
background: url('./img/bg_select_active.svg'); |
||||
background-size: cover; |
||||
transition: all 0.1s ease-in; |
||||
opacity: 0.1; |
||||
} |
||||
.hover-underline-gradient{ |
||||
border: solid 1px transparent; |
||||
border-radius: 12px; |
||||
background: #fff; |
||||
position: relative; |
||||
overflow: hidden; |
||||
} |
||||
|
||||
|
Before Width: | Height: | Size: 287 KiB After Width: | Height: | Size: 558 KiB |
After Width: | Height: | Size: 132 KiB |
After Width: | Height: | Size: 345 KiB |
Loading…
Reference in new issue