|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596 |
- /* pages/apply/paymentTemplate/add/add.wxss */
- text{display: block;}
- .top{
- height: 64px;
- width: 100%;
- position: fixed;
- z-index: 999;
- top:0px;
- }
- .top text{
- position: relative;
- top: 30px;
- margin-right: 30px;
- display: block;
- color: #eee;
- text-align: center;
- width: 100%;
- font-size: 16px;
- }
- .input_tittop input{
- border: 1px solid #DCDCDC;
- padding: 0px 10px;
- height: 32px;
- line-height: 32px;
- border-radius: 5px;
- width: 100%;
- }
- .error input{
- border: 1px solid red!important;
- }
- .bgPage{
- width: 140%;
- position:absolute;
- transform: translate(-15%, -50%);
- height: 300px;
- z-index: -1;
- }
- .center{
- padding-bottom: 15px;
- background: #f2f2f2;
- }
- .main-title{
- background-image: linear-gradient(to right, #2C8E68 , #B3DB62);
- color: #ffffff;
- font-size: 18px;
- padding: 10px 0;
- text-align: center;
- position: relative;
- }
- .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;
- }
- .title{
- padding: 10px calc(3% + 20px);
- }
- .topBox .van-cell{
- padding: 0!important;
- margin-bottom: 15px;
- }
- .topBox .van-cell .van-cell__title, .topBox .van-cell .van-cell__value , .topBox .van-cell .van-field__label{
- font-size: 15px;
- color: #000000!important;
- }
- .topBox .van-cell .van-cell__title{
- margin-right: 0!important;
- max-width: 76px!important;
- min-width: 76px!important;
- }
-
- .top-box{
- /* margin-top: 20px;
- margin-bottom: 28px; */
- }
- .top-box text{
- margin-bottom: 15px;
- }
- .top-box text:last-child{
- margin-bottom: 0px;
- }
- .box-title{
- color: #2C8E68;
- text-align: center;
- font-size: 16px;
- }
- .center-box .main-box{
- margin-bottom: 15px;
- }
- .xm van-cell:first-child .van-cell{
- border-bottom: 1px solid #cccccc;
- margin: 0;
- padding-bottom: 15px!important;
- margin-bottom: 15px;
- }
- .table-box van-field van-cell .van-cell{
- margin-bottom: 15px;
- }
- .table-box van-field:last-child van-cell .van-cell{
- margin-bottom: 0px;
- }
- .table-box view text icon{
- display: inline-block;
- font-size: 14px;
- border: 1px solid red;
- color: red;
- }
- .table-box .van-cell{
- padding: 0!important;
- }
- @font-face {
- font-family: 'my-icon';
- src: url('../../../image/icon/fj_icon.png') format('truetype');
- }
- .my-icon {
- font-family: 'my-icon';
- }
-
- .my-icon-extra::before {
- content: '\e626';
- }
- .fj-box text{
- background-color: #5CAE77;
- color: #ffffff;
- text-align: center;
- border-radius: 5px;
- white-space:pre-wrap;
- padding: 22px 8px;
- }
- .fj-li{
- margin-top: 20px;
- display: flex;
- /* flex-wrap: wrap; */
- }
- .fj-li image{
- width: 25%;
- height: 18.5vw;
- margin-left: 5%;
- }
- .fj-li image:nth-child(n+5){
- margin-top: 15px;
- }
- .bottomBtn{
- display: flex;
- width: 94%;
- margin: 0 auto;
- justify-content:space-between;
- margin-top: 30px;
- }
- .bottomBtn view{
- display: flex;
- width: 48%;
- background-color: #ffffff;
- border-radius: 5px;
- box-shadow: 0px 5px 9px #DCDCDC;
- padding: 10px 0px;
- text-align: center;
- align-items:center;
- justify-content:center;
- font-size: 14px;
- color: #2C8E68;
- }
- .bottomBtn view image{
- width: 18px;
- height: 18px;
- margin-right: 5px;
- }
-
-
-
- .steps-box{
- padding: 0;
- }
- .steps-box .van-row{
- padding: 0 20px;
- }
-
- .steps-box view{
- margin-bottom: 0;
- }
-
- .steps-box .van-col{
- position: relative;
- height: 70px;
- }
- .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{
- text-align: center;
- width: 100%;
- margin-top: 50px;
- }
-
- .bottom button {
- width: 47%;
- margin: 0 auto;
- border-radius: 30px;
- display: inline-block;
- }
-
- .btnAgree{
- border: 1px solid transparent;
- padding: 8px 0px;
- background-image: linear-gradient(to right, #2C8E68, #5CAE77);
- color: #fff;
- width: 47%;
- margin: 0 auto;
- border-radius: 30px;
- display: inline-block;
- text-align: center;
- }
-
- .btnOther{
- border-color: #F2A438!important;
- color: #ffffff!important;
- background-image: linear-gradient(to right, #F2A438, #F2652E);
- width: 100%!important;
- }
-
- .input_tit{
- border: 1px solid #DCDCDC;
- padding: 0px 10px;
- height: 32px;
- line-height: 32px;
- border-radius: 5px;
- margin-bottom: 15px;
- }
- .img_box{
- position: relative;
- width: 100%;
- }
- .van-cell--required:before {
- left: -8px!important;
- }
- .input_money{
- padding: 0px 10px;
- height: 32px;
- line-height: 32px;
- color: #E90000;
- font-size: 26px;
- display: inline-block;
- width: 70%;
- text-align: center;
- }
-
- .money_box{
- font-size: 26px;
- border-bottom:1px solid #DCDCDC;
- width: 70%;
- margin: 0 auto;
- margin-bottom: 15px;
- color: #E90000;
- display: flex;
- align-items: center;
- justify-content: center;
- }
-
- .btnBox{
- text-align: center;
- position: relative;
- height: 26px;
- }
- .down{
- width: 15px;
- height: 8px;
- margin: 0 auto;
- margin-top: 18px;
- }
-
- .update{
- width: 26px;
- height: 26px;
- position: absolute;
- right: 41px;
- }
- .delete{
- width: 26px;
- height: 26px;
- position: absolute;
- right: 0;
- }
-
- .van-collapse-item {
- background: transparent;
- margin: 0 auto;
- width: 100%;
- margin: 0 auto;
- margin-top: 15px;
- }
- .van-collapse-item__content{
- padding: 0!important;
- }
-
- .van-collapse .van-cell{
- padding: 0;
- background: transparent;
- }
-
- .van-collapse .tit_box .title{
- text-align: center;
- font-size: 18px;
- }
- .van-collapse .main-box{
- /* padding: 0;
- box-shadow: none; */
- }
- .van-collapse .tit_box{
- width: 94%;
- background: #ffffff;
- margin: 0 auto;
- border-radius: 10px;
- box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
- padding: 20px;
- }
- .van-collapse .tit_box .top-box .van-cell{
- margin-bottom: 15px;
- }
-
- .steps-box{
- padding: 0;
- }
- .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: #C9C9C9;
- 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 .active{
- background: #2C8E68;
- }
-
- .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 button {
- width: 47%;
- margin: 0 auto;
- border-radius: 30px;
- display: inline-block;
- }
-
-
- .input_tit{
- border: 1px solid #DCDCDC;
- padding: 0px 10px;
- height: 32px;
- line-height: 32px;
- border-radius: 5px;
- margin-bottom: 15px;
- }
- .img_box{
- position: relative;
- width: 100%;
- }
- .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;
- }
-
-
- .payeeList {
- padding: 10px 20px!important;
- }
- .payeeList .van-collapse-item {
- margin-top: 0;
- }
- .payeeList .van-collapse .van-cell {
- padding: 10px 0!important;
-
- }
- .payeeList van-field van-cell .van-cell{
- margin-bottom: 0;
- }
- .payeeList .van-cell__value {
- color: #E90000;
- }
- .payeeList .van-cell__title{
- flex-shrink: 0;
- max-width: inherit;
- }
|