|
@@ -547,15 +547,18 @@ onUnmounted(() => {
|
|
|
.rich-section {
|
|
|
padding: 20px;
|
|
|
::v-deep(img) {
|
|
|
- width: 100%;
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
::v-deep(span) {
|
|
|
- font-size: 18px;
|
|
|
- line-height: 1.8;
|
|
|
+ font-size: 18px !important;
|
|
|
+ line-height: 1.8 !important;
|
|
|
}
|
|
|
::v-deep(p) {
|
|
|
- font-size: 18px;
|
|
|
- line-height: 1.8;
|
|
|
+ font-size: 18px !important;
|
|
|
+ line-height: 1.8 !important;
|
|
|
+ }
|
|
|
+ ::v-deep(iframe){
|
|
|
+ width: 100% !important;
|
|
|
}
|
|
|
}
|
|
|
}
|