Compare commits

...

2 Commits

Author SHA1 Message Date
小李 6229949c1a Merge branch 'Branch_1' of https://git.u8t.cn/tangxinyue/alipay-emulator into Branch_1 2026-03-19 17:05:48 +08:00
小李 f96b11a0cc 通话苹果样式 2026-03-19 17:05:35 +08:00
4 changed files with 15 additions and 12 deletions

View File

@ -1429,10 +1429,7 @@
padding: 24rpx 32rpx 24rpx 0;
height: 100%;
box-sizing: border-box;
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
box-shadow: 0 -0.3px 0 0 #C2C2C2;
.left-box {
.title {
font-weight: 400;
@ -1531,6 +1528,10 @@
}
.call-list-oppo {
.kj{
width: 20rpx !important;
height: 24rpx !important;
}
.item {
padding: 32rpx 36rpx 0 36rpx !important;
justify-content: space-between;
@ -1542,7 +1543,7 @@
padding-bottom: 36rpx;
height: 100%;
box-sizing: border-box;
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
box-shadow: 0 0.3px 0 0 #C2C2C2;
.title {
font-weight: 400;
@ -1602,7 +1603,7 @@
padding-bottom: 32rpx;
height: 100%;
box-sizing: border-box;
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
box-shadow: 0 0.3px 0 0 #C2C2C2;
.title {
font-weight: 400;
@ -1659,7 +1660,7 @@
padding-bottom: 24rpx;
height: 100%;
box-sizing: border-box;
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
box-shadow: 0 0.3px 0 0 #C2C2C2;
.title {
font-weight: 400;

View File

@ -52,7 +52,7 @@
<slot name="tipLayer">点击此处<text>[{{ tipLayerText }}]</text></slot>
</view>
<image class="close" src="/static/image/common/tipLayer-close.png" mode="" @click="closeTipLayer"></image>
<image v-if="type=='ios'" class="triangleImg" src="/static/image/common/tipLayer-eye2.png"></image>
<image v-if="type=='ios'||type=='oppo'" class="triangleImg" src="/static/image/common/tipLayer-eye2.png"></image>
<image v-else class="triangleImg" src="/static/image/common/tipLayer-eye.png"></image>
</view>
</view>

View File

@ -66,7 +66,7 @@
})
function open(){
console.log(callLogList.value)
// console.log(callLogList.value)
callLogList.value.openAddModal()
}
</script>

View File

@ -157,9 +157,11 @@ function goPage(url) {
border-radius: 16rpx;
color: #ffffff;
font-size: 28rpx;
display: flex;
align-items: center;
justify-content: center;
line-height: 64rpx !important;
text-align: center;
// display: flex;
// align-items: center;
// justify-content: center;
}
}