fix(电子名片): 修复及调整复制按钮及一键拨打按钮的宽度及样式

This commit is contained in:
2026-01-06 15:05:07 +08:00
parent 4bdbfff7d4
commit 35aadc7014

View File

@@ -551,12 +551,12 @@ image {
.contact-btn { .contact-btn {
color: #fff; color: #fff;
padding: 6rpx 30rpx;
font-size: 24rpx; font-size: 24rpx;
border-radius: 50rpx; border-radius: 50rpx;
min-width: 100rpx; width: 160rpx; // 足够容纳4个汉字(8个字符)
display: inline-block; display: inline-block;
text-align: center; text-align: center;
box-shadow: 0 4rpx 8rpx rgba(0, 0, 0, 0.15), 0 1rpx 3rpx rgba(0, 0, 0, 0.1);
} }
.contact_name image { .contact_name image {