.theme[data-v-fde299e8] {
  margin: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.theme .themeItem[data-v-fde299e8] {
    width: 200px;
    height: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 40px;
}
.theme .themeItem .itemImg[data-v-fde299e8] {
      width: 200px;
      height: 200px;
      border: 1px solid #d9d9d9;
      border-radius: 5px;
}
.theme .themeItem .itemImg img[data-v-fde299e8] {
        width: 100%;
        height: 100%;
}
.theme .themeItem .itemName[data-v-fde299e8] {
      margin: 20px 0;
}
.theme .themeItem .upload-demo[data-v-fde299e8] {
      width: 200px;
      height: 200px;
}
.theme .themeItem .upload-demo[data-v-fde299e8] .el-upload-dragger {
        border: 1px solid #d9d9d9 !important;
        border-radius: 5px !important;
        width: 200px !important;
        height: 200px !important;
}

