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.
 
 
 
 
 

42 lines
678 B

  1. .body_main {
  2. background-color: rgb(246, 246, 246);
  3. }
  4. .ticket_div {
  5. background-color: #FFFFFF;
  6. border-radius: 0.08rem;
  7. height: 3.9rem;
  8. }
  9. .ticket_title {
  10. margin-left: 0.12rem;
  11. font-size: 0.14rem;
  12. padding-top: 0.78rem;
  13. color: rgb(43, 56, 87);
  14. }
  15. .new_ticket_title {
  16. margin-left: 0.12rem;
  17. padding-top: 0.78rem;
  18. font-size: 0.16rem;
  19. font-weight: 900;
  20. color: rgb(255, 79, 86);
  21. }
  22. .ticket_info {
  23. width: 1.8rem;
  24. height: 1.8rem;
  25. background-color: #003399;
  26. text-align: center;
  27. }
  28. .new_ticket_info {
  29. width: 1.8rem;
  30. height: 1.8rem;
  31. background-color: #003399;
  32. text-align: center;
  33. }
  34. .ticket_des {
  35. color: rgb(128, 136, 154);
  36. font-size: 0.12rem;
  37. text-align: center;
  38. }