添加兼容性处理
This commit is contained in:
@@ -26,7 +26,7 @@ const props = defineProps({
|
||||
background-size: contain;
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
font-size: 13px;
|
||||
font-size: 24rpx;
|
||||
}
|
||||
.normal {
|
||||
background-image: url("../static/bubble-tip.png");
|
||||
|
||||
@@ -225,11 +225,12 @@ onMounted(() => {
|
||||
text-align: center;
|
||||
line-height: 27px;
|
||||
color: #333333;
|
||||
font-size: 28rpx;
|
||||
}
|
||||
.container-content > view:nth-child(2) > view > text {
|
||||
font-size: 12px;
|
||||
font-size: 20rpx;
|
||||
color: #666666;
|
||||
margin-left: 3px;
|
||||
margin-left: 5rpx;
|
||||
}
|
||||
.container-content > view:nth-child(3) {
|
||||
width: 100%;
|
||||
|
||||
@@ -113,8 +113,8 @@ onBeforeUnmount(() => {
|
||||
font-size: 18rpx;
|
||||
color: #fff;
|
||||
position: absolute;
|
||||
top: -0.5rpx;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transform: translate(-50%, -50%);
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user