riku
2022-09-14 2206df0da6499846c78a358cf95ca33c218a5c5d
pages/m_learn/learn/learn.wxss
@@ -99,30 +99,3 @@
  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;
}