hongbao.wxss 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889
  1. page {
  2. background-color: #F5F5F5;
  3. }
  4. .empty {
  5. width: 100%;
  6. background: #ffffff;
  7. height: 93vh;
  8. }
  9. .popup_money {
  10. height: 800rpx;
  11. width: 100%;
  12. position: relative;
  13. }
  14. .u-drawer-bottom {
  15. background-color: #FAF7F5 !important;
  16. }
  17. .money_box {
  18. width: 93%;
  19. margin: 0 auto;
  20. background: #ffffff;
  21. border-radius: 14rpx;
  22. height: 220rpx;
  23. margin-bottom: 20rpx;
  24. margin-top: 20rpx;
  25. }
  26. .box_tit {
  27. width: 90%;
  28. margin: 0 auto;
  29. height: 80rpx;
  30. display: flex;
  31. }
  32. .money_name {
  33. flex: 1;
  34. display: flex;
  35. justify-content: left;
  36. align-items: center;
  37. font-size: 27rpx;
  38. font-weight: bold;
  39. letter-spacing: 2rpx;
  40. }
  41. .money_price {
  42. flex: 1;
  43. display: flex;
  44. justify-content: flex-end;
  45. align-items: center;
  46. font-size: 39rpx;
  47. /* font-weight: bold; */
  48. color: red;
  49. }
  50. .money_data {
  51. color: #999999;
  52. font-size: 24rpx;
  53. width: 90%;
  54. margin: 0 auto;
  55. margin-top: -8rpx;
  56. }
  57. .u-line {
  58. width: 90% !important;
  59. border-bottom-width: 6rpx !important;
  60. margin: 0 auto !important;
  61. margin-top: 22rpx !important;
  62. margin-bottom: 22rpx !important;
  63. }
  64. .box_bottom {
  65. width: 90%;
  66. margin: 0 auto;
  67. display: flex;
  68. height: 40rpx;
  69. }
  70. .money_use {
  71. flex: 1;
  72. color: #999999;
  73. font-size: 24rpx;
  74. display: flex;
  75. justify-content: left;
  76. align-items: center;
  77. }
  78. .lj_use {
  79. width: 150rpx;
  80. border: 2rpx solid #FF7F00;
  81. color: #FF7F00;
  82. text-align: center;
  83. line-height: 48rpx;
  84. border-radius: 40rpx;
  85. font-size: 23rpx;
  86. }