|
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269 |
- /* pages/apply/approval/approval.wxss */
- text{display: block;}
-
- .ns{
- position: fixed;
- top: 0;
- background: linear-gradient(to right, #429a68, #9ecf67);
- }
-
- .pure_top {
- width: 100%;
- height: 120px;
- position: absolute;
- z-index: -1;
- overflow: hidden
- }
-
- .pure_top::after {
- content: '';
- width: 140%;
- height: 120px;
- position: absolute;
- left: -20%;
- top: 0;
- z-index: -1;
- border-radius: 0 0 50% 50%;
- background: linear-gradient(to right, #2C8E68, #B3DB62);
- }
-
- .main-box{
- background: #ffffff;
- padding: 20px 0;
- width: 94%;
- margin: 0 auto;
- border-radius: 10px;
- box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.16);
- }
-
- .top-box text{
- margin-bottom: 15px;
- }
- .top-box text:last-child{
- margin-bottom: 0px;
- }
- .box-title{
- color: #2C8E68;
- text-align: center;
- font-size: 16px;
- }
-
- .steps-box view{
- margin-bottom: 0;
- }
- .steps-box .van-row{
- padding: 0 20px;
- }
- .steps-box van-row:nth-child(2n+1) .van-row{
- background-color: rgba(92, 174, 119, 0.1);
- }
-
- .steps-box .van-col{
- position: relative;
- height: 50px;
- }
- .steps-box .van-col--21{
- padding: 5PX 0;
- line-height: 50px;
- }
- .steps-box .van-row:nth-child(2n){
- background: rgba(29,111,233,0.1);
- }
- .steps-box .van-cell{
- background: transparent;
- padding: 0 ;
- line-height: 40px;
- }
- .steps-box .bq{
- display: inline-block;
- padding: 0PX 10PX;
- line-height: 0.64rem;
- border-radius: 5PX;
- }
- .steps-box .index{
- background: #2C8E68;
- 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% - 15px);
- }
- .steps-box .indexBorder{
- width: 10PX;
- position: absolute;
- left: 9px;
- top: 0;
- height: 100%;
-
- }
- .steps-box .indexBorder .yq{
- height: 30PX;
- width: 30PX;
- background: transparent;
- border-radius: 50%;
- }
- .steps-box .indexBorder .ss{
- height: calc(50% - 15PX);
- width: 1PX;
- background: #C9C9C9;
- position: relative;
- }
- .steps-box .indexBorder .ssT{
- height: calc(50% - 15PX);
- width: 1PX;
- background: #C9C9C9;
- position: relative;
- }
-
- .steps-box .van-cell__title{
- flex: 0.8;
- }
- .steps-box .van-cell__value {
- flex: 0.2;
- }
- .check_box{
- padding: 50px 0;
- }
- .check_box .van-row{
- background-color: rgba(92, 174, 119, 0.1);
- margin-top: 10px;
- padding: 15px 20px;
- }
- .check_box .van-col{
- height: auto;
- }
- .check_box van-checkbox:nth-child(n) .van-checkbox {
- margin-top: 15px;
- }
- .van-checkbox__icon-wrap {
- border-radius: 5px;
- }
- .van-checkbox__icon {
- border-radius: 5px;
- border: 2px solid #2C8E68!important;
- background-color: rgba(44, 142, 104, 0.2);
- }
-
- .btn_box{
- display: flex;
- justify-content: center;
- padding-bottom: 10px;
- }
- .btn_box view:nth-child(1){
- display: inline-block;
- padding: 8px 15px;
- background-color: rgba(252, 154, 85, 0.2);
- color: #FC9A55;
- border-radius: 20px;
- font-size: 16px;
- }
- .btn_box view:nth-child(2){
- display: inline-block;
- padding: 8px 15px;
- background-color: rgba(92, 174, 119, 0.2);
- color: #5CAE77;
- border-radius: 20px;
- font-size: 16px;
- margin-left: 30px;
- }
-
- .bottom{
- width: 84%;
- margin: 0 auto;
- text-align: center;
- margin-top: 50px;
- margin-bottom: 50px;
- display: flex;
- }
-
- .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);
- margin-left: 6%;
- color: #fff;
- }
- .deleteBox{
- width: 65px;
- text-align: center;
- height: 100%;
- background-color: rgb(255,0,0,0.2);
- align-items: center;
- display: flex;
- justify-content: center;
- }
- .van-action-sheet__header {
- background: #f2f2f2;
- color: #2C8E68;
- }
-
- .input_tit{
- border: 1px solid #DCDCDC;
- padding: 0px 10px;
- height: 32px;
- line-height: 32px;
- border-radius: 5px;
- margin-bottom: 15px;
- }
- .van-dialog__header {
- color: #2C8E68;
- font-size: 18px;
- }
- .van-button--normal {
- background: linear-gradient(to right, #2C8E68, #5CAE77)!important;
- }
-
- .bottomBtn{
- display: flex;
- width: 94%;
- margin: 0 auto;
- justify-content:space-between;
- }
- .bottomBtn view{
- width: 48%;
- background-color: #ffffff;
- border-radius: 5px;
- box-shadow: 0px 5px 9px #DCDCDC;
- padding: 10px 0px;
- text-align: center;
- font-size: 14px;
- color: #2C8E68;
- }
- .bottomBtn view image{
- width: 18px;
- height: 18px;
- margin: 0 auto;
- display: block;
- }
- .bottomBtn view text{
- display: block;
- margin-top: 5px;
- }
-
- .van-cell-text{
- padding: 8px;
- }
|