WGShare.Client.Wx/pages/swipe-cell/left/index.wxss

25 lines
301 B
Plaintext

.btn-wrapper {
height: 100%;
}
.btn {
display: inline-flex;
justify-content: center;
align-items: center;
width: 120rpx;
height: 100%;
color: white;
}
.delete-btn {
background-color: #e34d59;
}
.edit-btn {
background-color: #ed7b2f;
}
.favor-btn {
background-color: #0052d9;
}