@import "../../template/avater/index.acss"; @import "../../template/checkbox/index.acss"; @import "../../template/deleteBtn/index.acss"; .task-column { box-sizing: border-box; padding: 0 42rpx 0 32rpx; width: 100%; display: flex; align-items: center; } .edit-column { color: rgba(27, 38, 61, 1); margin: 46rpx 0; height: 84rpx; } .edit-column input { flex: 1; margin-left: 8rpx; font-size: 40rpx; caret-color: #3070F2; padding: 0; height: 84rpx; } .participator-top { height: 62rpx; line-height: 62rpx; } .icon { color: #1B263D; font-size: 34rpx; } .participator-title { color: rgba(25, 31, 37, 1); font-size: 34rpx; flex: 1; margin-left: 26rpx; } .participator-bottom { padding: 14rpx 42rpx 14rpx 96rpx; } .people { text-align: center; width: 80rpx; margin-right: 16rpx; } .people>.avater { width: 80rpx; height: 80rpx; line-height: 80rpx; position: relative; } .name { font-size: 24rpx; line-height: 40rpx; color: rgba(25, 31, 37, 0.56); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; } .error { color: red; font-size: 24rpx; flex: 1; } .edit-column>.checkbox { width: 32rpx!important; height: 32rpx!important; line-height: 32rpx!important; } .margin-bottom { margin-bottom: 300rpx; }