bill.wxss 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117
  1. .bg{
  2. margin: 60rpx 40rpx;
  3. box-shadow: 0rpx 10rpx 20rpx 0rpx rgba(0, 0, 0, .4);
  4. border-radius: 10rpx;
  5. overflow: hidden;
  6. position: relative;
  7. }
  8. .btn-bottom{
  9. position: fixed;
  10. bottom: 0;
  11. display: flex;
  12. justify-content: space-around;
  13. align-items: center;
  14. width: 100%;
  15. padding: 10rpx 0 ;
  16. }
  17. .btn-bottom button{
  18. background: #EE3A43;
  19. color: #fff;
  20. font-size: 30rpx;
  21. width: 30%;
  22. }
  23. .noBill{
  24. color: #999;
  25. text-align: center;
  26. line-height: 2.5;
  27. padding: 60rpx 20rpx;
  28. }
  29. .noBill .nobill-t{
  30. font-size: 40rpx;
  31. }
  32. .noBill .nobill-tip{
  33. font-size: 26rpx;
  34. }
  35. .icon-baby::before{
  36. color: #999;
  37. font-size: 120rpx;
  38. }
  39. .bg image{
  40. width: 100%;
  41. }
  42. .position-center{
  43. position: absolute;
  44. text-align: center;
  45. width: 100%;
  46. }
  47. .head{
  48. position: relative;
  49. height: 150rpx;
  50. z-index: 999;
  51. }
  52. .head .head-bg{
  53. height: 100%;
  54. }
  55. .head .act-logo{
  56. position: absolute;
  57. top: 20rpx;
  58. left: 40rpx;
  59. width: 140rpx;
  60. }
  61. .head .act-t{
  62. top: 50rpx;
  63. font-weight: 600;
  64. font-size: 25rpx;
  65. white-space:nowrap;
  66. overflow:hidden;
  67. text-overflow:ellipsis;
  68. }
  69. .head .act-d{
  70. top: 100rpx;
  71. color: #282828;
  72. font-size: 22rpx;
  73. }
  74. .bill-line-f,.bill-line-l{
  75. height: 10rpx;
  76. width: 60rpx;
  77. background: #EE3A43;
  78. border-radius: 5rpx;
  79. left: 0;
  80. right: 0;
  81. margin: auto;
  82. bottom: -5rpx;
  83. }
  84. .bill-line-f{
  85. bottom: -5rpx;
  86. }
  87. .center{
  88. position: relative;
  89. margin-top: -10rpx;
  90. }
  91. .center image{
  92. /* background: #EE3A43; */
  93. display: block;
  94. }
  95. .center .bill-line-l{
  96. bottom: -5rpx;
  97. }
  98. .tip{
  99. text-align: center;
  100. }
  101. .font{
  102. color: white;
  103. font-size: 70rpx;
  104. position: absolute;
  105. top: 40%;
  106. left: 26%;
  107. }
  108. .defaultImg{
  109. position: relative;
  110. }