/* pointExchange/pages/task/task.wxss */ .content { padding-bottom: 28rpx; padding: 30rpx 22rpx; } .card{ padding: 39rpx 30rpx 0 30rpx; border-radius: 20rpx; background: white; margin-bottom: 20rpx; } .card .line{ display: inline-block; vertical-align: middle; width: 6rpx; height: 35rpx; background: #9ddb52; border-radius: 3rpx; margin-right: 15rpx; } .card .title{ display: inline-block; vertical-align: middle; font-size: 36rpx; font-weight: 700; color: #1a1a1a; } .item { padding: 28rpx 0; display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #f0f0f0; } .item:last-child{ border-bottom: none; } .item image { width: 71rpx; height: 71rpx; vertical-align: middle; margin-right: 23rpx; background: white; border-radius: 50%; } .item .title { display: inline-block; vertical-align: middle; font-size: 34rpx; font-weight: 400; text-align: center; color: #1a1a1a; } .item .num { font-size: 34rpx; font-weight: 400; color: #ff0000; } /* .item .num.green{ color: #8fcd4d; } */