Skip to content
  • This project
    • Loading...
  • Sign in

dev / zhiliang-light-mp

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • zhiliang-light-mp
  • src
  • miniprogram_dist
  • index
  • index.wxss
  • simon's avatar
    no message · 11d4ac48
    11d4ac48 Browse Files
    simon committed 2019-08-17 00:11:27 +0800
index.wxss 261 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
.canvas {
    width: 750rpx;
    height: 750rpx;
}
.canvas.pro {
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translate3d(-9999rpx, 0, 0);
}
.canvas.debug {
    position: absolute;
    bottom: 0;
    left: 0;
    border: 1rpx solid #ccc;
}