413 lines
6.7 KiB
Plaintext
413 lines
6.7 KiB
Plaintext
pages/p-task/p-task.wxss
|
|
page {
|
|
background-color: white;
|
|
}
|
|
|
|
.task-line {
|
|
width: 750rpx;
|
|
height: 20rpx;
|
|
background-color: #F4F8FB;
|
|
}
|
|
.t-tab-panel {
|
|
height: 100vh;
|
|
width: inherit;
|
|
}
|
|
.task-item {
|
|
margin: 0 30rpx;
|
|
padding: 30rpx 0;
|
|
border-bottom: 1rpx solid #E5E5E5;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.task-item:last-child {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.task-item image {
|
|
width: 60rpx;
|
|
height: 60rpx;
|
|
}
|
|
|
|
.l-task,
|
|
.r-task {
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
|
|
.l-task {
|
|
justify-content: flex-start;
|
|
}
|
|
|
|
.r-task {
|
|
justify-content: flex-end;
|
|
}
|
|
|
|
.task-item text {
|
|
font-size: 28rpx;
|
|
color: #2C2F36;
|
|
margin: 0 20rpx;
|
|
line-height: 1.2;
|
|
}
|
|
|
|
.c-task-head {
|
|
margin: 0 30rpx;
|
|
padding: 30rpx 0;
|
|
border-bottom: 1rpx solid #E5E5E5;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
|
|
.task-content .task-item {
|
|
border-bottom: none;
|
|
padding: 20rpx 0;
|
|
}
|
|
|
|
.task-content .task-item:last-child {
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.task-content .task-item text {
|
|
margin: 0;
|
|
}
|
|
|
|
.task-content .task-item text:nth-of-type(2) {
|
|
color: rgba(44, 47, 54, 0.60);
|
|
}
|
|
|
|
.p-task .task-item {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-bottom: none;
|
|
padding-bottom: 0;
|
|
}
|
|
|
|
.p-task .task-item:last-child {
|
|
padding-bottom: 30rpx;
|
|
}
|
|
|
|
.p-task .task-item text {
|
|
margin: 0;
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.p-task .task-item .c-task-item,
|
|
.p-task .task-item .r-task-item {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
color: rgba(44, 47, 54, 0.60);
|
|
}
|
|
|
|
.p-task .task-item .c-task-item text,
|
|
.p-task .task-item .r-task-item text {
|
|
margin-left: 10rpx;
|
|
color: rgba(44, 47, 54, 0.60);
|
|
}
|
|
|
|
.u-task {
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.u-task-head {
|
|
display: block;
|
|
font-size: 28rpx;
|
|
color: #2C2F36;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.s-task-list {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: flex-start;
|
|
flex-wrap: wrap;
|
|
padding: 30rpx;
|
|
}
|
|
|
|
.s-task-list .s-task-item {
|
|
width: 265rpx;
|
|
border: 1rpx solid #E5E5E5;
|
|
border-radius: 8rpx;
|
|
padding: 30rpx;
|
|
margin-right: 30rpx;
|
|
margin-bottom: 30rpx;
|
|
position: relative;
|
|
}
|
|
.s-task-list .s-task-null {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 200rpx;
|
|
}
|
|
.s-task-list .s-task-item:nth-of-type(2n) {
|
|
margin-right: 0;
|
|
}
|
|
|
|
.square {
|
|
width: 100rpx;
|
|
height: 100rpx;
|
|
border-radius: 8rpx;
|
|
background-color: rgba(36, 39, 51, 0.10);
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.s-task-list .s-task-item text {
|
|
font-size: 28rpx;
|
|
line-height: 30rpx;
|
|
height: 60rpx;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
|
|
.tag-navigation {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-bottom: 60rpx;
|
|
}
|
|
|
|
.tag-navigation t-button {
|
|
margin: 0 10rpx;
|
|
}
|
|
|
|
.s-task-list .s-task-item t-tag {
|
|
position: absolute;
|
|
top: 30rpx;
|
|
right: 30rpx;
|
|
}
|
|
|
|
.query-item {
|
|
margin: 30rpx 30rpx 0;
|
|
padding: 30rpx;
|
|
background-color: white;
|
|
border-radius: 16rpx;
|
|
border: 1rpx solid #E5E5E5;
|
|
border-radius: 8rpx;
|
|
}
|
|
.query-item-null {
|
|
width: 100%;
|
|
text-align: center;
|
|
padding-top: 200rpx;
|
|
}
|
|
.query-head {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
margin-bottom: 10rpx;
|
|
}
|
|
|
|
.query-head text {
|
|
font-size: 32rpx;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.query-time {
|
|
font-size: 24rpx;
|
|
color: rgba(44, 47, 54, 0.60);
|
|
margin-bottom: 30rpx;
|
|
}
|
|
|
|
.t-query-content {
|
|
font-size: 24rpx;
|
|
color: rgba(44, 47, 54, 0.60);
|
|
margin-bottom: 30rpx;
|
|
padding-bottom: 30rpx;
|
|
border-bottom: 1rpx solid rgba(229, 229, 229, 1);
|
|
}
|
|
|
|
.t-query-content text {
|
|
display: block;
|
|
line-height: 1.8;
|
|
}
|
|
|
|
.t-query-base text {
|
|
font-size: 28rpx;
|
|
}
|
|
|
|
.form {
|
|
margin: 30rpx;
|
|
}
|
|
|
|
.form-head {
|
|
font-size: 28rpx;
|
|
border-left: 6rpx solid #3D6DF0;
|
|
line-height: 1.2;
|
|
padding-left: 20rpx;
|
|
margin-bottom: 20rpx;
|
|
}
|
|
|
|
.form-bg {
|
|
background-color: #242733;
|
|
opacity: 0.1;
|
|
width: 690rpx;
|
|
height: 320rpx;
|
|
border-radius: 16rpx;
|
|
}
|
|
|
|
ec-canvas {
|
|
width: 100%;
|
|
height: 100%;
|
|
z-index: -99999999999;
|
|
}
|
|
.canvas {
|
|
background-color: #242733;
|
|
opacity: 0.1;
|
|
width: 690rpx;
|
|
height: 320rpx;
|
|
border-radius: 16rpx;
|
|
z-index: -99999999999;
|
|
}
|
|
.t-date-time-picker{
|
|
z-index: 99999;
|
|
}
|
|
|
|
.table {
|
|
border: 1px solid darkgray;
|
|
font-size: 12px;
|
|
height: 726rpx;
|
|
position: relative;
|
|
overflow-y: auto;
|
|
}
|
|
.tr {
|
|
display: flex;
|
|
width: 100%;
|
|
justify-content: center;
|
|
height: 2rem;
|
|
align-items: center;
|
|
border-top: 1px solid darkgray;
|
|
}
|
|
.td {
|
|
width:40%;
|
|
justify-content: center;
|
|
text-align: center;
|
|
}
|
|
.bg-w{
|
|
background: snow;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%;
|
|
}
|
|
.tbody{
|
|
margin-top:2rem ;
|
|
height: calc(726rpx - 2rem);
|
|
|
|
}
|
|
|
|
.th {
|
|
width: 33.3%;
|
|
justify-content: center;
|
|
background: #3366FF;
|
|
color: #fff;
|
|
display: flex;
|
|
height: 2rem;
|
|
align-items: center;
|
|
}
|
|
.t-popup--bottom {
|
|
top: 800rpx;
|
|
}
|
|
.t-tabs.t-tabs--top, .t-tabs.t-tabs--bottom {
|
|
flex-wrap: wrap;
|
|
height: 100vh;
|
|
}
|
|
.tab1 {
|
|
flex-shrink: 0;
|
|
width: 100%;
|
|
height: 100vh;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
[is="miniprogram_npm/tdesign-miniprogram/tabs/tab-panel"] {
|
|
background-color: white;
|
|
}
|
|
.block {
|
|
width: 100vw;
|
|
height: 240px;
|
|
background: #fff;
|
|
border-top-left-radius: 16rpx;
|
|
border-top-right-radius: 16rpx;
|
|
}
|
|
|
|
.wrapper {
|
|
margin: 32rpx;
|
|
display: block;
|
|
}
|
|
|
|
.header {
|
|
display: flex;
|
|
align-items: center;
|
|
height: 116rpx;
|
|
}
|
|
|
|
.title {
|
|
flex: 1;
|
|
text-align: center;
|
|
font-weight: 600;
|
|
font-size: 36rpx;
|
|
}
|
|
|
|
.btn {
|
|
font-size: 32rpx;
|
|
padding: 32rpx;
|
|
}
|
|
|
|
.btn--cancel {
|
|
color: rgba(0, 0, 0, .6);
|
|
}
|
|
|
|
.btn--confirm {
|
|
color: #0052d9;
|
|
}
|
|
.card {
|
|
position: relative;
|
|
margin: 32rpx;
|
|
border-radius: 12rpx;
|
|
overflow: hidden;
|
|
box-sizing: border-box;
|
|
border: 3rpx solid #fff;
|
|
}
|
|
|
|
.card--active {
|
|
border-color: #0052d9;
|
|
}
|
|
|
|
.card--active::after {
|
|
content: '';
|
|
display: block;
|
|
position: absolute;
|
|
left: 0;
|
|
top: 0;
|
|
width: 0;
|
|
border: 14px solid #0052d9;
|
|
border-bottom-color: transparent;
|
|
border-right-color: transparent;
|
|
}
|
|
|
|
.card__icon {
|
|
color: #fff;
|
|
position: absolute;
|
|
left: 1.5px;
|
|
top: 1.5px;
|
|
z-index: 1;
|
|
}
|
|
|
|
/* 横向布局 */
|
|
.horizontal-box {
|
|
width: calc(100% - 64rpx);
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 32rpx;
|
|
}
|
|
|
|
.horizontal-box .card {
|
|
flex: 1;
|
|
margin: 0;
|
|
}
|
|
|
|
.horizontal-box .card + .card {
|
|
margin-left: 24rpx;
|
|
}
|
|
|