riku
2022-10-17 eb7366f400867d3f401fe60f06d848d6d1448457
pages/m_learn/learn/learn.wxss
@@ -98,31 +98,4 @@
  height: 20px;
  text-align: center;
  border-radius: 50%;
}
.fyui-panel_video .video-poster {
  width: 100%;
  background-color: black;
}
.fyui-panel_video .video-title{
  padding: 2px 16px;
  font-size: 16px;
}
.fyui-panel_video .video-play {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 25px);
  z-index: 10;
  background-color: rgba(138, 138, 138, 0.712);
  border-radius: 50%;
}
.fyui-panel_video .tag{
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  color: var(--fyui-text-color_2);
  padding: 4px 16px;
}