Commit 282acf4b authored by wuhao's avatar wuhao 🎯

asder

parent d22eee36
Pipeline #3368 failed with stages
in 2 minutes and 27 seconds
......@@ -52,7 +52,7 @@ export default [
{
name: "个人主页",
path: "/work/homepage",
component: "./homepage",
component: "./Welcome",
},
{
name: "个人中心",
......
This diff is collapsed.
This diff is collapsed.
.hoverables {
display: flex;
align-items: flex-end;
justify-content: flex-end;
height: 32px;
border-radius: 6px;
cursor: pointer;
transition: all 0.4s;
}
.sort {
display: flex;
align-items: center;
justify-content: center;
width: 30px;
height: 30px;
background-color: rgba(255, 255, 255, 0.5);
border-radius: 6px;
cursor: pointer;
transition: all 0.4s;
&:hover {
background-color: #ffffff;
}
* {
transition: all 0.4s;
}
}
.whitebg {
span,
a {
display: flex;
flex: 1;
align-items: center;
justify-content: center;
padding: 4px 6px;
background-color: rgba(0, 0, 0, 0.05);
border-radius: 4px;
}
a {
margin: 0 12px;
}
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment