account.css 728 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .box {
  2. padding: 0 15px;
  3. margin-top: 1rem;
  4. }
  5. .box .info {
  6. background-color: #f6f6f6;
  7. margin-bottom: .5rem;
  8. padding: .5rem;
  9. border-radius: .25rem;
  10. }
  11. .info .title,.rule .title {
  12. height: 3rem;
  13. line-height: 3rem;
  14. }
  15. .info .account {
  16. height: 5rem;
  17. line-height: 5rem;
  18. }
  19. .account span {
  20. width: 4rem;
  21. height: 3rem;
  22. line-height: 3rem;
  23. display: inline-block;
  24. font-size: 2rem;
  25. margin-left: .5rem;
  26. }
  27. .account a {
  28. width: 4rem;
  29. height: 3rem;
  30. line-height: 3rem;
  31. float: right;
  32. margin-right: 1rem;
  33. background-color: #c078fe;
  34. border-radius: .25rem;
  35. text-align: center;
  36. cursor: pointer;
  37. }
  38. .rule {
  39. padding: 1rem .25rem;
  40. min-height: 6rem;
  41. }