fix(电子名片): 修复及调整复制按钮及一键拨打按钮的宽度及样式
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user