|
@@ -147,9 +147,6 @@
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
-.body .edi-body #title {
|
|
|
|
- font-weight: bold;
|
|
|
|
-}
|
|
|
|
.body .edi-body p {
|
|
.body .edi-body p {
|
|
width: 100%;
|
|
width: 100%;
|
|
text-align: center;
|
|
text-align: center;
|
|
@@ -163,19 +160,20 @@
|
|
font-size: 16px;
|
|
font-size: 16px;
|
|
justify-content: center;
|
|
justify-content: center;
|
|
align-items: center;
|
|
align-items: center;
|
|
|
|
+ white-space: nowrap;
|
|
}
|
|
}
|
|
.body .edi-body .edi-line::after {
|
|
.body .edi-body .edi-line::after {
|
|
content: '';
|
|
content: '';
|
|
display: inline-block;
|
|
display: inline-block;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
- width: 30%;
|
|
|
|
|
|
+ width: 100%;
|
|
margin-left: 10px;
|
|
margin-left: 10px;
|
|
}
|
|
}
|
|
.body .edi-body .edi-line::before {
|
|
.body .edi-body .edi-line::before {
|
|
content: '';
|
|
content: '';
|
|
display: inline-block;
|
|
display: inline-block;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
border-bottom: 1px solid #e6e6e6;
|
|
- width: 30%;
|
|
|
|
|
|
+ width: 100%;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
.body .edi-body .edi-open {
|
|
.body .edi-body .edi-open {
|