/* case/pages/register/register.wxss */ .next{ margin: 40rpx 20rpx!important; } .prev{ margin:-20rpx 20rpx 0!important ; } .van-field__label{ white-space: nowrap; } .custom-class .van-cell:last-child{ background-color: red; } .van-cell__title{ white-space: nowrap; display: flex; color: #646566; align-items: center; } .van-image{ margin-top: 10rpx; } .van-cell{ display: flex; align-items: center; } .van-field__label,.van-cell__title{ position: relative; } .van-field__label::after,.cert .van-cell__title::after{ content: "*"; color:red; position: absolute; top:12rpx; right:-14rpx; } .cert .van-cell__title::after{ top:4rpx; } .myclass .van-field__label::after{ content: ""; } .upload{ opacity:0; position: absolute; z-index:99; } .cert .van-cell{ overflow: hidden; } .van-button{ border-radius: 10rpx!important; } .imgCode{ width:200rpx; height:75.6rpx; } .custom-class{ min-height:43.5px !important; } .van-field__label{ color:#333!important; padding:12rpx 0; font-size: 15px!important; } .van-cell__title{ color:#333!important; font-size: 15px!important; } .buttonbox{ position: absolute; z-index:99; display: flex; width:600rpx; left:50%; transform: translateX(-50%); justify-content: space-between; bottom:50rpx; } .van-button--primary{ background: linear-gradient(90deg, #377FF7 0%, #51AAFF 100%)!important; border-color:#377FF7!important } .tip{ margin:0 32rpx; font-size: 28rpx; color:#999; } .red{ color:red; }