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
329 B

  1. body {
  2. overflow: auto;
  3. background-color: #fff !important;
  4. font-size:14px;
  5. }
  6. .container{
  7. padding:10px;
  8. }
  9. .title{
  10. text-align:center;
  11. }
  12. .nameRow span{
  13. margin-right:50px;
  14. }
  15. .payFeeTable .mobileTr span {
  16. line-height: 18px;
  17. }
  18. .feeStandTable{
  19. text-align:center;
  20. }
  21. .alignRight{
  22. text-align:right;
  23. }