17 lines
215 B
Plaintext
17 lines
215 B
Plaintext
|
|
.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;
|
||
|
|
}
|