parent
afa2c7bfb1
commit
46df608779
After Width: | Height: | Size: 50 KiB |
After Width: | Height: | Size: 7.0 KiB |
After Width: | Height: | Size: 251 B |
@ -0,0 +1,29 @@
|
||||
.halo {
|
||||
position: absolute;
|
||||
top: 160px;
|
||||
left: 240px;
|
||||
width: 560px;
|
||||
height: 280px;
|
||||
margin-left: 30px;
|
||||
background: linear-gradient(135.88deg, rgba(255, 240, 240, 0.0126) 31.88%, rgba(255, 53, 53, 0.06) 75.38%);
|
||||
filter: blur(50px);
|
||||
transform: matrix(1, -0.09, -0.02, 1, 0, 0);
|
||||
}
|
||||
|
||||
.weibo {
|
||||
position: relative;
|
||||
color: #000;
|
||||
font-size: 20px;
|
||||
line-height: 28px;
|
||||
}
|
||||
|
||||
.weibo::after {
|
||||
content: '';
|
||||
display: block;
|
||||
left: 83px;
|
||||
bottom: 0;
|
||||
position: absolute;
|
||||
width: 24px;
|
||||
height: 24px;
|
||||
background: url('/img/icon/arrow-right.svg');
|
||||
}
|
Loading…
Reference in new issue