cert-info.module.less 626 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. .cert-info {
  2. background-color: #fff;
  3. padding: 12px;
  4. min-height: 100vh;
  5. position: relative;
  6. padding-bottom: 75px;
  7. h2 {
  8. font-size: 16px;
  9. padding: 8px 0;
  10. font-weight: 600;
  11. color: #333333;
  12. line-height: 1.5;
  13. }
  14. .cert-text {
  15. font-size: 13px;
  16. line-height: 1.3;
  17. padding-bottom: 12px;
  18. color: #999999;
  19. }
  20. .cert-img {
  21. border-radius: 5px;
  22. overflow: hidden;
  23. line-height: 0;
  24. margin-bottom: 8px;
  25. }
  26. .btn-group {
  27. position: fixed;
  28. bottom: 0;
  29. left: 0;
  30. right: 0;
  31. padding: 12px;
  32. background-color: #fff;
  33. }
  34. }