shareQrCode.wxss 746 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. .content {
  12. padding-top: 30rpx;
  13. }
  14. .qrimg {
  15. position: absolute;
  16. left: -9999rpx;
  17. top: -9999rpx;
  18. }
  19. .tki-qrcode-canvas {
  20. width: 532rpx;
  21. height: 945rpx;
  22. margin: 0 auto;
  23. }
  24. .share-bottom {
  25. width: 560rpx;
  26. height: 80rpx;
  27. color: #ffffff;
  28. background-color: #921a23;
  29. margin: 0 auto;
  30. font-size: 30rpx;
  31. margin-top: 30rpx;
  32. border-radius: 99rpx;
  33. -webkit-box-pack: center;
  34. -webkit-justify-content: center;
  35. justify-content: center;
  36. }
  37. .share-bottom.action-share-bottom {
  38. background-color: #999999;
  39. }