no message
This commit is contained in:
parent
209a17a2ce
commit
c19ea55568
@ -968,6 +968,7 @@
|
||||
}
|
||||
.content .details-box .consult-list .consult-item {
|
||||
width: calc(50% - 5px);
|
||||
display: inline-block;
|
||||
background-color: #ffffff;
|
||||
border: 1px solid #ebebeb;
|
||||
border-radius: 12px;
|
||||
|
@ -1105,6 +1105,7 @@
|
||||
.consult-item {
|
||||
// width: 331px;
|
||||
width: calc(50% - 5px);
|
||||
display: inline-block;
|
||||
background-color: rgba(255, 255, 255, 1);
|
||||
border: 1px solid rgba(235, 235, 235, 1);
|
||||
border-radius: 12px;
|
||||
|
Loading…
Reference in New Issue
Block a user