index.wxss 608 B

123456789101112131415161718192021222324252627282930313233343536
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .container {
  15. width: 100%;
  16. height: 1400rpx;
  17. }
  18. .container .item-box {
  19. width: 100%;
  20. height: 100%;
  21. margin: 0rpx auto;
  22. background-size: 100% 100%;
  23. }
  24. .container .item-box .poster-bg {
  25. position: relative;
  26. height: 100%;
  27. width: 100%;
  28. margin: 0rpx auto;
  29. }
  30. .container .item-box .qr {
  31. width: 100%;
  32. height: 100%;
  33. position: absolute;
  34. top: 9.6rem;
  35. }