intent.wxss 757 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. width: 100%;
  13. height: 100%;
  14. }
  15. .content {
  16. width: 100%;
  17. height: 100vh;
  18. position: relative;
  19. overflow: hidden;
  20. }
  21. .content .image {
  22. width: 100%;
  23. height: 100%;
  24. }
  25. .content .bgimg {
  26. width: 100%;
  27. height: 100%;
  28. }
  29. .content .bgimg image {
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .content .tki-qrcode-canvas {
  34. width: 750rpx;
  35. height: 100vh;
  36. margin: 0 auto;
  37. }
  38. .content .box {
  39. color: #ffffff;
  40. width: 100%;
  41. height: 100vh;
  42. }
  43. .content .imgbox {
  44. height: 1204rpx;
  45. width: 750rpx;
  46. }
  47. .image {
  48. width: 100%;
  49. height: 100%;
  50. }