first commit

This commit is contained in:
仲么了
2023-11-16 15:13:28 +08:00
commit 6023eac4fe
209 changed files with 34095 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
.terminal-status-all-block{
background: #f0f0f0;
}
.terminal-status-all-each-block{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
height: 80rpx;
background: white;
margin-bottom: 4rpx;
font-size: 30rpx;
padding: 0 40rpx;
box-sizing: border-box;
}
.terminal-status-all-each-block-sucess{
color: #78D50E;
}
.terminal-status-all-each-block-fail{
color: #FF5059;
}