添加创建积分本页面
This commit is contained in:
15
src/App.vue
15
src/App.vue
@@ -203,4 +203,19 @@ button::after {
|
||||
margin-top: 20px;
|
||||
color: #fff9;
|
||||
}
|
||||
.see-more {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
margin-top: 5px;
|
||||
}
|
||||
.see-more > text {
|
||||
color: #39a8ff;
|
||||
margin-top: 2px;
|
||||
font-size: 13px;
|
||||
}
|
||||
.see-more > image {
|
||||
width: 15px;
|
||||
margin-top: 2px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user