吉安感知网项目-前端
张含笑
2026-02-24 45b0259fc4dfae75ebce51d50e48d97a9d50d44e
feat:样式调整
1 files modified
30 ■■■■ changed files
applications/mobile-web-view/src/appPages/voiceCallDetail/index.vue 30 ●●●● patch | view | raw | blame | history
applications/mobile-web-view/src/appPages/voiceCallDetail/index.vue
@@ -46,7 +46,7 @@
const WS_BASE = 'ws://218.202.104.82:38201/ws/chat'
const newUserInfo = ref(null)
const uid = ref('')
const peerUid = ref('2021474568497131521')
const peerUid = ref('')
// 联系人名称
const contactName = ref('')
@@ -639,6 +639,9 @@
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
/* 来电时的全屏样式 */
@@ -665,12 +668,11 @@
.content-wrapper {
    display: flex;
    flex-direction: column;
    gap: 20px;
    gap: 30px;
    max-width: 600px;
    margin: 0 auto;
    height: 100%;
    justify-content: center;
    width: 100%;
    align-items: center;
    padding: 20px;
}
.input-group {
@@ -703,7 +705,7 @@
    gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 80px;
    margin-top: 40px;
}
.btn {
@@ -785,18 +787,16 @@
    font-size: 18px;
    color: #333;
    text-align: center;
    margin-bottom: 20px;
    margin-bottom: 10px;
}
    /* 联系人名称样式 */
    .contactName {
        font-size: 18px;
        font-size: 20px;
        font-weight: bold;
        color: #333;
        text-align: center;
        margin-top: 10px;
            margin-bottom: 40px;
        margin: 15px 0;
    }
/* 来电状态样式 */
@@ -870,7 +870,6 @@
/* 头像样式 */
.contactAvatar {
    margin-top: 150px;
    width: 180px;
    height: 180px;
    display: flex;
@@ -888,10 +887,9 @@
    }
}
/* 来电时的头像放大效果 */
/* 来电时的头像样式 */
.call-container.incoming-call .contactAvatar {
    width: 220px;
    height: 220px;
    margin-bottom: 60px;
    width: 180px;
    height: 180px;
}
</style>