cert-info.module.less 505 B

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