/* pages/handle/liist.wxss */ .work_plan{ padding: 40rpx 32.5rpx 30rpx; display: flex; } .work_plan .menu_item{ height: 60rpx; width: 140rpx; background-color: #fff; box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2); border-radius: 60rpx; line-height: 60rpx; text-align: center; font-size: 32rpx; position: relative; margin-right: 16rpx; } .work_plan .menu_item.active{ background-color: #5bae78; 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: 50%; top: -10rpx; right: -10rpx; } .work_plan .more{ flex: 1; text-align: center; line-height: 60rpx; font-size: 36rpx; color: #31936c; } .workflow{ padding: 10rpx 32.5rpx; } .workflow .workflow_list{ background-color: #fff; border-radius: 24rpx; box-shadow:0rpx 0rpx 10rpx rgba(0,0,0,.1); padding:25rpx 25rpx 10rpx 35rpx; } .workflow .workflow_list .process_intro{ display: flex; align-items: center; } .workflow .process_intro .name{ max-width: 390rpx; font-size: 16px; margin-right: 30rpx; flex:1; justify-content: space-between; align-items: center; } .workflow .process_intro .name .name_tit{ width: 290rpx; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .agree{ background-color: rgba(92, 174, 119, 0.1); color:#5CAE77 ; text-align: center; float: right; padding: 2px 5px; border-radius: 5px; font-size: 12px; } .in{ background-color: rgba(245, 163, 39, 0.1); color:#F5A327 ; text-align: center; float: right; padding: 2px 5px; border-radius: 5px; font-size: 12px; } .disagree{ background-color: rgba(233, 0, 0, 0.1); color:#E90000 ; text-align: center; float: right; padding: 2px 5px; border-radius: 5px; font-size: 12px; } .workflow .process_intro .state{ width: 93rpx; height: 42rpx; background-color: #fbe3e3; color: #f31e1f; border-radius: 12rpx; text-align: center; line-height: 42rpx; } .workflow .time{ flex: 1; text-align: right; font-size: 12px; color: #9ea1aa; } .workflow .workflow_list .process_pay{ display: flex; height: 52rpx; align-items: center; } .workflow .workflow_list .process_pay .describe{ font-size: 30rpx; width: 330rpx; color: #3c9370; display: flex; align-items: center; } .workflow .workflow_list .process_pay .describe .amount_icon{ width: 32rpx; height: 32rpx; margin-right: 12rpx; text-align: right; font-size: 14px; } .workflow .workflow_list .amount{ font-size: 14px; flex: 1; text-align: right; color: #f31e1f; } .workflow .workflow_list .amounts{ font-size: 14px; flex: 1; text-align: right; color:#4caf50; } .workflow .workflow_list .process_pay .amount .unit{ font-size: 26rpx; } .work_plan{ padding: 40rpx 32.5rpx 30rpx; display: flex; justify-content:space-between; background-color: #FFF; } .work_plan .menu_item{ height: 60rpx; width: 180rpx; background-color: #fff; box-shadow: 0rpx 0rpx 9rpx rgba(0,0,0,.2); border-radius: 60rpx; line-height: 60rpx; text-align: center; font-size: 32rpx; position: relative; margin-right: 16rpx; padding:0 10rpx; display: inline-block; } .work_plan .menu_item.active{ background-color: #5bae78; color: #fff; } .remind{ height: 30rpx; background: #e90101; color: #fff; font-size: 26rpx; position: absolute; line-height: 30rpx; padding:0 10rpx; border-radius: 50%; top: -10rpx; right: -10rpx; } .textLimit{ overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 12px; } .banner { display: flex;background:#4caf50;color:#fff;text-align: center;margin:3%;border-radius: 20rpx;line-height: 50rpx; } .banner_tabs{ flex:1;padding:20rpx 0; }