shareQrCode.wxss 867 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. @charset "UTF-8";
  2. /* 页面左右间距 */
  3. /* 文字尺寸 */
  4. /*文字颜色*/
  5. /* 边框颜色 */
  6. /*颜色*/
  7. /* 图片加载中颜色 */
  8. /* 行为相关颜色 */
  9. /* 功能栏字体大小 */
  10. /*功能栏左侧小图标*/
  11. page {
  12. height: 100%;
  13. }
  14. .imgw750h375 {
  15. width: 100%;
  16. height: 958rpx;
  17. }
  18. .andr-shQ-FlexDirC {
  19. flex-direction: column;
  20. }
  21. .andr-shQ-JusCC {
  22. justify-content: center;
  23. }
  24. .andr-shQ-bgc06B163 {
  25. background-color: #ff4e4a;
  26. }
  27. .andr-shQ-cFFF {
  28. color: #ffffff;
  29. }
  30. .andr-shQ-bdR50 {
  31. border-radius: 50rpx;
  32. }
  33. .andr-shQ-h86 {
  34. height: 86rpx;
  35. }
  36. .andr-shQ-AIC {
  37. align-items: center;
  38. }
  39. .baocun {
  40. color: #ffffff;
  41. background: #ff4e4a;
  42. text-align: center;
  43. width: 80%;
  44. margin: 50rpx auto;
  45. font-size: 28rpx;
  46. padding: 25rpx 0rpx;
  47. border-radius: 50rpx;
  48. }
  49. .btn {
  50. padding: 0rpx 0rpx !important;
  51. margin: 0rpx auto;
  52. margin-bottom: 100rpx;
  53. }