/* pages/billUse/flowAdd/flowAdd.wxss */ .inComeUnit{ border:1rpx solid #ddd; width:90%; margin:0 auto; } .top{ display: flex; width: 94%; margin: 0 auto; border-radius: 10rpx; margin-top: 3vw; overflow: hidden; } .top view{ padding: 40rpx 15rpx; align-items: center; justify-content: center; position: relative; } .top image{ position: absolute; width: 94%; } .top-title{ flex: 1; text-align: center; } .top-tit{ color: #fff; } .rules:before{ content:'*'; color:red; position: absolute; right: -10px; } .rules.no::before{ content:' '; padding-left: 14rpx; color:'#fff'; } .main-title{ background-image: linear-gradient(to right, #2C8E68 , #B3DB62); color: #ffffff; font-size: 18rpx; padding: 10rpx 0; text-align: center; } .main-box{ background: #ffffff; padding: 20px; width: 94%; margin: 0 auto; border-radius: 10px; box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16); } .main-box block{ float: right; } .main-box .color-gray{ color: #888; } .title{ padding: 10px calc(3% + 20px); display: block; } .van-cell{ padding-left: 0!important; padding-right: 0!important; padding-top: 0!important; margin-bottom: 15px; } .table-box .flex-block{ margin-bottom: 5px; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; } .table-box .flex-block text{ } .table-box .payerBox .flex-block{ padding: 0 ; } .table-box .flex-block:last-child{ margin-bottom: 0px; } .table-box .rules{ position: relative; } .table-box .picker_wrap{ /* display: flex; justify-content: flex-end; align-items: center; */ } .table-box .picker{text-align: right;} .table-box .wrap{ flex:1; text-align: right; border-bottom: 1px solid #DCDCDC; margin-left: 15px; height: 40px; line-height: 40px; } .fjLable{ display: flex; width:24px; margin:25rpx 5rpx; color:#fff; background:#07c160; text-align: center; border-radius: 10rpx; justify-content: center; /* 相对父元素水平居中 */ align-items: center; padding:25rpx 0; } .content { width: 100%; background-color: #fff; } .img-list { display: flex; display: -webkit-flex; flex-direction: row; justify-content: flex-start; align-items: center; flex-wrap: wrap; } .img-item { width: 30%; text-align: left; margin-right: 3%; margin-bottom: 10rpx; position: relative; } .img-item .close-ico{ position: absolute; right: -10rpx; top: -10rpx; } .img-item .imagea { width: 160rpx; height: 160rpx; } .submit-btn { width: 100%; background-color: #fff; height: 80rpx; text-align: center; line-height: 80rpx; font-size: 30rpx; position: fixed; bottom: 100rpx; } .chooseimg { height: 160rpx; background-color: #fff; display: flex; justify-content: center; /* 相对父元素水平居中 */ align-items: center; } .weui-uploader__input-box { float: left; position: relative; /* margin-right: 9rpx; margin-bottom: 9rpx; */ width: 120rpx; height: 120rpx; border: 1px solid #d9d9d9; } .weui-uploader__input-box:before { width: 2px; height: 39.5px; } .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:after { width: 39.5px; height: 2px; } .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; } .tips { color: #666; font-size: 24rpx; padding-bottom: 20rpx; } .img-box { width: 92%; margin: auto; padding-top: 20rpx; } .btn button{ line-height: 1.7; padding-left:80rpx; padding-right:80rpx; border-radius: 30rpx; } .fj-box text{ background-color: #5CAE77; color: #ffffff; text-align: center; border-radius: 5px; white-space:pre-wrap; padding: 22px 8px; display: block; } .fj-li{ margin-top: 20px; display: flex; /* flex-wrap: wrap; */ } .fj-li .img_li{ width: 100%; height: 18.5vw; } .fj-li .img_add{ overflow: hidden; } .img_box{ position: relative; width: 100%; display: flex; flex-wrap: wrap; } .img_box .img_list{ width: 25%; margin-left: 5%; position: relative; } .img_box .img_list .van-icon{ font-size: 20px; position: absolute; top: 0; right: 0; transform: translate(50%,-50%); } .img_box .img_list:nth-child(n+4){ margin-top: 15px; } .bottom{ width: 84%; margin: 0 auto; text-align: center; margin-top: 50px; margin-bottom: 50px; display: flex; justify-content: center; } .bottom view { width: 47%; margin: 0 auto; border-radius: 30px; display: inline-block; } .bottom .btn1{ border: 1px solid #2C8E68; padding: 8px 0px; color: #2C8E68; } .bottom .btn2{ border: 1px solid transparent; padding: 8px 0px; background-image: linear-gradient(to right, #2C8E68, #5CAE77); color: #fff; } .bottom .btn3{ border: 1px solid transparent; padding: 8px 0px; background-image: linear-gradient(to right, #2C8E68, #5CAE77); color: #fff; width: 100%; } .headTit{ text-align: center; margin-bottom: 15px; } .headTit text{ width: 60%; display: block; margin: 0 auto; border-bottom: 1px solid #333333; font-size: 18px; line-height: 38px; }