Merge branch 'gitlink_ssr_head' of https://gitlink.org.cn/Gitlink/forgeplus-react into gitlink_ssr_head
|
After Width: | Height: | Size: 102 KiB |
|
Before Width: | Height: | Size: 1.7 MiB After Width: | Height: | Size: 1.9 MiB |
|
After Width: | Height: | Size: 1.7 MiB |
|
Before Width: | Height: | Size: 82 KiB After Width: | Height: | Size: 54 KiB |
|
Before Width: | Height: | Size: 120 KiB After Width: | Height: | Size: 97 KiB |
|
After Width: | Height: | Size: 120 KiB |
|
Before Width: | Height: | Size: 175 KiB After Width: | Height: | Size: 209 KiB |
|
After Width: | Height: | Size: 175 KiB |
|
Before Width: | Height: | Size: 38 KiB After Width: | Height: | Size: 112 KiB |
|
After Width: | Height: | Size: 38 KiB |
|
Before Width: | Height: | Size: 110 KiB After Width: | Height: | Size: 224 KiB |
|
After Width: | Height: | Size: 110 KiB |
|
|
@ -666,6 +666,13 @@
|
|||
background-size: 100% 100%;
|
||||
flex-direction: column;
|
||||
position: relative;
|
||||
border-radius: 15px;
|
||||
&:hover{
|
||||
background-image: url(./image/bkImg2_hover.png);
|
||||
p,div{
|
||||
color: #fff!important;
|
||||
}
|
||||
}
|
||||
|
||||
&:nth-of-type(4n+1) .s_p_d_order{
|
||||
color: #1c9907;
|
||||
|
|
@ -1013,6 +1020,7 @@
|
|||
transition: all .5s ease;
|
||||
border-radius: 15px;
|
||||
box-shadow: 0px 0px 12px rgba(33, 73, 212, 0.1);
|
||||
width: 0;
|
||||
&:hover{
|
||||
background-image: url('./image/source_bk2.png');
|
||||
.hoverImg, .icon-jiantou3{
|
||||
|
|
|
|||