thank.wxss 728 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. position: relative;
  18. }
  19. .content .image {
  20. width: 100%;
  21. height: 100vh;
  22. }
  23. .content .bgimg {
  24. width: 100%;
  25. height: 100%;
  26. }
  27. .content .bgimg image {
  28. width: 100%;
  29. height: 100%;
  30. }
  31. .content .box {
  32. color: #ffffff;
  33. width: 100%;
  34. height: 100vh;
  35. }
  36. .content .box .tki-qrcode-canvas {
  37. width: 750rpx;
  38. height: 1350rpx;
  39. margin: 0 auto;
  40. }
  41. .content .imgbox {
  42. height: 1334rpx;
  43. width: 750rpx;
  44. }
  45. .image {
  46. width: 100%;
  47. height: 100%;
  48. }