index.less 364 B

1234567891011121314151617181920212223
  1. .logoff {
  2. &__details {
  3. background-color: #fff;
  4. padding : .32rem;
  5. h4 {
  6. font-weight: bold;
  7. }
  8. dl {
  9. margin-top: .2rem;
  10. dd {
  11. text-indent: .32rem;
  12. line-height: .48rem;
  13. }
  14. }
  15. }
  16. &__footer {
  17. padding: .32rem;
  18. }
  19. }