queue.wxss 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  1. .list-box{
  2. width: 700rpx;
  3. margin: 20rpx auto;
  4. padding-bottom: 20rpx;
  5. border-bottom: 1rpx solid #eee;
  6. display: flex;
  7. }
  8. .list-img{
  9. width: 120rpx;
  10. height: 120rpx;
  11. margin-right: 30rpx;
  12. }
  13. .list-img image{
  14. width: 100%;
  15. height: 100%;
  16. }
  17. .list-name{
  18. font-size: 32rpx;
  19. font-weight: bold;
  20. margin: 20rpx 0 10rpx;
  21. display: flex;
  22. }
  23. .gender-img{
  24. width: 40rpx;
  25. height: 40rpx;
  26. margin-left: 20rpx;
  27. padding-top: 2rpx;
  28. }
  29. .gender-img image{
  30. width: 100%;
  31. height: 100%;
  32. }
  33. .list-time{
  34. color: #999;
  35. }
  36. .boyImg{
  37. transform: rotate(135deg);
  38. }
  39. .queueBtn{
  40. width: 400rpx;
  41. height: 80rpx;
  42. line-height: 80rpx;
  43. background: #cc6031;
  44. color: #FFF;
  45. border-radius: 80rpx;
  46. text-align: center;
  47. margin: 20rpx 175rpx;
  48. position: absolute;
  49. bottom: 20rpx;
  50. }
  51. .cancelBtn{
  52. background: #999;
  53. }
  54. .list-view{
  55. padding-bottom: 100rpx;
  56. }
  57. .none-view{
  58. width: 396rpx;
  59. height: 258rpx;
  60. position: absolute;
  61. top: 30%;
  62. left: 50%;
  63. margin-left: -198rpx;
  64. }
  65. .none-view image{
  66. width: 100%;
  67. height: 100%;
  68. }
  69. .none-tip{
  70. text-align: center;
  71. height: 100rpx;
  72. line-height: 100rpx;
  73. color: #999;
  74. }