/* stylelint-disable at-rule-empty-line-before,at-rule-name-space-after,at-rule-no-unknown */
/* stylelint-disable no-duplicate-selectors */
/* stylelint-disable */
/* stylelint-disable declaration-bang-space-before,no-duplicate-selectors,string-no-newline */
.wufeng-dashboard-viewlayout-h5-ed {
  box-sizing: border-box;
  width: 100%;
  min-height: 100% !important;
  padding: 5px;
}
.wufeng-dashboard-viewlayout-h5-ed .editor-PageDragBox-box,
.wufeng-dashboard-viewlayout-h5-ed .wufeng-dashboard-text,
.wufeng-dashboard-viewlayout-h5-ed .wufeng-dashboard-link {
  width: 100% !important;
}
.wufeng-dashboard-viewlayout-h5-ed .wufeng-dashboard-text {
  height: 100% !important;
}
.wufeng-dashboard-viewlayout-h5-ed .editor-PageDragBox-box {
  height: 360px !important;
}
.wufeng-dashboard-viewlayout-h5 {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  min-height: 100%;
  padding: 5px;
}
.wufeng-dashboard-viewlayout-h5 .lcdp-image {
  float: none !important;
  width: calc(100% - 10px) !important;
  margin: 5px 0;
}
.wufeng-dashboard-viewlayout-h5 .wufeng-dashboard-text {
  float: none !important;
  width: calc(100% - 10px) !important;
  height: auto !important;
  margin: 5px 0;
}
.wufeng-dashboard-viewlayout-h5 .wufeng-dashboard-link {
  float: none !important;
  width: calc(100% - 10px) !important;
  margin: 5px 0;
}
