排队支付小程序
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

74 lines
1.3 KiB

  1. page{
  2. background: #F7F7F7;
  3. }
  4. .page-content{
  5. background: #fff;
  6. padding: 30rpx;
  7. padding-top: 0;
  8. }
  9. .tab-bar{
  10. background: #fff;
  11. position: fixed;
  12. top:0;
  13. left: 0;
  14. width: 100%;
  15. z-index: 1000;
  16. margin-bottom: 10rpx;
  17. }
  18. .flex-grow-1 view{
  19. display: block;
  20. padding:0 8rpx;
  21. text-align: center;
  22. }
  23. .flex-grow-1 view text{
  24. height: 100rpx;
  25. line-height: 100rpx;
  26. display: inline-block;
  27. font-family: PingFangSC-Regular, sans-serif;
  28. font-size: 30rpx;
  29. color: #454545;
  30. font-weight: bold;
  31. }
  32. .flex-grow-1 view.active text{
  33. font-family: PingFangSC-Regular, sans-serif;
  34. font-size: 30rpx;
  35. color: #F52F3E;
  36. font-weight: bold;
  37. border-bottom: 4rpx solid #F52F3E;
  38. }
  39. /****tab切换 结束****/
  40. .queued-content{
  41. background: #fff;
  42. padding: 30rpx 0;
  43. padding-top: 0;
  44. margin-top: 110rpx;
  45. }
  46. .queued-content-item{
  47. display: flex;
  48. justify-content: space-between;
  49. align-items: center;
  50. padding: 40rpx 0;
  51. border-bottom: 1rpx solid #eee;
  52. }
  53. .content-item-title{
  54. font-family: PingFangSC-Regular, sans-serif;
  55. font-size: 24rpx;
  56. color: #454545;
  57. font-weight: bold;
  58. }
  59. .content-item-text{
  60. font-family: PingFangSC-Regular, sans-serif;
  61. font-size: 24rpx;
  62. color: #454545;
  63. }
  64. span.text-style{
  65. font-family: PingFangSC-Regular, sans-serif;
  66. font-size: 24rpx;
  67. color: #F52F3E;
  68. padding: 0 15rpx;
  69. font-weight: bold;
  70. }