样式优化
This commit is contained in:
@@ -89,9 +89,9 @@ onBeforeUnmount(() => {
|
||||
align-items: center;
|
||||
}
|
||||
.container > image {
|
||||
width: 360rpx;
|
||||
width: 380rpx;
|
||||
height: 80rpx;
|
||||
transform: translateY(20rpx);
|
||||
transform: translateY(18rpx);
|
||||
}
|
||||
.container > view:last-child {
|
||||
width: 100%;
|
||||
@@ -113,7 +113,7 @@ onBeforeUnmount(() => {
|
||||
font-size: 18rpx;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
top: -0.5rpx;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user