气泡调整
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user