通话苹果样式
This commit is contained in:
parent
78c99caaa5
commit
f96b11a0cc
|
|
@ -1429,10 +1429,7 @@
|
||||||
padding: 24rpx 32rpx 24rpx 0;
|
padding: 24rpx 32rpx 24rpx 0;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
box-shadow: 0 -0.3px 0 0 #C2C2C2;
|
||||||
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
|
|
||||||
|
|
||||||
|
|
||||||
.left-box {
|
.left-box {
|
||||||
.title {
|
.title {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -1531,6 +1528,10 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.call-list-oppo {
|
.call-list-oppo {
|
||||||
|
.kj{
|
||||||
|
width: 20rpx !important;
|
||||||
|
height: 24rpx !important;
|
||||||
|
}
|
||||||
.item {
|
.item {
|
||||||
padding: 32rpx 36rpx 0 36rpx !important;
|
padding: 32rpx 36rpx 0 36rpx !important;
|
||||||
justify-content: space-between;
|
justify-content: space-between;
|
||||||
|
|
@ -1542,7 +1543,7 @@
|
||||||
padding-bottom: 36rpx;
|
padding-bottom: 36rpx;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
|
box-shadow: 0 0.3px 0 0 #C2C2C2;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -1602,7 +1603,7 @@
|
||||||
padding-bottom: 32rpx;
|
padding-bottom: 32rpx;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
|
box-shadow: 0 0.3px 0 0 #C2C2C2;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
@ -1659,7 +1660,7 @@
|
||||||
padding-bottom: 24rpx;
|
padding-bottom: 24rpx;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
box-shadow: inset 0 -0.3px 0 0 #C2C2C2;
|
box-shadow: 0 0.3px 0 0 #C2C2C2;
|
||||||
|
|
||||||
.title {
|
.title {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
|
|
|
||||||
|
|
@ -52,7 +52,7 @@
|
||||||
<slot name="tipLayer">点击此处<text>[{{ tipLayerText }}]</text></slot>
|
<slot name="tipLayer">点击此处<text>[{{ tipLayerText }}]</text></slot>
|
||||||
</view>
|
</view>
|
||||||
<image class="close" src="/static/image/common/tipLayer-close.png" mode="" @click="closeTipLayer"></image>
|
<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>
|
<image v-else class="triangleImg" src="/static/image/common/tipLayer-eye.png"></image>
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
|
|
||||||
2
main.js
2
main.js
|
|
@ -27,7 +27,7 @@ export function createApp() {
|
||||||
const systemInfo = uni.getStorageSync('systemInfo') || {}
|
const systemInfo = uni.getStorageSync('systemInfo') || {}
|
||||||
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
|
app.config.globalProperties.$system = systemInfo.platform == 'ios' ? 'iOS' : 'Android'
|
||||||
app.config.globalProperties.$systemInfo = systemInfo
|
app.config.globalProperties.$systemInfo = systemInfo
|
||||||
uni.setStorageSync('version', '1.0.3.sp7')
|
uni.setStorageSync('version', '1.0.3.sp8')
|
||||||
app.config.globalProperties.$version = uni.getStorageSync('version')
|
app.config.globalProperties.$version = uni.getStorageSync('version')
|
||||||
|
|
||||||
app.use(globalMethods);
|
app.use(globalMethods);
|
||||||
|
|
|
||||||
|
|
@ -66,7 +66,7 @@
|
||||||
|
|
||||||
})
|
})
|
||||||
function open(){
|
function open(){
|
||||||
console.log(callLogList.value)
|
// console.log(callLogList.value)
|
||||||
callLogList.value.openAddModal()
|
callLogList.value.openAddModal()
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
|
|
|
||||||
|
|
@ -157,9 +157,11 @@ function goPage(url) {
|
||||||
border-radius: 16rpx;
|
border-radius: 16rpx;
|
||||||
color: #ffffff;
|
color: #ffffff;
|
||||||
font-size: 28rpx;
|
font-size: 28rpx;
|
||||||
display: flex;
|
line-height: 64rpx !important;
|
||||||
align-items: center;
|
text-align: center;
|
||||||
justify-content: center;
|
// display: flex;
|
||||||
|
// align-items: center;
|
||||||
|
// justify-content: center;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue