气泡调整

This commit is contained in:
kron
2025-07-13 11:38:54 +08:00
parent 6b3fc6d059
commit 12a24464c2
6 changed files with 24 additions and 16 deletions

View File

@@ -35,9 +35,27 @@ const props = defineProps({
padding-top: 5px;
padding-left: 49rpx;
}
.normal2 {
background-image: url("../static/bubble-tip4.png");
width: 190rpx;
height: 105rpx;
padding-top: 10px;
padding-left: 20rpx;
top: 25%;
left: 15%;
}
.long {
background-image: url("../static/bubble-tip2.png");
width: 370rpx;
height: 70rpx;
top: -50%;
left: 49%;
}
.short {
background-image: url("../static/bubble-tip3.png");
width: 300rpx;
height: 70rpx;
top: -50%;
right: -1%;
}
</style>