page { background: #f4f4f4; min-height: 100%; display: flex; } .container { background: #f4f4f4; min-height: 100%; padding-top: 30rpx; width: 100%; } .add-address .ocr-info-warning{ font-size: 11px; color: #666; display: block; align-items: center; margin: 10px; /* width: 100%; */ text-align: right; margin-right: 20rpx; } .add-address .add-form { background: #fff; width: 100%; height: auto; overflow: hidden; } .add-address .form-item { height: 96rpx; padding-left: 21.25rpx; display: flex; align-items: center; padding-right: 21.25rpx; } .add-address .input { height: 44rpx; line-height: 44rpx; overflow: hidden; margin-top: 10rpx; font-size: 30rpx; width: 100%; flex:1; } .add-address .label{ font-size: 32rpx; font-weight: bold; margin-right: 20rpx; width: 186rpx; text-align: center; color:#333 } .add-address .label-m{ font-size: 26rpx; } .add-address .label-s{ font-size: 22rpx; } .add-address .content{ border-bottom: 1px solid #d9d9d9; height: 94rpx; line-height: 94rpx; align-content: center; /* padding: 40rpx 0 0; */ width: 100%; display: flex; align-items: center; } .add-address .form-default { border-bottom: 1px solid #d9d9d9; height: 136rpx; background: #fff; padding-top: 28rpx; font-size: 28rpx; padding-left: 31.25rpx; margin-top: 30rpx; display: flex; justify-content: space-between; } .add-address .form-default .title{ font-size: 32rpx; font-weight: bold; } .add-address .form-default .des{ color:#B2B2B2; line-height: 46rpx; height: 40rpx; } .add-address .form-default .van-checkbox .van-icon { color: #fff; } .add-address .btns { position: fixed; bottom: 0; left: 0; overflow: hidden; display: flex; height: 100rpx; width: 100%; margin-bottom:25rpx } .fb-btn { display: flex; justify-content: center; align-items: center; width: 90%; height: 90rpx; line-height: 98rpx; border-radius: 50rpx; margin-left: 5%; text-align: center; font-size: 26rpx; letter-spacing: 3rpx; color: #fff; background: #09afff; margin-bottom: 30rpx; margin-top:80rpx; } .ocr-btn { text-align: center; font-size: 34rpx; letter-spacing: 3rpx; /* color: #09afff; */ color:#fff; margin:20rpx 265rpx; width:220rpx; height:90rpx; line-height: 90rpx; border-radius: 8rpx; background: #09afff; text-align: center; } .b { height: 53rpx; line-height: 53rpx; margin-left: 31.25rpx; padding-right: 31.25rpx; border-top: 1px solid #f4f4f4; font-size: 30rpx; background-color: #f4f4f4; } .b2 { height: 50rpx; line-height: 50rpx; margin-left: 31.25rpx; margin-bottom: 15rpx; padding-right: 31.25rpx; border-top: 1px solid #f4f4f4; font-size: 30rpx; background-color: #f4f4f4; } .b .l { float: left; } .b .r { float: right; color: red; } .tips{ color: red; margin-top:40rpx; margin-left:30rpx; } .cell-wrapper{ margin:10rpx 0; float:right; padding-right: 20rpx; } .cell-wrapper .van-cell__title{ color:#7f7f7f; } view.van-ellipsis{ color:#666; } .weui-uploader__files{ display: flex; justify-content: center; } .weui-uploader { padding: 0rpx 20rpx; } .weui-uploader__hd { display: -webkit-box; display: -webkit-flex; display: flex; padding-bottom: 10px; -webkit-box-align: center; -webkit-align-items: center; align-items: center; } .weui-uploader__title { -webkit-box-flex: 1; -webkit-flex: 1; flex: 1; color: #333; } .weui-uploader__info { color: #b2b2b2; } .weui-uploader__bd { margin-bottom: -4px; margin-right: -9px; /* overflow: hidden; */ /* width:600rpx; */ } .weui-uploader__file { position: absolute; /* float: left; margin-right: 9px; margin-bottom: 9px;*/ } .weui-uploader__img { display: inline-block; width: 160rpx; height: 160rpx; margin-right:20rpx; } .weui-uploader__file_status { position: relative; } .weui-uploader__file_status:before { content: " "; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgba(0, 0, 0, 0.5); } .weui-uploader__file-content { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); color: #fff; } .weui-uploader__input-box { float: left; position: relative; /* margin-right: 9px; margin-bottom: 9px; */ width: 77px; height: 77px; border: 1px solid #d9d9d9; } .weui-uploader__input-box:after, .weui-uploader__input-box:before { content: " "; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%); background-color: #d9d9d9; } .weui-uploader__input-box:before { width: 2px; height: 39.5px; } .weui-uploader__input-box:after { width: 39.5px; height: 2px; } .weui-uploader__input-box:active { border-color: #999; } .weui-uploader__input-box:active:after, .weui-uploader__input-box:active:before { background-color: #999; } .weui-uploader__input { position: absolute; z-index: 1; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; }