|
- /* pages/regular/index.wxss */
- .van-search__content {
- border: 1px solid #5CAE77!important;
- background: #fff!important;
- }
- van-search {
- flex: 0.8;
- }
- .search_box{
- display: flex;
- }
- .add_btn{
- padding-left: 0;
- flex:1
- }
- .add_btn text{
- background-color: #62AD66;
- display: block;
- height: 100%;
- text-align: center;
- line-height: 28px;
- color: #fff;
- border-radius: 36px;
- box-shadow: 0px 5px 5px #ddd;
- }
- text{display: block;}
- .work_plan{
- padding: 40rpx 32.5rpx 30rpx;
- display: flex;
- }
-
- .work_plan .menu_item{
- background-color: #fff;
- box-shadow: 2px 5px 5px #ddd;
- border-radius: 60rpx;
- text-align: center;
- position: relative;
- margin-right: 20px;
- padding: 8px 10px;
- }
- .work_plan .menu_item.active{
- background-color: #2C8E68;
- color: #fff;
- }
- .work_plan .menu_item .remind{
- height: 30rpx;
- background: #e90101;
- color: #fff;
- font-size: 26rpx;
- position: absolute;
- line-height: 30rpx;
- padding:0 10rpx;
- border-radius: 25px;
- top: -10rpx;
- right: -10rpx;
- }
-
- .work_plan .more{
- flex: 1;
- text-align: center;
- line-height: 60rpx;
- font-size: 36rpx;
- color: #31936c;
- }
- .deleteBox{
- width: 50px;
- text-align: center;
- height: 100%;
- background: #F6F6F6;
- align-items: center;
- display: flex;
- }
- .moreBox{
- width: 90px;
- text-align: center;
- height: 100%;
- background: #F6F6F6;
- align-items: center;
- display: flex;
- }
- .workflow .workflow_list{
- height: 150rpx;
- background-color: #fff;
- border-radius: 24rpx;
- box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1);
- margin-bottom: 20rpx;
- padding:15rpx 25rpx 10rpx 35rpx;
- }
- .workflow .workflow_list .process_intro{
- display: flex;
- height: 62rpx;
- align-items: center;
- }
-
- .workflow .process_intro .name{
- width: 390rpx;
- font-size: 34rpx;
- margin-right: 30rpx;
- display: flex;
- justify-content: space-between;
- align-items: center;
- }
- .workflow .process_intro .name .name_tit{
- width: 290rpx;
- overflow: hidden;
- text-overflow: ellipsis;
- white-space: nowrap;
- }
- .van-swipe-cell {
- width: 94%;
- background: #fff;
- border-radius: 10px;
- box-shadow: 2px 5px 5px #ddd;
- margin: 0 auto;
- margin-bottom: 15px;
- }
- .li{
- width: 100%;
- padding: 14px;
- display: flex;
- z-index: 1;
- }
- .tit_box{
- display: flex;
- align-items: center;
- margin-bottom: 10px;
- }
- .tit_box.ju_c{
- justify-content: space-between;
- }
- .tit_box.mr_10 view{
- margin-left: 15px;
- }
- .mr_10{
- margin-bottom: 0;
- }
- .tit_box.mr_10 view:nth-child(1){
- margin-left: 0px;
- }
- .tit_box view{
- display: flex;
- align-items: center;
- }
- .detail_box{
- margin-top: 15px;
- display: flex;
- justify-content: space-between;
- }
- .li view text{
- /* margin-top: 15px; */
- }
- .li .detail_box view{
- display: flex;
- align-items: center;
- }
- .li .detail_box view text{
- color: #878787;
- line-height: 1;
- }
-
- .li view text:nth-child(1){
- margin-top: 0px;
- }
- .li .fksr{
- display: flex;
- align-items: center;
- margin-top: 15px;
- color: #2C8E68;
- font-size: 16px;
- }
- .li .wtj{
- display: flex;
- align-items: center;
- justify-content: center;
- padding: 3px 8px;
- border-radius: 5px;
- font-size: 14px;
- }
- .no{
- background-color:#fbe3e3;
- color: #e90000;
- }
- .white{
- background-color:#feeadc;
- color: #fc9a55;
- }
- .yes{
- background-color:#ddeee3;
- color: #5cae77;
- }
- .other{
- background-color:#f0f1f6;
- color: #878787;
- }
- .li .tit{
- font-size: 14px;
- color: #878787;
- /* line-height: 14px; */
- display: -webkit-box;
- -webkit-box-orient: vertical;
- -webkit-line-clamp: 1;
- word-break: break-all;
- overflow: hidden;
- }
- .li .fj_name{
- font-size: 14px;
- color: #B3DB62;
- line-height: 25px;
- }
- .li .time{
- font-size: 14px;
- color: #9B9CAA;
- }
- .li .money{
- font-size: 18px;
- color: #5CAE77;
- }
- .van-checkbox__label {
- display: flex;
- justify-content: space-between;
- width: 100%;
- }
-
- .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);
- }
-
- .downView{
- display: flex;
- justify-content: center;
- align-items: center;
- padding: 0 20px;
- border: 1px solid #5CAE77;
- border-radius: 50px;
- background: #fff;
- margin-left: auto;
- }
- .downView image{
- width: 10px;
- height: 8px;
- margin-left: 10px;
- }
- .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;
- font-size: 24rpx;
- }
- .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;
- }
- .van-icon-description{
- font-size: 60px;
- }
- .van-dropdown-menu {
- width:100%;
- }
- .tit_tab{
- color:#FC9A55!important;
- border: 1px solid #FC9A55;
- padding:0px 5px;
- text-align: right;
- border-top-left-radius: 20px;
- border-top-right-radius: 20px;
- border-bottom-right-radius: 20px;
- font-size: 12px;
- margin-left: auto;
- }
- .tit_tab2{
- color:#5CAE77!important;
- border: 1px solid #5CAE77;
- padding:3px 8px;
- text-align: right;
- border-radius: 20px;
- align-self:flex-end;
- margin-left:auto;
- }
- .tit_tab4{
- color:#B3DB62!important;
- border: 1px solid #B3DB62;
- padding:1px 5px;
- border-radius: 5px;
- margin-right: 5px;
- }
- .tit_tab5{
- color:#5CAE77!important;
- background-color: rgba(92, 174, 119, 0.2);
- padding:1px 5px;
- border-radius: 50px;
- margin-left: 10px;
- }
- .tit_tab3{
- margin-left:auto;
- font-size: 16px;
- }
- .tit_tab3.red{
- color: #E90000;
- }
- .tit_tab3.green{
- color: #5CAE77;
- }
- .money_box{
- display: flex;
- justify-content: space-between;
- margin-top: 10px;
- }
- .money_box text{
- color: #666666;
- }
- .ll_box{
- display: flex;
- align-items: center;
- }
- .ll_box text{
- margin-left: 5px;
- }
- .cell_right{
- height: 100%;display: flex;
- /* position: relative;
- left: -6%; */
- }
- .button_box{
- display: flex;
- height: 100%;
- align-items: center;
- }
- .button_box view{
- width: 65px;
- text-align: center;
- align-items: center;
- }
- .button_box view text{
- color: #fff;
- }
- /* .button_box:nth-child(1){
- background-color: #B3DB62;
- width: 6%;
- } */
- .button_box.qs{
- background-color: #FC9A55;
- }
- .button_box.zf{
- background-color: #E90000;
- }
- .button_box view text{
- display: block;
- }
- .top_view{
- display: flex;
- justify-content: space-between;
- margin-bottom: 15px;
- }
- .sx_view{
- flex: 0.2;
- background-color: #fff;
- padding: 0 3%;
- display: flex;
- align-items: center;
- }
- .sx_box{
- padding: 3% 5%;
- }
- .checkbox_icon{
- background-color: #F6F6F6;
- color: #444444;
- padding: 5px 15px;
- border-radius: 1rem;
- border:1px solid #F6F6F6;
- margin-top: 10px;
- }
- .ys_checkbox_icon{
- background-color: rgba(92, 174, 119, 0.3);
- color: #444444;
- padding: 5px 15px;
- border-radius: 1rem;
- border:1px solid #5CAE77;
- color: #5CAE77;
- margin-top: 10px;
- }
- .van-checkbox-group{
- display: flex;
- flex-wrap: wrap;
- }
- .sx_tit{
- margin-top: 10px;
- }
- .sx_input_box {
- display: flex;
- align-items: center;
- margin-top: 10px;
- }
- .sx_input_box input{
- background-color: #F6F6F6;
- padding: 0 10px;
- border-radius: 30px;
- text-align: center;
- height: 30px;
- }
- .sx_input_box text {
- margin: 0 10px;
- }
- .bottom{
- width: 84%;
- margin: 0 auto;
- text-align: center;
- margin-top: 50px;
- margin-bottom: 50px;
- display: flex;
- z-index: 999999;
- }
-
- .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;
- }
- .bottom .btn3{
- border: 1px solid transparent;
- padding: 8px 0px;
- background-image: linear-gradient(to right, #2C8E68, #5CAE77);
- color: #fff;
- width: 100%;
- }
- .list_btn{
- display: flex;
- align-items: center;
- margin-left: 20px;
- }
- .btn {
- padding: 5px 15px;
- color: #fff;
- border-radius: 5rem;
- margin-top: 20px;
- }
- .btn:nth-child(1){
- margin-top: 0;
- }
- .btn_qs{
- background-color: #5CAE77;
- }
- .btn_zf{
- background-color: #E90000;
- }
- .btn_xf{
- background-color: #FC9A55;
- }
- .van-button--danger {
- background: linear-gradient(to right, #429a68, #9ecf67)!important;
- }
|