first add files
This commit is contained in:
16
ProjectLiaisonForm/pages/swipe-cell/swipe-cell.wxss
Normal file
16
ProjectLiaisonForm/pages/swipe-cell/swipe-cell.wxss
Normal file
@@ -0,0 +1,16 @@
|
||||
.btn {
|
||||
height: 100%;
|
||||
color: white;
|
||||
}
|
||||
.delete-btn {
|
||||
background-color: #e34d59;
|
||||
}
|
||||
.edit-btn {
|
||||
background-color: #ed7b2f;
|
||||
}
|
||||
.favor-btn {
|
||||
background-color: #0052d9;
|
||||
}
|
||||
.t-swipe-cell {
|
||||
margin-bottom: 32rpx;
|
||||
}
|
||||
Reference in New Issue
Block a user