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.
 
 
 
 

24 lines
325 B

  1. .title_line_selected{
  2. border-bottom: solid 3px black;
  3. margin: 0 0.45rem;
  4. color: black;
  5. padding-bottom: 0.10rem;
  6. font-weight:bold;
  7. }
  8. .title_line{
  9. margin: 0 0.45rem;
  10. color: #666666;
  11. }
  12. .wait_pay{
  13. border-radius: 3px;
  14. background-color: #ffffff;
  15. border: solid 1px #e5e5e5;
  16. margin: 0.05rem 0.1rem;
  17. }
  18. .order_title{
  19. }