123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313 |
- 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;
- }
-
|