report-detail.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. body {
  2. font-size: 3.7vw !important;
  3. background-color: rgb(251, 251, 251);
  4. }
  5. .report{
  6. margin: 4vw 4vw 4vw 4vw;
  7. }
  8. .report-title{
  9. font-size: 4.5vw;
  10. margin-bottom: 2vw;
  11. }
  12. .report-title-bottom{
  13. color: #999;
  14. }
  15. .report-content{
  16. margin: 2vw 0;
  17. }
  18. .annex-content{
  19. margin-top: 2vw;
  20. background-color: #fff;
  21. text-align: center;
  22. padding: 2vw;
  23. box-shadow: 0 1px 3px 0 rgb(5 32 96 / 10%);
  24. display: flex;
  25. flex-direction: row;
  26. flex-wrap: wrap;
  27. }
  28. .annex-content img {
  29. height: 15vw !important;
  30. }
  31. .annex-content li{
  32. width: 30vw;
  33. height: auto;
  34. }
  35. .annex-content div{
  36. /*display: none;*/
  37. margin: 0 auto;
  38. }
  39. .annex-content p{
  40. padding: 0.5vh 0 ;
  41. width: 25vw;
  42. margin-left: 3vw;
  43. text-align: center;
  44. overflow: hidden;
  45. text-overflow: ellipsis;
  46. white-space: nowrap;
  47. }
  48. .annex-content a{
  49. width: 100%;
  50. height: 3vh;
  51. line-height: 3vh;
  52. border-radius: 1.2vw;
  53. font-size: 3vw;
  54. }
  55. .layui-btn-group .layui-btn:first-child{
  56. display: none !important;
  57. }