下载样式

feature/task315-0526-ch
ch 2 years ago
parent 7bb20db2d8
commit 4ecf12211a

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

After

Width:  |  Height:  |  Size: 14 KiB

@ -2,7 +2,7 @@
* @Author: ch
* @Date: 2022-05-26 16:08:17
* @LastEditors: ch
* @LastEditTime: 2022-05-31 16:40:50
* @LastEditTime: 2022-05-31 17:52:30
* @Description: file content
-->
<template>
@ -198,11 +198,18 @@
}
&--icon5{
top: 0;
right: 0;
width: 192px;
height: 174px;
background-image: url('@/assets/img/down/bg5.png');
top: -72px;
right: -20px;
width: 200px;
height: 200px;
box-shadow: 0 0 50px #ffc9b6;
background: #FFF8F2;
border-radius: 50%;
filter: blur(50px);
// background-image: url('@/assets/img/down/bg5.png');
// background-size: 246px !important ;
// background-repeat: no-repeat;
// background-position: center;
}
}
@keyframes float {

Loading…
Cancel
Save