/* pages/payee/add/add.wxss */ .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); } .table-box van-field van-cell .van-cell{ margin-bottom: 15px; } .table-box van-field:last-child van-cell .van-cell{ margin-bottom: 0px; } .van-cell{ padding: 0!important; margin-bottom: 15px; } .van-cell__value { display: flex; justify-content: flex-end; } .van-radio--horizontal { margin-right: 0!important; margin-left: var(--padding-sm,12px) } .van-cell--required:before { left: 0!important; } .van-field__label { padding-left: 10px; } .bottom view { width: 47%; margin: 0 auto; border-radius: 30px; display: inline-block; } .bottom .btn2{ border: 1px solid transparent; padding: 8px 0px; background-image: linear-gradient(to right, #2C8E68, #5CAE77); color: #fff; } .table-boxs>view{ line-height: 100rpx; word-break: break-all; } .ql-container { box-sizing: border-box; width: 100%; height: 400px; font-size: 16px; line-height: 1.5; overflow: auto; padding: 10px 10px 20px 10px; border: 1px solid #ECECEC; } .ql-active { color: #22C704; } .iconfont { display: inline-block; width: 30px; height: 30px; cursor: pointer; font-size: 20px; } .toolbar { box-sizing: border-box; padding: 0 10px; height: 50px; width: 100%; position: absolute; left: 0; right: 100%; top: 0; display: flex; align-items: center; justify-content: space-between; border: 1px solid #ECECEC; border-left: none; border-right: none; } .steps-box{ padding: 0; margin-top: 15px; } .steps-box .van-row{ padding: 0 20px; } .steps-box view{ margin-bottom: 0; } .steps-box .van-col{ position: relative; height: 90px; } .steps-box .van-col--21{ padding: 12PX 0; padding-left: 10px; } .steps-box .van-row:nth-child(2n){ background: rgba(29,111,233,0.1); } .steps-box .van-cell{ background: transparent; padding: 0 10Px; } .steps-box .bq{ display: inline-block; padding: 0PX 10PX; line-height: 0.64rem; border-radius: 5PX; } .steps-box .index{ background: #1D6FE9; color: #ffffff; text-align: center; width: 20PX; height: 20PX; line-height: 20PX; border-radius: 50%; position: absolute; left: 0; top: 50%; transform: translate(0,-50%); } .steps-box .indexCenter{ top: 0!important; } .steps-box .van-row:first-child .van-col:first-child .indexBorder{ top: calc(50% - 5px); } .steps-box .indexBorder{ width: 10PX; position: absolute; right: 0; top: 0; height: 100%; } .steps-box .indexBorder .yq{ height: 10PX; width: 10PX; background: #C9C9C9; border-radius: 50%; } .steps-box .indexBorder .ss{ height: calc(50% - 5PX); width: 1PX; background: #C9C9C9; position: relative; left: 4PX; } .steps-box .indexBorder .ssT{ height: calc(50% - 5PX); width: 1PX; background: #C9C9C9; position: relative; left: 4PX; } .agree{ background-color: rgba(92, 174, 119, 0.1); color:#5CAE77 ; width: 80%; text-align: center; float: right; } .in{ background-color: rgba(245, 163, 39, 0.1); color:#F5A327 ; width: 80%; text-align: center; float: right; } .disagree{ background-color: rgba(233, 0, 0, 0.1); color:#E90000 ; width: 80%; text-align: center; float: right; } .steps-box .van-cell__title{ flex: 0.7; } .steps-box .van-cell__value{ flex: 0.3; } .steps-tit{ font-size: 16px; text-align: center; background-color: #2C8E68; color: #ffffff; padding: 20px 0; border-top-left-radius: 10px; border-top-right-radius: 10px; } .bottom{ width: 84%; margin: 0 auto; text-align: center; margin-top: 30px; margin-bottom: 80px; } .bottom button { width: 47%; margin: 0 auto; border-radius: 30px; display: inline-block; } .bottom .btnAgree{ border: 1px solid transparent; background-image: linear-gradient(to right, #2C8E68, #5CAE77); margin-left: 6%; } .btnOther{ border-color: #F2A438!important; color: #ffffff!important; background-image: linear-gradient(to right, #F2A438, #F2652E); width: 100%!important; } .cellTit{ display: flex; justify-content: space-between; } .cellTit text{ width: 50%; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 1; word-break: break-all; overflow: hidden; } .input_tit{ border: 1px solid #DCDCDC; padding: 0px 10px; height: 32px; line-height: 32px; border-radius: 5px; margin-bottom: 15px; } .fj-box text{ background-color: #5CAE77; color: #ffffff; text-align: center; border-radius: 5px; white-space:pre-wrap; padding: 5rpx 8rpx; width: 50rpx; margin: 0px 14px 0px 0px; font-size: 24rpx; display: block; } .fj-li{ display: flex; } .fj-li .img_li{ width: 100%; height: 18.5vw; } .fj-li .img_add{ overflow: hidden; } .van-icon-description{ font-size: 60px; }