细节优化
This commit is contained in:
27
src/App.vue
27
src/App.vue
@@ -167,4 +167,31 @@ button::after {
|
||||
top: -1000px;
|
||||
left: 0;
|
||||
}
|
||||
.round-end-tip {
|
||||
width: 100%;
|
||||
color: #fff;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
}
|
||||
.round-end-tip > view:nth-child(2) {
|
||||
margin: 15px 0;
|
||||
font-size: 24px;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
}
|
||||
.round-end-tip > view:nth-child(2) > text:nth-child(2),
|
||||
.round-end-tip > view:nth-child(2) > text:nth-child(4) {
|
||||
color: #fed847;
|
||||
width: 30px;
|
||||
text-align: center;
|
||||
font-size: 30px;
|
||||
}
|
||||
.round-end-tip > text:nth-child(3),
|
||||
.round-end-tip > text:nth-child(4) {
|
||||
color: #fff9;
|
||||
font-size: 14px;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user