Sign in

industry / sxjx-h5 · Files

GitLab

  • Go to group
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • sxjx-h5
  • src
  • pages
  • production
  • detail
  • style.less
  • feat: 管理页、列表页、详情页-根据UI重新写一版样式
    3d81475e
    史婷婷 authored
    2025-01-13 16:21:09 +0800  
    Browse Files »
style.less 401 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24
.production-detail-box {
  background: #000;
}
.production-detail {
  position: relative;
  width: 100%;
  height: calc(100vh - 88px);
  &-video-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  &-video {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    height: auto;
  }
}