style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112
  1. .top-body{
  2. border-top: .0625rem solid #e6e6e6;
  3. line-height: 1.5;
  4. padding: 0 1.25rem 1.25rem;
  5. align-items: center;
  6. box-sizing: border-box;
  7. background: #fff;
  8. margin: 1rem 0;
  9. }
  10. .top-body .top-con{
  11. font-weight: bold;
  12. }
  13. .table-title{
  14. padding: 1rem 1rem 1rem 0 ;
  15. font-size: 1rem;
  16. color: #2d2d2d;
  17. border-bottom: 1px solid #ccc;
  18. display: flex;
  19. justify-content: space-between;
  20. }
  21. .more{
  22. color: #ec652d;
  23. cursor: pointer;
  24. }
  25. .top-right{
  26. background-color: #ec652d;
  27. height: 3.5625rem;
  28. line-height: 3.5625rem;
  29. color: #fff;
  30. padding: 0 1.875rem;
  31. border-radius: .3125rem;
  32. font-size: 1.125rem;
  33. font-weight: bold;
  34. }
  35. .search-body{
  36. background-color: #fff;
  37. margin: 1.25rem 0;
  38. }
  39. .interface-table{
  40. height: calc(100% - 17.1875rem);
  41. overflow-x: hidden;
  42. background-color: #fff;
  43. padding: 0 1.125rem 2.375rem;
  44. box-sizing: border-box;
  45. }
  46. .zan-con{
  47. display: flex;
  48. width: 100%;
  49. justify-content: space-around;
  50. margin-top: 1.5rem;
  51. text-align: center;
  52. font-size: 1.125rem;
  53. }
  54. .zan-con .line{
  55. height: 8rem;
  56. width: 1px;
  57. background: #ccc;
  58. }
  59. .zan-con .zan-contain{
  60. display: flex;
  61. justify-content: space-between;
  62. flex-direction: column;
  63. }
  64. .zan-con .zan-contain p{
  65. font-size: 2.25rem;
  66. }
  67. .zan-con .zan-contain p:first-child{
  68. font-size: .875rem;
  69. line-height: 1.5;
  70. }
  71. .zan-sub{
  72. text-align: right;
  73. margin-top: 1.25rem;
  74. color: #a5a5a5;
  75. font-size: .875rem;
  76. }
  77. .table-interface{
  78. overflow-y: auto;
  79. overflow-x: hidden;
  80. height: calc(100% - 3rem);
  81. }
  82. .info-top{
  83. padding: 20px 0;
  84. display: flex;
  85. justify-content: space-between;
  86. border-bottom: 1px #a5a5a5 solid;
  87. }
  88. .o-span{
  89. cursor: pointer;
  90. color: rgb(7, 152, 244);
  91. }
  92. .e-pagination{
  93. display: flex;
  94. justify-content: flex-end;
  95. margin-top: 1.5625rem;
  96. }