瀑布流css修改
This commit is contained in:
@@ -293,7 +293,7 @@ img {
|
|||||||
position: relative;
|
position: relative;
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all linear 0.2s;
|
transition: box-shadow linear 0.2s;
|
||||||
|
|
||||||
.detail-tab {
|
.detail-tab {
|
||||||
width: 32px;
|
width: 32px;
|
||||||
|
|||||||
@@ -211,7 +211,7 @@ watchEffect(()=>{
|
|||||||
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.0784313725490196);
|
||||||
margin-bottom: 20px;
|
margin-bottom: 20px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
transition: all linear 0.2s;
|
transition: box-shadow linear 0.2s;
|
||||||
|
|
||||||
.authentication-box {
|
.authentication-box {
|
||||||
width: 275px;
|
width: 275px;
|
||||||
|
|||||||
Reference in New Issue
Block a user