water_xcx/pages/n-task/n-task.wxss

156 lines
2.6 KiB
Plaintext
Raw Permalink Normal View History

2025-04-15 15:44:51 +08:00
/* 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-head1{
display: flex;
align-items: center;
margin-bottom: 15rpx;
}
.dispatch-head text, .dispatch-head1 text {
font-size: 32rpx;
font-weight: 600;
color: #2C2F36;
}
.dispatch-deal {
display: flex;
justify-content: space-between;
align-items: center;
}
.dispatch-deal text {
font-size: 28rpx;
}
.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-header{
background-color: white;
margin-top: -30rpx;
border-radius: 16rpx 16rpx 0 0;
padding: 30rpx;
}
.c-list {
background-color: white;
margin-top: 60rpx;
border-radius: 16rpx 16rpx 0 0;
padding: 30rpx;
}
.pannel-item {
/* display: flex; */
align-items: center;
justify-content: space-between;
height: 96rpx;
width: 690rpx;
margin: auto;
font-size: 32rpx;
border-bottom: 1rpx solid #e7e7e7;
}
.t-null{
height: 300rpx;
}
.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%;
}
.pannel-item {
margin-bottom: 32rpx;
}