index.module.scss 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. .Tab1info {
  2. width: 100%;
  3. height: 100%;
  4. overflow-y: auto;
  5. font-size: 16px;
  6. :global {
  7. .T1_1 {
  8. display: flex;
  9. justify-content: space-between;
  10. padding-bottom: 10px;
  11. border-bottom: 1px solid #ccc;
  12. .T1_1ll {
  13. width: calc(100% - 180px);
  14. display: flex;
  15. flex-wrap: wrap;
  16. justify-content: space-between;
  17. align-self: center;
  18. .T1_1row {
  19. width: 48%;
  20. display: flex;
  21. margin-bottom: 10px;
  22. & > span {
  23. width: 100px;
  24. text-align: right;
  25. font-weight: 700;
  26. }
  27. & > p {
  28. width: calc(100% - 100px);
  29. word-wrap: break-word;
  30. }
  31. }
  32. .T1_1rowFull {
  33. width: 100%;
  34. margin-right: 0;
  35. }
  36. }
  37. .T1_1rr {
  38. width: 150px;
  39. display: flex;
  40. align-items: center;
  41. & > span {
  42. font-weight: 700;
  43. }
  44. }
  45. }
  46. .T1_2 {
  47. padding-top: 20px;
  48. }
  49. .T1_3 {
  50. padding-top: 20px;
  51. display: flex;
  52. & > div {
  53. &:nth-of-type(1) {
  54. min-height: 32px;
  55. line-height: 32px;
  56. width: 100px;
  57. text-align: right;
  58. font-weight: 700;
  59. }
  60. &:nth-of-type(2) {
  61. width: 600px;
  62. }
  63. }
  64. }
  65. }
  66. }