index.less 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899
  1. /* pages/queueCar/index.wxss */
  2. .container{
  3. padding-top: 1px;
  4. }
  5. .queueNumber{
  6. display: inline-block;
  7. color: #07c160;
  8. font-weight: bold;
  9. padding-left: 30rpx;
  10. }
  11. .pdInfo{
  12. padding: 30rpx;
  13. background-color: #fff;
  14. box-sizing: border-box;
  15. border-radius: 20rpx;
  16. box-shadow: 1px 2px 20rpx #eee;
  17. }
  18. .selfInfo{
  19. line-height: 40rpx;
  20. font-size: 32rpx;
  21. color: #8d8d8d;
  22. padding-bottom: 16rpx;
  23. border-bottom: 1px solid #F4F4F4;
  24. }
  25. .selfCarNum{
  26. color: #333;
  27. font-size: 52rpx;
  28. }
  29. .selfCarNum text{
  30. margin-left: 10rpx;
  31. }
  32. .goodsInfo,.selfInfo>view{
  33. margin: 14rpx 0;
  34. }
  35. .goodsInfo text,.driverInfo text{
  36. display: inline-block;
  37. height: 24rpx;
  38. line-height: 24rpx;
  39. margin-right: 20rpx;
  40. padding-right: 20rpx;
  41. border-right: 1px solid #8d8d8d;
  42. }
  43. .goodsInfo text:last-child,.driverInfo text:last-child{
  44. border-right:0 none
  45. }
  46. .pdOtherInfo{
  47. margin: 60rpx 0 60rpx;
  48. padding-top: 120rpx;
  49. text-align: center;
  50. position: relative;
  51. }
  52. .nowCarNum{
  53. font-size: 46rpx;
  54. color: #4B70EA;
  55. font-weight: bold;
  56. margin-bottom: 20rpx;
  57. }
  58. .nowTxt{
  59. padding: 0 30rpx;
  60. display: inline-block;
  61. height: 46rpx;
  62. line-height: 46rpx;
  63. font-size: 24rpx;
  64. border-radius: 23rpx;
  65. color: #333;
  66. background-color: #f5f5f5;
  67. }
  68. .otherInfo{
  69. position: absolute;
  70. right: 0;
  71. top: 10rpx;
  72. font-size: 24rpx;
  73. color: #8d8d8d;
  74. }
  75. .otherInfo view{
  76. color: #333;
  77. font-size: 38rpx;
  78. }
  79. .bottomBtn1{
  80. position: absolute;
  81. left: 115rpx;
  82. bottom: 200rpx;
  83. }
  84. .waitingType{
  85. font-size: 52rpx;
  86. color: #07c160;
  87. font-weight: bold;
  88. margin-bottom: 20rpx;
  89. }
  90. .waitingType0{
  91. color: #ee0a24 !important;
  92. }
  93. .selfCarNum{
  94. display: flex;
  95. align-items: center;
  96. font-weight: bold;
  97. }