金诚优选前端代码
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.

48 lines
788 B

  1. page {
  2. background: #ffffff;
  3. }
  4. #express {
  5. padding:0 20px;
  6. .title {
  7. text-align: center;
  8. margin: 10px;
  9. .no {
  10. font-size: 12px;
  11. color: #333333;
  12. }
  13. }
  14. .no-data {
  15. text-align: center;
  16. padding: 10px;
  17. }
  18. .box {
  19. .item {
  20. position: relative;
  21. display: flex;
  22. align-items: center;
  23. .dot {
  24. width: 8px;
  25. height: 8px;
  26. background: #999;
  27. border-radius: 100%;
  28. margin-left: -4px;
  29. //position: absolute;
  30. //top: 50%;
  31. //left: -5px;
  32. }
  33. .text {
  34. flex: 1;
  35. padding-left: 20px;
  36. color: #666666;
  37. margin-bottom: 15px;
  38. .info {
  39. }
  40. .time {
  41. font-size: 12px;
  42. color: #999999;
  43. }
  44. }
  45. }
  46. }
  47. }