doum
2025-08-19 08abc1bb93226960388202470798220294eed4ae
代码初始化
已添加5个文件
63 ■■■■■ 文件已修改
h5/pages/exception/exception.vue 63 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/static/ic_qiyeweixin.png 补丁 | 查看 | 原始文档 | blame | 历史
h5/static/ic_qiyeweixin@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
h5/static/ic_tips.png 补丁 | 查看 | 原始文档 | blame | 历史
h5/static/ic_tips@2x.png 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/exception/exception.vue
¶Ô±ÈÐÂÎļþ
@@ -0,0 +1,63 @@
<template>
    <view class="box">
        <view class="tips">
            <image src="/static/ic_tips@2x.png" ></image>
            <text>该功能需要在企业微信扫码使用</text>
        </view>
        <view class="qiwei">
            <image src="/static/ic_qiyeweixin@2x.png"></image>
            <text>企业微信</text>
        </view>
    </view>
</template>
<style>
.box {
    width: 100%;
}
.qiwei{
    width: 100%;
    text-align: center;
    margin-top: 80rpx;
    display: flex;
    flex-direction: column;
    align-items: center; /* åž‚直居中 */
    justify-content: center; /* æ°´å¹³å±…中,如果需要的话 */
}
.qiwei image{
    width: 120rpx;
    height: 120rpx;
    align-items: center;
}
.qiwei text{
    font-weight: 400;
    font-size: 26rpx;
    color: #111111;
    line-height: 36rpx;
    text-align: center;
    font-style: normal;
}
.tips{
    width: 100%;
    text-align: center;
    margin-top: 300rpx;
    display: flex;
    align-items: center; /* åž‚直居中 */
    justify-content: center; /* æ°´å¹³å±…中,如果需要的话 */
}
.tips image{
    width: 32rpx;
    height: 32rpx;
    margin-right: 10rpx;
    align-items: center;
}
.tips text{
    font-weight: 400;
    font-size: 30rpx;
    line-height: 40rpx;
    color: #111111;
    line-height: 42rpx;
    text-align: center;
    font-style: normal;
}
</style>
h5/static/ic_qiyeweixin.png
h5/static/ic_qiyeweixin@2x.png
h5/static/ic_tips.png
h5/static/ic_tips@2x.png