bill.wxss 821 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354
  1. /* pages/bill/bill.wxss */
  2. .all {
  3. box-sizing:border-box;
  4. width: 100%;
  5. height: 100vh;
  6. background-color: #F5F5F5;
  7. }
  8. .all1{
  9. position: relative;
  10. width: 100%;
  11. height: 480rpx;
  12. }
  13. .all2{
  14. width: 100%;
  15. height: 480rpx;
  16. background-color: #fff;
  17. }
  18. .img {
  19. position: absolute;
  20. top: 20rpx;
  21. left: 16rpx;
  22. width: 430rpx;
  23. }
  24. .tex {
  25. display: flex;
  26. justify-content: space-between;
  27. /* align-items: center; */
  28. }
  29. .img1 {
  30. position: absolute;
  31. top: 35%;
  32. left: 10%;
  33. width: 430rpx;
  34. color: #fff;
  35. }
  36. .img2 {
  37. position: absolute;
  38. bottom: 16rpx;
  39. left: 6%;
  40. width: 670rpx;
  41. color: #fff;
  42. font-size: 22rpx;
  43. display: flex;
  44. justify-content: space-around;
  45. flex-direction: row;
  46. overflow: hidden;
  47. }
  48. .wen {
  49. float: left;
  50. width: 80rpx;
  51. height: 24rpx;
  52. /* foverflow: hidden; */
  53. margin-left: 14rpx;
  54. }