Fix:5287 【商城小程序】右上角关闭按钮的 “×” 图标未居中对齐,存在视觉偏移问题

This commit is contained in:
linxi
2026-05-15 11:59:02 +08:00
parent 4c84a96e07
commit be8c2301f4
+8 -8
View File
@@ -1574,16 +1574,17 @@ export default {
position: absolute;
top: 30rpx;
right: 30rpx;
width: 60rpx;
height: 60rpx;
border: 4rpx solid #111;
width: 40rpx;
height: 40rpx;
border: 4rpx solid #333;
border-radius: 50%;
font-size: 50rpx;
color: #111;
line-height: 52rpx;
color: #333;
text-align: center;
font-weight: 500;
font-weight: bold;
z-index: 10;
display: flex;
align-items: center;
justify-content: center;
}
.draw-ticket-icon {
@@ -1701,7 +1702,6 @@ export default {
color: #fff;
font-size: 30rpx;
margin-top: 36rpx;
letter-spacing: 1rpx;
text-align: left;
}