index.wxss 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103
  1. @charset "UTF-8";
  2. .text-center.data-v-2c6b2b7e {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-2c6b2b7e {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-2c6b2b7e {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-2c6b2b7e {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-2c6b2b7e {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-2c6b2b7e {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-2c6b2b7e {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-2c6b2b7e {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-2c6b2b7e {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .bg.data-v-2c6b2b7e {
  39. position: absolute;
  40. top: 0;
  41. left: 0;
  42. width: 100%;
  43. height: 100%;
  44. background: -webkit-linear-gradient(top, #495aff, #0ab6fe);
  45. background: linear-gradient(to bottom, #495aff, #0ab6fe);
  46. }
  47. .main.data-v-2c6b2b7e {
  48. margin: 96rpx auto;
  49. background-color: #fff;
  50. width: 690rpx;
  51. height: 980rpx;
  52. border-radius: 16rpx;
  53. padding-bottom: 110rpx;
  54. position: relative;
  55. }
  56. .main view.data-v-2c6b2b7e {
  57. margin: 8rpx 0;
  58. font-size: 26rpx;
  59. }
  60. .main .avatar.data-v-2c6b2b7e {
  61. position: absolute;
  62. left: 50%;
  63. top: -65rpx;
  64. border-radius: 50%;
  65. margin-left: -65rpx;
  66. z-index: 10;
  67. width: 128rpx;
  68. height: 128rpx;
  69. border: 2rpx solid #ffffff;
  70. }
  71. .main .qr.data-v-2c6b2b7e {
  72. width: 430rpx;
  73. height: 430rpx;
  74. border-radius: 16rpx;
  75. border: 2rpx solid #e2e2e2;
  76. margin-top: 38rpx;
  77. margin-bottom: 12rpx;
  78. }
  79. .main .balance.data-v-2c6b2b7e {
  80. position: absolute;
  81. bottom: 56rpx;
  82. background-color: #f0f0f0;
  83. height: 120rpx;
  84. width: 100%;
  85. padding: 0 19rpx;
  86. color: #353535;
  87. }
  88. .main .balance .icon.data-v-2c6b2b7e {
  89. width: 72rpx;
  90. height: 72rpx;
  91. border-radius: 50%;
  92. background-color: #fff;
  93. margin-right: 19rpx;
  94. }
  95. .main .balance .icon image.data-v-2c6b2b7e {
  96. width: 40rpx;
  97. height: 40rpx;
  98. }
  99. .main .balance .right.data-v-2c6b2b7e {
  100. width: 12rpx;
  101. height: 22rpx;
  102. }