/* vant 的样式重置文件 */ .van-cell-group{ border-radius: 3px; } .van-cell{ padding: 11px 0.32rem; .van-cell__title{ font-size: 14px; } &:not(:last-child)::after{ left: 0; } &:first-child{ border-top-left-radius: 3px; border-top-right-radius: 3px; } &:last-child{ border-bottom-left-radius: 3px; border-bottom-right-radius: 3px; } } .van-collapse{ &:after{ display: none; } // 折叠面板样式重置 .van-collapse-item{ margin-bottom: 10px; &::after{ display: none; } .van-cell::after{ display: none; } .van-cell__title{ font-size: @font-14; font-weight: bold; } } } .van-popup{ overflow: initial; } // radio 边框颜色 // .van-radio{ // .van-icon-success{ // // border: 0.02rem solid @c-bg-default; // } // } ////退出登录 弹框 .setting-box-dialog{ .van-dialog__message{ padding: 45px 60px!important; } } .home-tabbar{ .van-tabbar-item__text{ font-size: 11px; } .van-tabbar-item__icon{ margin-bottom: 3px; } } .icons-ser{ //.flex(center,center); .van-cell{ //.flex(center,center); } } //添加账号 复选框 样式修改 .account-add{ .van-checkbox__icon{ font-size: @font-16; } .van-check-box{ .label{ font-size:@font-14; font-weight:500; color:#666666; } } } //登录页 .login-page{ .van-cell{ margin-top: 15px; padding-left: 0; padding-right: 0; height: 44px; max-height: 44px; } .van-icon{ margin-right: 5px; //color: @c-default; } .van-button{ .lh(44px); margin-top: 35px; display: block; width:100%; font-size: @font-18; color: @c-fff; text-align: center; border: none; // background-color: @c-default; -webkit-appearance: none; } } .forgetpassword,.register-home{ .van-field__right-icon{ margin: 0 0.16rem ; padding:0; } .van-field__right-icon::after{ display: none; } .van-cell::after{ position: absolute; box-sizing: border-box; content: ' '; pointer-events: none; right: 0; bottom: 0; left: 0.32rem; border-bottom: 0.02rem solid #ebedf0; -webkit-transform: scaleY(.5); transform: scaleY(.5); } } .filter-box{ .van-popup--bottom{ z-index: 3500 !important; } } .weui-dialog{ width: 80%; } .vux-header{ position: fixed; top: 0; left: 0; width: 100%; // height: 3.66667rem; height: 44px; padding: 0; z-index: 99; background-color: #fff; .vux-header-title{ color: #3a3a3a; } } .weui-cells{ margin-top: 0; }