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.
 
 
 
 

40 lines
647 B

  1. .reserve_top{
  2. width: 100%;
  3. padding: 10px 20px;
  4. font-weight: bold;
  5. font-size: 18px;
  6. border-bottom: 1px solid #ccc;
  7. }
  8. .reserve_top span{
  9. padding: 10px;
  10. display: inline-block;
  11. font-size: 18px;
  12. cursor: pointer;
  13. }
  14. .pass{
  15. padding: 50px;
  16. border-bottom: 1px solid #ccc;
  17. }
  18. .pass_span1{
  19. width: 70px;
  20. display: inline-block;
  21. letter-spacing:1px;
  22. margin-bottom: 15px;
  23. }
  24. .pass_span2{
  25. width: 70px;
  26. display: inline-block;
  27. }
  28. .amend{
  29. height: 30px;
  30. width: 70px;
  31. border: 1px solid #ccc;
  32. line-height: 30px;
  33. text-align: center;
  34. margin: 30px 0px 0px 50px;
  35. cursor: pointer;
  36. background-color: #ccc;
  37. border-radius: 5px;
  38. }