bill.wxss 1.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970
  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. position: relative;
  18. /* margin-bottom: -10rpx; */
  19. }
  20. .img {
  21. position: absolute;
  22. top: 20rpx;
  23. left: 16rpx;
  24. width: 430rpx;
  25. }
  26. .tex {
  27. display: flex;
  28. justify-content: space-between;
  29. /* align-items: center; */
  30. }
  31. .img1 {
  32. position: absolute;
  33. top: 35%;
  34. left: 10%;
  35. width: 430rpx;
  36. color: #fff;
  37. }
  38. .img2 {
  39. position: absolute;
  40. bottom: 16rpx;
  41. left: 6%;
  42. width: 670rpx;
  43. color: #fff;
  44. font-size: 22rpx;
  45. display: flex;
  46. justify-content: space-around;
  47. flex-direction: row;
  48. overflow: hidden;
  49. }
  50. .img3{
  51. width: 50%;
  52. height: 50%;
  53. display: flex;
  54. justify-content: flex-start;
  55. align-items: center;
  56. flex-direction: row;
  57. margin-top: 40rpx;
  58. }
  59. .wen {
  60. float: left;
  61. width: 80rpx;
  62. height: 24rpx;
  63. /* foverflow: hidden; */
  64. margin-left: 14rpx;
  65. }
  66. .rili{
  67. position: absolute;
  68. right: 20rpx;
  69. top:0;
  70. }