19 lines
342 B
Plaintext
19 lines
342 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;
|
|
} |