/* pages/c-dispatch/c-dispatch.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; height: 60rpx; } .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; border-radius: 16rpx 16rpx 0 0; padding: 30rpx; } .c-list-head { display: block; padding-left: 10rpx; border-left: 6rpx solid #3D6DF0; line-height: 1; font-weight: 600; font-size: 32rpx; margin-bottom: 60rpx; margin-top: 30rpx; } .c-item { display: flex; justify-content: space-between; align-items: center; padding-bottom: 30rpx; margin-bottom: 30rpx; border-bottom: 1rpx solid #E5E5E5; } .c-item text { font-size: 28rpx; display: block; } .c-r-item { display: flex; justify-content: flex-end; align-items: center; } .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; } .foot .t-button--size-l { width: 100%; }