首页静态
Test Runner / hello (push) Successful in 3s

This commit is contained in:
2026-08-25 18:57:08 +08:00
parent 4bee0101e7
commit d01efadef7
5 changed files with 9 additions and 6 deletions
+5 -2
View File
@@ -299,22 +299,25 @@ export default {
margin-top: 8rpx; /* 4px → 8rpx */
}
/* 二维码 104×104px → 200×200rpx, 圆角10px → 19rpx */
/* 二维码 - 白底圆角容器, 内边距让二维码无圆角 */
.qr-wrap {
margin-top: 13rpx; /* 7px → 13rpx */
width: 200rpx;
height: 200rpx;
background: #ffffff;
border-radius: 19rpx;
padding: 0;
border-radius: 19rpx; /* 圆角10px → 19rpx */
padding: 10rpx; /* 内边距5px → 10rpx, 让二维码本身不接触圆角 */
box-sizing: border-box;
display: flex;
align-items: center;
justify-content: center;
overflow: hidden;
}
/* 二维码图片 - 填满padding后的剩余空间, 无圆角 */
.qr-img {
width: 100%;
height: 100%;
border-radius: 0;
}
/* 电话栏 200×45px → 385×87rpx, #000 0.1透明, 圆角10px → 19rpx */
.phone-pill {