ticketScan.wxss 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /* pages/ticketScan/ticketScan.wxss */
  2. page {
  3. background: #007dff;
  4. }
  5. .qrcodeWrap {
  6. padding: 80rpx 40rpx 0;
  7. }
  8. .qrcodeBox {
  9. background: #fff;
  10. border-radius: 12rpx;
  11. overflow: hidden;
  12. }
  13. .qrcodeBox .head {
  14. height: 98rpx;
  15. line-height: 98rpx;
  16. font-size: 32rpx;
  17. font-weight: 450;
  18. color: #fff;
  19. text-align: center;
  20. background: #ffb201;
  21. }
  22. .qrcode .pic {
  23. display: block;
  24. margin: 80rpx auto 0;
  25. /* width: 464rpx;
  26. height: 464rpx; */
  27. width: 232px;
  28. height: 232px;
  29. }
  30. .qrcode .picText {
  31. margin: 48rpx 0 64rpx;
  32. line-height: 30rpx;
  33. font-size: 28rpx;
  34. color: #999;
  35. text-align: center;
  36. }
  37. .bottom {
  38. position: fixed;
  39. bottom: 0;
  40. left: 0;
  41. right: 0;
  42. padding-bottom: env(safe-area-inset-bottom);
  43. }
  44. .bottom .inner {
  45. padding: 0 70rpx 64rpx;
  46. display: flex;
  47. align-items: center;
  48. justify-content: space-between;
  49. }
  50. .bottom .item {
  51. display: flex;
  52. flex-direction: column;
  53. align-items: center;
  54. justify-content: center;
  55. }
  56. .bottom .item .iconfont {
  57. width: 54rpx;
  58. height: 54rpx;
  59. font-size: 54rpx;
  60. color: #fff;
  61. }
  62. .bottom .item .text {
  63. margin-top: 20rpx;
  64. font-weight: 400;
  65. line-height: 30rpx;
  66. font-size: 28rpx;
  67. color: #fff;
  68. }
  69. .bottom .arrow {
  70. margin: 0 54rpx;
  71. width: 24rpx;
  72. height: 24rpx;
  73. font-size: 24rpx;
  74. color: #fff;
  75. }
  76. .bottom .icon-arrowr {
  77. margin: 0 54rpx;
  78. width: 24rpx;
  79. height: 24rpx;
  80. font-size: 24rpx;
  81. color: #fff;
  82. }