添加页面

This commit is contained in:
zhengw
2026-01-29 17:46:14 +08:00
parent df67413bf8
commit 85483c7ca2
44 changed files with 1606 additions and 94 deletions

View File

@@ -1,25 +1,35 @@
.process-box {
border: 1rpx solid #ddd;
margin-bottom: 24rpx;
border-radius: 8rpx;
}
.process-child-box {
display: flex;
flex-wrap: wrap;
align-items: center;
column-gap: 32rpx;
row-gap: 32rpx;
margin-bottom: 32rpx;
padding: 32rpx 16rpx 24rpx;
}
.p_process_name {
font-size: 1.125em;
font-weight: bold;
margin-bottom: 24rpx;
padding: 16rpx;
border-bottom: 1rpx solid #ddd;
}
.process-child-item-box {
position: relative;
border: 1rpx solid #ddd;
padding: 16rpx;
padding: 12rpx 16rpx;
border-radius: 8rpx;
}
.process-child-item-box:active {
background: #eee;
}
.process-child-item-num {
position: absolute;
top: 0;