shareQrCode.wxss 786 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  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: #5dbc7c;
  29. margin: 0 auto;
  30. font-size: 30rpx;
  31. margin-top: 30rpx;
  32. -webkit-border-radius: 99rpx;
  33. border-radius: 99rpx;
  34. -webkit-box-pack: center;
  35. -webkit-justify-content: center;
  36. justify-content: center;
  37. }
  38. .share-bottom.action-share-bottom {
  39. background-color: #999999;
  40. }