openCabinet.css 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. .container-view{
  2. height: 100vh;
  3. background-color: #FFF;
  4. }
  5. .open-bg-view{
  6. padding-top: 80rpx;
  7. }
  8. .open-bg{
  9. width: 100vw;
  10. height: 620rpx;
  11. background-size: cover;
  12. }
  13. .explain-view{
  14. margin-bottom: 62rpx;
  15. }
  16. .explain-num-view{
  17. text-align: center;
  18. display: flex;
  19. justify-content: center;
  20. font-family: PingFangSC, PingFang SC;
  21. font-weight: 600;
  22. font-size: 36rpx;
  23. color: #2A3A5A;
  24. margin-bottom: 64rpx;
  25. }
  26. .explain-num{
  27. font-family: DIN;
  28. font-weight: bold;
  29. font-size: 64rpx;
  30. color: #0074FF;
  31. }
  32. .explain-text{
  33. font-family: PingFangSC, PingFang SC;
  34. font-weight: 600;
  35. font-size: 36rpx;
  36. color: #828DA2;
  37. text-align: center;
  38. margin-bottom: 24rpx;
  39. }
  40. .explain-text-grap{
  41. font-family: PingFangSC, PingFang SC;
  42. font-weight: 400;
  43. font-size: 24rpx;
  44. color: #9FA7B7;
  45. text-align: center;
  46. }
  47. /* 弹窗 */
  48. .modal-group {
  49. position: fixed;
  50. bottom: 0;
  51. left: 0;
  52. z-index: 10;
  53. width: 100%;
  54. height: 100vh;
  55. background: rgba(0,0,0,0.6);
  56. }
  57. .payment-info-main {
  58. background-color: #ffffff;
  59. position: fixed;
  60. width: 100%;
  61. bottom: 0;
  62. border-top-left-radius: 32rpx; /* 左上角圆角 */
  63. border-top-right-radius: 32rpx; /* 右上角圆角 */
  64. }
  65. .payment-info-top{
  66. padding: 80rpx 32rpx 32rpx 32rpx;
  67. justify-content: center;
  68. }
  69. .check-icon{
  70. width: 88rpx;
  71. height: 88rpx;
  72. }
  73. .open-result-view{
  74. width: 100%;
  75. margin-bottom: 108rpx;
  76. }
  77. .open-result{
  78. justify-content: center;
  79. text-align: center;
  80. margin-bottom:24rpx;
  81. font-family: PingFangSC, PingFang SC;
  82. font-weight: 600;
  83. font-size: 40rpx;
  84. color: #2A3A5A;
  85. }
  86. .open-result-tip{
  87. font-family: PingFangSC, PingFang SC;
  88. font-weight: 400;
  89. font-size: 28rpx;
  90. color: #8B939C;
  91. line-height: 28rpx;
  92. justify-content: center;
  93. }
  94. .over-btn-view{
  95. padding: 0 32rpx;
  96. margin-bottom: 74rpx;
  97. }
  98. .over-btn{
  99. height: 80rpx;
  100. background: #0074FF;
  101. border-radius: 40rpx;
  102. justify-content: center;
  103. font-family: PingFangSC, PingFang SC;
  104. font-weight: 500;
  105. font-size: 32rpx;
  106. color: #FFFFFF;
  107. }