haomingming 69df3bf6b3 优化
2023-03-24 15:29:41 +08:00

22 lines
385 B
Plaintext

.van-cell__value {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.dialog{
width: 50%;
text-align: center;
height: 100rpx;
line-height: 100rpx;
}
.dialog_cancel_btn{
border-top: 1px solid #E9E9E9;
border-right: 1px solid #E9E9E9;
}
.dialog_confirm_btn{
border-top: 1px solid #E9E9E9;
color: #3CC7C0;
}
.van-cell {
padding: 32rpx !important;
}