index.wxss 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. .item {
  2. width: 702rpx;
  3. padding: 24rpx;
  4. background-color: #fff;
  5. position: relative;
  6. color: rgba(58, 60, 101, 0.70);
  7. line-height: 45rpx;
  8. margin-bottom: 24rpx;
  9. box-sizing: border-box;
  10. }
  11. .border-radius-20{
  12. border-radius: 10rpx;
  13. }
  14. .icon{
  15. position: absolute;
  16. top: 0;
  17. right: 0;
  18. width: 100%;
  19. height: 212rpx;
  20. }
  21. van-icon {
  22. margin-right: 10rpx;
  23. }
  24. .date {
  25. color: #3A3C65;
  26. font-size: 17px;
  27. font-weight: 500;
  28. }
  29. .name,
  30. .logo {
  31. color: #3A3C65;
  32. font-size: 30rpx;
  33. font-weight: 500;
  34. margin-top: 32rpx;
  35. }
  36. .logo {
  37. color: #6473FB;
  38. margin-top: 10rpx;
  39. }
  40. .status {
  41. position: absolute;
  42. top: 22rpx;
  43. right: 26rpx;
  44. font-size: 24rpx;
  45. text-align: right;
  46. }
  47. .status-text {
  48. background-color: #f9faff;
  49. padding: 0 12rpx;
  50. }
  51. .status1{
  52. color: #ff8831;
  53. }
  54. .status2{
  55. color: #6473FB;
  56. }
  57. .status3{
  58. color: #9BAED5;
  59. }
  60. .f-w{
  61. font-weight: 500;
  62. font-size: 26rpx;
  63. }
  64. .underway {
  65. color: #6473fb;
  66. }
  67. .over {
  68. color: #90a1c5;
  69. }
  70. .status-img1 {
  71. width: 92rpx;
  72. height: 84rpx;
  73. position: absolute;
  74. bottom: 50rpx;
  75. right: 24rpx;
  76. }
  77. .status-img {
  78. width: 92rpx;
  79. height: 84rpx;
  80. position: absolute;
  81. bottom: 10rpx;
  82. right: 24rpx;
  83. }
  84. .wid{
  85. width: 530rpx;
  86. }