qrcode.wxss 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. @charset "UTF-8";
  2. .text-center.data-v-ca75bfc8 {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-ca75bfc8 {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-ca75bfc8 {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-ca75bfc8 {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-ca75bfc8 {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-ca75bfc8 {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-ca75bfc8 {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-ca75bfc8 {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-ca75bfc8 {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .bottom.data-v-ca75bfc8 {
  39. margin-bottom: 40rpx;
  40. }
  41. .cs-wechat.data-v-ca75bfc8 {
  42. height: 80rpx;
  43. width: 240rpx;
  44. text-align: center;
  45. line-height: 80rpx;
  46. border: 1rpx dashed #999999;
  47. color: #353535;
  48. border-radius: 16rpx;
  49. font-size: 36rpx;
  50. margin-top: 40rpx;
  51. background: #FFFFFF;
  52. margin-bottom: -40rpx;
  53. z-index: 1;
  54. }
  55. .cs-box.data-v-ca75bfc8 {
  56. width: 670rpx;
  57. border-radius: 16rpx;
  58. border: 1rpx dashed #999999;
  59. background: #FFFFFF;
  60. }
  61. .cs-box image.data-v-ca75bfc8 {
  62. margin-top: 88rpx;
  63. height: 360rpx;
  64. width: 360rpx;
  65. display: block;
  66. }
  67. .cs-wechat-name.data-v-ca75bfc8 {
  68. margin-top: 32rpx;
  69. font-size: 28rpx;
  70. color: #999999;
  71. }
  72. .end.data-v-ca75bfc8 {
  73. margin-bottom: 56rpx;
  74. margin-top: 24rpx;
  75. }
  76. .end .btn.data-v-ca75bfc8:nth-child(2) {
  77. margin-left: 20rpx;
  78. }
  79. .btn.data-v-ca75bfc8 {
  80. text-align: center;
  81. height: 64rpx;
  82. width: 264rpx;
  83. line-height: 64rpx;
  84. color: #ff4544;
  85. border-radius: 32rpx;
  86. border: 1px solid #ff4544;
  87. font-size: 24rpx;
  88. }