// 阴影 .m-shadow { box-shadow: 0 0 .17rem 0 rgba(202, 202, 202, 0.42); } .m-shadow-small { box-shadow: 0 .04rem .06rem 0 rgba(0, 0, 0, 0.1); } // 文字过多显示... .m-ellipsis { overflow: hidden; white-space: nowrap; text-overflow: ellipsis; } [v-cloak] { display: none } // 设置边框 [class*='m-hairline']::after { position: absolute; box-sizing: border-box; content: ' '; pointer-events: none; top: -50%; right: -50%; bottom: -50%; left: -50%; border: 0 solid #ebedf0; -webkit-transform: scale(0.5); transform: scale(0.5); } .orangeStatus { color: #F97215 !important; } .redStatus { color: #F85043 !important; } .blueStatus { color: #01C1B5 !important; } .defaultStatus { color: #777777 !important; } .van-field__control { color: #808080 !important; font-size: .14rem; } input::-webkit-input-placeholder, textarea::-webkit-input-placeholder { color: #C0C0C0 !important; font-size: .16rem; } input:-moz-placeholder, textarea:-moz-placeholder { color: #C0C0C0 !important; font-size: .16rem; } input::-moz-placeholder, textarea::-moz-placeholder { color: #C0C0C0 !important; font-size: .16rem; } input:-ms-input-placeholder, textarea:-ms-input-placeholder { color: #C0C0C0 !important; font-size: .16rem; } .van-cell__right-icon { color: #C0C0C0 !important; } /deep/.van-radio__icon .van-icon { border-color: transparent; border: 1px solid #d3d3d3 }