|
- /* 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{
- 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;
- }
- .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 .process_intro .time{
- flex: 1;
- text-align: right;
- font-size: 32rpx;
- 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;
- }
-
- .workflow .workflow_list .process_pay .amount{
- font-size: 38rpx;
- flex: 1;
- text-align: right;
- color: #f31e1f;
- }
- .workflow .workflow_list .process_pay .amount .unit{
- font-size: 26rpx;
- }
- .work_plan{
- padding: 40rpx 32.5rpx 30rpx;
- display: flex;
- justify-content:space-between
- }
- .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;
- }
|