@import '../style/varible.scss';

.emh-card-write{
    background-color: white;
    min-height: 100vh;
    overflow: auto;
    width: 100vw;
    position: relative;
    z-index: 0;
    &__main {
        .create-user-icon {
            width: 60px;
            height: 60px;
            display: block;
            margin: auto;
            margin-top: 20px;
        }
    }
    .van-form{
        margin-top: 17px;
    }
    &__button{
        padding: 17px 16px;
        .van-button{
            background-color: $themeColor;
        }
    }
}


.cover-view{
    position: absolute;
    z-index: 999;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
}