排队支付小程序
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.

73 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. }
  31. .flex-grow-1 view.active text{
  32. font-family: PingFangSC-Regular, sans-serif;
  33. font-size: 30rpx;
  34. color: #F52F3E;
  35. font-weight: bold;
  36. border-bottom: 4rpx solid #F52F3E;
  37. }
  38. /****tab切换 结束****/
  39. .queued-content{
  40. background: #fff;
  41. padding: 30rpx 0;
  42. padding-top: 0;
  43. margin-top: 110rpx;
  44. }
  45. .queued-content-item{
  46. display: flex;
  47. justify-content: space-between;
  48. align-items: center;
  49. padding: 40rpx 0;
  50. border-bottom: 1rpx solid #eee;
  51. }
  52. .content-item-title{
  53. font-family: PingFangSC-Regular, sans-serif;
  54. font-size: 24rpx;
  55. color: #454545;
  56. font-weight: bold;
  57. }
  58. .content-item-text{
  59. font-family: PingFangSC-Regular, sans-serif;
  60. font-size: 24rpx;
  61. color: #454545;
  62. }
  63. span.text-style{
  64. font-family: PingFangSC-Regular, sans-serif;
  65. font-size: 24rpx;
  66. color: #F52F3E;
  67. padding: 0 15rpx;
  68. font-weight: bold;
  69. }