mirror of
https://gitee.com/vant-contrib/vant-weapp.git
synced 2025-04-06 03:58:05 +08:00
16 lines
255 B
Plaintext
16 lines
255 B
Plaintext
.demo-swipe-cell {
|
|
user-select: none;
|
|
}
|
|
|
|
.van-swipe-cell__left,
|
|
.van-swipe-cell__right {
|
|
display: inline-block;
|
|
width: 65px;
|
|
height: 44px;
|
|
font-size: 15px;
|
|
line-height: 44px;
|
|
color: #fff;
|
|
text-align: center;
|
|
background-color: #ee0a24;
|
|
}
|