123456789101112131415161718192021222324252627282930313233 |
- .process-title{
- padding:16rpx 32rpx;
- background: #fff;
- }
- .process-title text:nth-child(1){
- font-size: 36rpx;
- color: #222;
- font-weight: 600;
- }
- .process-title text:nth-child(2){
- color: #909399;
- font-weight: 500;
- padding-left: 20rpx;
- font-size: 32rpx;
- }
- .process-bottom{
- padding:16rpx 32rpx;
- background: #fff;
- }
- .process-bottom-right{
- margin-left: 10rpx;
- }
- .process-name{
- margin-right: 20rpx;
- }
- .process-date{
- font-size: 24rpx;
- color: #909399;
- padding: 4rpx 0;
- }
- .process-context{
- font-size: 28rpx;
- }
|