no message
This commit is contained in:
parent
e797902ce3
commit
26bcb0e63c
@ -105,6 +105,8 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
}
|
||||||
|
.boxbox .body .left .input-box .hint-list .item:not(:last-of-type) {
|
||||||
border-bottom: 1px #e6e4e4 dotted;
|
border-bottom: 1px #e6e4e4 dotted;
|
||||||
}
|
}
|
||||||
.boxbox .body .left .total {
|
.boxbox .body .left .total {
|
||||||
|
@ -111,10 +111,13 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px;
|
padding: 10px;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
|
&:not(:last-of-type) {
|
||||||
border-bottom: 1px #e6e4e4 dotted;
|
border-bottom: 1px #e6e4e4 dotted;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.total {
|
.total {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
|
Loading…
Reference in New Issue
Block a user