''
liukangdong
2024-05-14 6406b6086de7cfdb666a20d3c699bc36b8537f96
''
已修改2个文件
23 ■■■■■ 文件已修改
h5/pages/userinfo/userinfo.vue 9 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/visitorApplication/visitorApplication.vue 14 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
h5/pages/userinfo/userinfo.vue
@@ -17,7 +17,7 @@
                <view class="title"><b>*</b>证件类型</view>
                <view class="content" @click="show = true">
                    <text :style="{color: visitorData.idcardTypeName ? '#000000' : ''}">{{visitorData.idcardTypeName ? visitorData.idcardTypeName : '请选择'}}</text>
                    <u-icon name="arrow-right" color="#CCCCCC" size="20"></u-icon>
                    <u-icon name="arrow-right" color="#CCCCCC" size="16" class="ml6"></u-icon>
                </view>
            </view>
            <view class="cell">
@@ -26,6 +26,7 @@
                    <input class="input" maxlength="18" placeholder-style="color: #999999;" v-model="visitorData.idcardNo" placeholder="请输入您的证件号码" />
                </view>
            </view>
            <view class="empty"></view>
            <view class="cell">
                <view class="title"><b>*</b>公司名称</view>
                <view class="content">
@@ -287,6 +288,12 @@
        width: 100%;
        height: 100%;
    }
    .empty{
        width: 750rpx;
        height: 20rpx;
        margin: 0 -30rpx;
        background-color: #f7f7f7;;
    }
    .title {
        font-size: 30rpx;
        font-weight: 400;
h5/pages/visitorApplication/visitorApplication.vue
@@ -901,7 +901,7 @@
                align-items: center;
                justify-content: space-between;
                .t {
                    background: #025EEF !important;
                    background: #4d99a9 !important;
                    color: #ffffff !important;
                }
                .adduser_footer_item {
@@ -910,11 +910,11 @@
                    line-height: 88rpx;
                    text-align: center;
                    border-radius: 44rpx;
                    border: 1rpx solid #025EEF;
                    border: 1rpx solid #4d99a9;
                    font-size: 32rpx;
                    font-family: PingFangSC, PingFang SC;
                    font-weight: 400;
                    color: #025EEF;
                    color: #4d99a9;
                    margin-right: 18rpx;
                    &:last-child {
                        margin: 0 !important;
@@ -958,7 +958,7 @@
                justify-content: space-between;
                margin-top: 60rpx;
                .t {
                    background: #025EEF !important;
                    background: #4d99a9 !important;
                    color: #ffffff !important;
                }
                .addcar_footer_item {
@@ -1267,12 +1267,12 @@
                justify-content: center;
                background: rgba(2, 94, 239, 0);
                border-radius: 25rpx;
                border: 1rpx solid #025EEF;
                border: 1rpx solid #4c99a8;
                font-size: 22rpx;
                font-family: PingFangSC, PingFang SC;
                font-weight: 400;
                margin-top: 20rpx;
                color: #025EEF;
                color: #4c99a8;
                margin: 0 auto;
            }
        }
@@ -1296,7 +1296,7 @@
                height: 88rpx;
                line-height: 88rpx;
                text-align: center;
                background: #025EEF;
                background: #4c99a8;
                border-radius: 44rpx;
                font-size: 32rpx;
                font-weight: 500;