no message
This commit is contained in:
parent
5006a0e84a
commit
0af4624c22
@ -398,15 +398,12 @@
|
||||
background-color: #fbfbfb;
|
||||
border-radius: 0 12px 12px 0;
|
||||
border-left: 1px solid #ebebeb;
|
||||
padding-top: 40px;
|
||||
}
|
||||
.content .details-box .side-item {
|
||||
padding-top: 40px;
|
||||
padding-left: 50px;
|
||||
padding-right: 30px;
|
||||
}
|
||||
.content .details-box .side-item:not(:last-of-type) {
|
||||
border-bottom: 1px solid #ebebeb;
|
||||
}
|
||||
.content .details-box .side-head {
|
||||
background-color: #04b0d5;
|
||||
color: #7f7f7f;
|
||||
|
@ -454,15 +454,16 @@
|
||||
background-color: #fbfbfb;
|
||||
border-radius: 0 12px 12px 0;
|
||||
border-left: 1px solid rgba(235, 235, 235, 1);
|
||||
padding-top: 40px;
|
||||
|
||||
.side-item {
|
||||
padding-top: 40px;
|
||||
// padding-top: 40px;
|
||||
padding-left: 50px;
|
||||
padding-right: 30px;
|
||||
|
||||
&:not(:last-of-type) {
|
||||
border-bottom: 1px solid rgba(235, 235, 235, 1);
|
||||
}
|
||||
// &:not(:last-of-type) {
|
||||
// border-bottom: 1px solid rgba(235, 235, 235, 1);
|
||||
// }
|
||||
}
|
||||
|
||||
.side-head {
|
||||
@ -2064,7 +2065,6 @@
|
||||
|
||||
.consult-box {
|
||||
position: relative;
|
||||
|
||||
|
||||
.consult-end {
|
||||
height: 48px;
|
||||
|
Loading…
x
Reference in New Issue
Block a user