
.View_box_3ZZfK {
    background-color: #FFFFFF;
h2 {
        text-align: center;
        font-size: 20px;
        padding: 20px 10px;
        font-weight: bold;
}
}


body.page-decorate-design {
  overflow: hidden;
}
.flip-list-move {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.no-move {
  -webkit-transition: -webkit-transform 0s;
  transition: -webkit-transform 0s;
  transition: transform 0s;
  transition: transform 0s, -webkit-transform 0s;
}































































































































































































































































































































































































/* @import '../../demo-common/css/variable.css'; */
:root {
  --site-top-height: 80px;
  --tool-bar-width: 260px;
  --drag-area-width: 375px;
  --drag-area-height: 630px;
}

/*预览模式 同步样式重置*/
.EditorM_previewBox_1WLpv {
.EditorM_toolsBar_3MXSd,
  .EditorM_leftCaret_2e2DC {
    display: none;
}
.EditorM_container_185cb {
    height: 100vh;
    padding-left: 0;
}
.EditorM_dragAreaWrap_3m8o0 {
    overflow-x: hidden;
}
 {
.EditorM_vueEditor_viewComponentBox_3SCnH {
      margin-left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      cursor: auto;
      -webkit-box-shadow: none;
              box-shadow: none;
&:after {
        display: none;
        content: none;
}
}
}
}
.EditorM_container_185cb {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 0;
  padding-top: 10px;
  height: calc(100vh - var(--site-top-height));
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.EditorM_hasTools_253Oi {
  padding-left: var(--tool-bar-width);
.el-icon-caret-right {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
}
}

/*tools*/
.EditorM_leftCaret_2e2DC {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  position: absolute;
  width: 18px;
  height: 50px;
  background: var(--color-white);
  top: 50%;
  margin-top: -25px;
  -webkit-box-shadow: 0 0 4px 0 color(var(--color-black) a(0.1));
          box-shadow: 0 0 4px 0 color(var(--color-black) a(0.1));
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  border-radius: 0 10px 10px 0;
  z-index: 9;
&:hover {
    -webkit-box-shadow: 0 0 4px 0 color(var(--color-black) a(0.2));
            box-shadow: 0 0 4px 0 color(var(--color-black) a(0.2));
    opacity: 1;
}
}
.EditorM_toolsBar_3MXSd {
  position: absolute;
  left: 0;
  top: 2px;
  bottom: 0;
  background: var(--color-white);
  width: var(--tool-bar-width);
  overflow: auto;
  -webkit-box-shadow: 0 0 4px 0 color(var(--color-black) a(0.2));
          box-shadow: 0 0 4px 0 color(var(--color-black) a(0.2));
  z-index: 2;
&::-webkit-scrollbar {
    width: 0;
    height: 0;
}
}

/*content area*/
.EditorM_dragAreaWrap_3m8o0 {
&::-webkit-scrollbar {
    width: 0;
    height: 0;
}
&::-webkit-scrollbar-track {
    background-color: var(--background-color-base);
}
&::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: var(--color-text-placeholder);
}
}
.EditorM_contentWrap_2QX9l {
  position: relative;
  height: 100%;
  width: 100%;
}
.EditorM_contentBox_1T_ZH {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: auto;
  min-height: 100%;
}
.EditorM_dragAreaWrap_3m8o0 {
  -webkit-transform-origin: top center;
          transform-origin: top center;
  width: var(--drag-area-width);
  height: var(--drag-area-height);
  overflow-x: hidden;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.3);
}
.EditorM_tipBox_3GoX9 {
  pointer-events: none;
  top: 20px;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  margin: 30vh 0;
p {
    margin: 20px 0;
    font-size: 16px;
}
}
.EditorM_dragArea_1OHxU {
  height: 100%;
  background-color: #ffffff;
 {
.EditorM_draggableToolItem_35pC6 {
      width: 100%;
      max-width: 100%;
& {
&.EditorM_ghost_2Brm4 {
          background-color: color(var(--color-primary) a(0.4)) !important;
          -webkit-box-shadow: 0 3px 14px 3px color(var(--color-primary) a(0.6)), 0 10px 10px 1px color(var(--color-primary) a(0.5));
                  box-shadow: 0 3px 14px 3px color(var(--color-primary) a(0.6)), 0 10px 10px 1px color(var(--color-primary) a(0.5));
          height: 120px !important;
          padding: 20px;
&>div {
            width: 100%;
            height: 100%;
            background-color: var(--color-white);
}
p {
            font-size: 16px;
            line-height: 24px;
}
}
}
}
.EditorM_emptyBox_32lbS {
      min-height: 350px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
}
.EditorM_viewEmpty_IconBox_2LXgB {
      color: color(var(--checkbox-color) a(0.7));
      font-size: 50px;
      text-align: center;
}
.EditorM_el-image_u60Bn {
      vertical-align: top;
}
}
}
.EditorM_ghost_2Brm4 {
  opacity: 0.5;
}

