[data-v-68b2071e]:export {
  menuText: #ffffff;
  menuActiveText: #ffffff;
  subMenuActiveText: #ffffff;
  menuBg: #701b87;
  menuHover: #701b87;
  subMenuBg: #1f2d3d;
  subMenuHover: #001528;
  sideBarWidth: 210px;
  hideSideBarWidth: 67px;
}
.style-list[data-v-68b2071e] {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}
.style-item[data-v-68b2071e] {
  width: 120px;
  height: 120px;
}
.style-item-selected[data-v-68b2071e] {
  width: 120px;
  height: 120px;
  border: 5px solid #B07AF3;
  border-radius: 8px;
}
.viewContent[data-v-68b2071e] {
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
}
.overlay[data-v-68b2071e] {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20%;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.icon_image[data-v-68b2071e] {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 25px;
  display: flex;
  justify-content: right;
  align-items: right;
}
.imageStyle[data-v-68b2071e] {
  width: 25px;
  right: 1px;
  top: 0px;
  position: absolute;
}
.text[data-v-68b2071e] {
  color: white;
  font-size: 14px;
  padding: 10px;
}
[data-v-68b2071e] .el-card__body {
  padding: 10px;
}
