细节完善
This commit is contained in:
@@ -128,7 +128,6 @@ onUnmounted(() => {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
padding: 0 15px;
|
||||
color: #fed847;
|
||||
z-index: 1;
|
||||
transform: translateX(-10px);
|
||||
}
|
||||
@@ -136,9 +135,14 @@ onUnmounted(() => {
|
||||
width: 80px;
|
||||
transform: translateX(10px);
|
||||
}
|
||||
.container > view:first-child > text {
|
||||
color: #fed847;
|
||||
font-size: 18px;
|
||||
transform: translateY(-10px);
|
||||
}
|
||||
.container > view:first-child > button:last-child > image {
|
||||
width: 50px;
|
||||
transform: translateX(10px);
|
||||
width: 40px;
|
||||
transform: translateX(10px) translateY(-10px);
|
||||
}
|
||||
.container > view:last-child {
|
||||
z-index: -1;
|
||||
|
||||
Reference in New Issue
Block a user