|
|
@@ -1051,17 +1051,14 @@ export default {
|
|
|
@include disFlex(center, space-between);
|
|
|
padding: 10upx 20upx 15upx;
|
|
|
border-bottom: 1upx solid #f0f0f0;
|
|
|
-
|
|
|
.contact-title {
|
|
|
font-size: 32upx;
|
|
|
font-weight: 600;
|
|
|
color: #333;
|
|
|
}
|
|
|
-
|
|
|
.action-buttons {
|
|
|
@include disFlex(center, center);
|
|
|
- gap: 30upx;
|
|
|
-
|
|
|
+ gap: 50upx;
|
|
|
.edit-btn, .call-btn {
|
|
|
width: 60upx;
|
|
|
height: 60upx;
|
|
|
@@ -1069,24 +1066,14 @@ export default {
|
|
|
border-radius: 50%;
|
|
|
font-size: 48upx;
|
|
|
}
|
|
|
-
|
|
|
.edit-btn {
|
|
|
background-color: #f8f9fa;
|
|
|
color: #666;
|
|
|
-
|
|
|
- &:active {
|
|
|
- background-color: #e9ecef;
|
|
|
- }
|
|
|
}
|
|
|
-
|
|
|
.call-btn {
|
|
|
background-color: #e8f5e8;
|
|
|
color: #28a745;
|
|
|
font-size: 50upx;
|
|
|
-
|
|
|
- &:active {
|
|
|
- background-color: #d4edda;
|
|
|
- }
|
|
|
}
|
|
|
}
|
|
|
}
|