|
@@ -700,7 +700,17 @@ export default {
|
|
|
line-height: 1.8 !important;
|
|
|
background-color: rgba(255, 255, 255, 0) !important;
|
|
|
}
|
|
|
- :deep(ul,ol,li,p){
|
|
|
+ :deep(p){
|
|
|
+ font-size: 36px !important;
|
|
|
+ line-height: 1.8 !important;
|
|
|
+ background-color: rgba(255, 255, 255, 0) !important;
|
|
|
+ }
|
|
|
+ :deep(ul){
|
|
|
+ font-size: 36px !important;
|
|
|
+ line-height: 1.8 !important;
|
|
|
+ background-color: rgba(255, 255, 255, 0) !important;
|
|
|
+ }
|
|
|
+ :deep(ol){
|
|
|
font-size: 36px !important;
|
|
|
line-height: 1.8 !important;
|
|
|
background-color: rgba(255, 255, 255, 0) !important;
|
|
@@ -709,6 +719,9 @@ export default {
|
|
|
width: 100% !important;
|
|
|
}
|
|
|
:deep(li) {
|
|
|
+ font-size: 36px !important;
|
|
|
+ line-height: 1.8 !important;
|
|
|
+ background-color: rgba(255, 255, 255, 0) !important;
|
|
|
list-style: inherit !important;
|
|
|
list-style-position: inside !important;
|
|
|
}
|