/* pages/d-task/d-task.wxss */ page { background-color: white; } .t-navbar__content { background-color: #3D6DF0!important; } .left-icon-back { font-size: 40rpx !important; color: white!important; } .nav-title { font-size: 28rpx !important; color: white!important; } .t-list { background-color: #3D6DF0!important; padding: 30rpx 30rpx 60rpx; } .t-item { background-color: white; border-radius: 16rpx; padding: 30rpx; } .t-item text { display: block; line-height: 1.6; } .dispatch-head { display: flex; justify-content: space-between; align-items: center; margin-bottom: 15rpx; } .dispatch-head text { font-size: 32rpx; font-weight: 600; color: #2C2F36; } .t-item text.time { font-size: 24rpx; color: rgba(44, 47, 54, 0.60); margin-bottom: 15rpx; } .t-item text.content { font-size: 28rpx; margin-bottom: 30rpx; padding-bottom: 30rpx; border-bottom: 1rpx solid #E5E5E5; } .dispatch-deal { display: flex; justify-content: space-between; align-items: center; } .dispatch-deal text { font-size: 28rpx; } .c-list { background-color: white; margin-top: -30rpx; padding-bottom: 150rpx; border-radius: 16rpx 16rpx 0 0; } .c-list-base { padding: 30rpx; } .c-list-line { display: block; background-color: #F4F8FB; width: 100%; height: 16rpx; z-index: 99999; } .c-list-item { display: flex; justify-content: space-between; align-items: center; margin-bottom: 30rpx; padding-bottom: 30rpx; border-bottom: 1rpx solid #E5E5E5; } .c-list-item:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; } .c-list-item text { font-size: 28rpx; } .l-list-item { display: flex; justify-items: flex-start; align-items: center; } .l-list-item image { width: 60rpx; height: 60rpx; margin-right: 10rpx; } .r-list-item { display: flex; justify-content: flex-end; align-items: center; } .r-list-item image { width: 40rpx; height: 40rpx; margin-left: 10rpx; } .text-item { margin-bottom: 30rpx; } .text-item text { display: block; font-size: 28rpx; margin-bottom: 20rpx; } .text-item .t-textarea__wrapper { background-color: rgba(44, 47, 54, 0.05)!important; border-radius: 16rpx; } .foot { position: fixed; bottom: 0; left: 0; right: 0; background-color: white; padding: 30rpx 30rpx 60rpx; box-shadow: 0 -20rpx 40rpx rgba(44, 47, 54, 0.05); } .foot .t-button--size-l { width: 30%; } .foot .t-button--size-l { margin-left: 10%; }