|
|
@ -2025,6 +2025,29 @@ button::after { |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.card_itemCode { |
|
|
|
font-size: 36rpx; |
|
|
|
font-weight: 500; |
|
|
|
padding: 10rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.card_itemName { |
|
|
|
color: #909399; |
|
|
|
font-size: 30rpx; |
|
|
|
padding: 0rpx 10rpx; |
|
|
|
} |
|
|
|
|
|
|
|
/* .std_pack { |
|
|
|
display: flex; |
|
|
|
flex-direction: row; |
|
|
|
justify-content: center; |
|
|
|
align-items: center; |
|
|
|
padding: 0px; |
|
|
|
color: #909399; |
|
|
|
font-size: 30rpx; |
|
|
|
} |
|
|
|
*/ |
|
|
|
.card_icon_normal { |
|
|
|
width: 45rpx; |
|
|
|
height: 45rpx; |
|
|
@ -2113,8 +2136,13 @@ button::after { |
|
|
|
overflow: hidden; |
|
|
|
} |
|
|
|
|
|
|
|
.task_top { |
|
|
|
margin: 0rpx 10rpx; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
|
|
|
|
.task_item { |
|
|
|
margin: 10rpx; |
|
|
|
margin: 0rpx 10rpx; |
|
|
|
background-color: #fff; |
|
|
|
} |
|
|
|
|
|
|
@ -2123,7 +2151,6 @@ button::after { |
|
|
|
background-color: #fff; |
|
|
|
border-radius: 10rpx; |
|
|
|
margin: 12rpx; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
.task_number { |
|
|
@ -2134,6 +2161,7 @@ button::after { |
|
|
|
|
|
|
|
.task_text { |
|
|
|
font-size: 30rpx; |
|
|
|
margin: 5rpx 0rpx; |
|
|
|
white-space: nowrap; |
|
|
|
overflow: hidden; |
|
|
|
text-overflow: ellipsis; |
|
|
|