.van-popup { ::v-deep { .van-nav-bar__left { .van-nav-bar__text { color: #8c8c8c; } } .van-nav-bar__title { font-weight: bold; } .van-nav-bar__right { .van-nav-bar__text { color: #409eff; } } } } ::v-deep .van-empty__image { width: 268px; height: 196px; } [class*='van-hairline']::after { border: none !important; } //必填改变位置 ::v-deep .van-cell--required { &::before { content: '' !important; } .van-cell__title { span { position: relative; &::after { position: absolute; right: -0.21333rem; color: #ee0a24; font-size: 0.37333rem; content: '*'; } } } .van-field__error-message { text-align: right !important; } } //单选最后一个margin-ringht .van-radio-group { .van-radio--horizontal:last-child { margin-right: 0; } } ::v-deep .van-button { line-height: 1; } .contentButton { .van-button { border: 0 !important; padding-right: 4px; color: #bfbfbf; &:last-child { padding-right: 0; } } } .sheetDescription { .van-action-sheet__description { padding: 0; } } ::v-deep .el-icon-paperclip { font-size: 17px; margin-right: 4px; } ::v-deep .van-field__label { color: #262626; } //弹窗头部固定 .popup_header { &_margin { margin-top: 44px; } &_fixed { position: fixed; width: 100%; height: 44px; background: #fff; border-radius: 12px 12px 0px 0px; } } ::v-deep .van-field__error-message { text-align: right; }