@@ -299,22 +299,25 @@ export default {
|
|||||||
margin-top: 8rpx; /* 4px → 8rpx */
|
margin-top: 8rpx; /* 4px → 8rpx */
|
||||||
}
|
}
|
||||||
/* 二维码 104×104px → 200×200rpx, 圆角10px → 19rpx */
|
/* 二维码 104×104px → 200×200rpx, 圆角10px → 19rpx */
|
||||||
|
/* 二维码 - 白底圆角容器, 内边距让二维码无圆角 */
|
||||||
.qr-wrap {
|
.qr-wrap {
|
||||||
margin-top: 13rpx; /* 7px → 13rpx */
|
margin-top: 13rpx; /* 7px → 13rpx */
|
||||||
width: 200rpx;
|
width: 200rpx;
|
||||||
height: 200rpx;
|
height: 200rpx;
|
||||||
background: #ffffff;
|
background: #ffffff;
|
||||||
border-radius: 19rpx;
|
border-radius: 19rpx; /* 圆角10px → 19rpx */
|
||||||
padding: 0;
|
padding: 10rpx; /* 内边距5px → 10rpx, 让二维码本身不接触圆角 */
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
/* 二维码图片 - 填满padding后的剩余空间, 无圆角 */
|
||||||
.qr-img {
|
.qr-img {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
border-radius: 0;
|
||||||
}
|
}
|
||||||
/* 电话栏 200×45px → 385×87rpx, #000 0.1透明, 圆角10px → 19rpx */
|
/* 电话栏 200×45px → 385×87rpx, #000 0.1透明, 圆角10px → 19rpx */
|
||||||
.phone-pill {
|
.phone-pill {
|
||||||
|
|||||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
+1
-1
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user