first commit
This commit is contained in:
21
pages/terminalStatusAll/terminalStatusAll.css
Normal file
21
pages/terminalStatusAll/terminalStatusAll.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user