integral-model.wxss 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293
  1. @charset "UTF-8";
  2. .text-center.data-v-1f6b452b {
  3. text-align: center;
  4. }
  5. .font-weight.data-v-1f6b452b {
  6. font-weight: bold;
  7. }
  8. .page-width.data-v-1f6b452b {
  9. width: 100%;
  10. }
  11. .goods-hover-class.data-v-1f6b452b {
  12. opacity: .9;
  13. background-color: #f7f7f7;
  14. }
  15. .background-image.data-v-1f6b452b {
  16. background-repeat: no-repeat;
  17. background-size: 100% 100%;
  18. background-position: center;
  19. }
  20. /*全局文字大小*/
  21. /* 屏幕宽度*/
  22. page.data-v-1f6b452b {
  23. font-size: 32rpx;
  24. background: #f7f7f7;
  25. }
  26. .page-width.data-v-1f6b452b {
  27. width: 100%;
  28. }
  29. .u-hover-class.data-v-1f6b452b {
  30. opacity: .9;
  31. background-color: #f7f7f7;
  32. }
  33. .safe-area-inset-bottom.data-v-1f6b452b {
  34. padding-bottom: 0;
  35. padding-bottom: constant(safe-area-inset-bottom);
  36. padding-bottom: env(safe-area-inset-bottom);
  37. }
  38. .lottery-integral-model.data-v-1f6b452b {
  39. text-align: center;
  40. height: 100vh;
  41. width: 100vw;
  42. position: fixed;
  43. top: 0;
  44. z-index: 1602;
  45. background-color: rgba(0, 0, 0, 0.3);
  46. }
  47. .lottery-integral-model .box.data-v-1f6b452b {
  48. position: relative;
  49. text-align: center;
  50. margin: 0 auto;
  51. width: 534rpx;
  52. background-color: #FFFFFF;
  53. border-radius: 16rpx;
  54. z-index: 2;
  55. top: 20%;
  56. }
  57. .lottery-integral-model .box .close.data-v-1f6b452b {
  58. position: absolute;
  59. height: 30rpx;
  60. width: 30rpx;
  61. top: 24rpx;
  62. right: 24rpx;
  63. }
  64. .lottery-integral-model .box .header.data-v-1f6b452b {
  65. font-size: 32rpx;
  66. color: #353535;
  67. font-weight: bold;
  68. margin: 40rpx auto;
  69. }
  70. .lottery-integral-model .box .bg.data-v-1f6b452b {
  71. background-size: 100% 100%;
  72. background-repeat: no-repeat;
  73. height: 263rpx;
  74. width: 355rpx;
  75. display: block;
  76. margin-bottom: 40rpx;
  77. }
  78. .lottery-integral-model .box .btn.data-v-1f6b452b {
  79. height: 76rpx;
  80. width: 366rpx;
  81. background-color: #ff4544;
  82. color: #FFFFFF;
  83. font-size: 32rpx;
  84. border-radius: 40rpx;
  85. margin-bottom: 36rpx;
  86. }
  87. .lottery-integral-model .box .fail.data-v-1f6b452b {
  88. line-height: 1;
  89. font-size: 28rpx;
  90. color: #ff4544;
  91. margin-bottom: 40rpx;
  92. }