| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- .Tab1info {
- width: 100%;
- height: 100%;
- overflow-y: auto;
- font-size: 16px;
- :global {
- .T1_1 {
- display: flex;
- justify-content: space-between;
- padding-bottom: 10px;
- border-bottom: 1px solid #ccc;
- .T1_1ll {
- width: calc(100% - 180px);
- display: flex;
- flex-wrap: wrap;
- justify-content: space-between;
- align-self: center;
- .T1_1row {
- width: 48%;
- display: flex;
- margin-bottom: 10px;
- & > span {
- width: 100px;
- text-align: right;
- font-weight: 700;
- }
- & > p {
- width: calc(100% - 100px);
- word-wrap: break-word;
- }
- }
- .T1_1rowFull {
- width: 100%;
- margin-right: 0;
- }
- }
- .T1_1rr {
- width: 150px;
- display: flex;
- align-items: center;
- & > span {
- font-weight: 700;
- }
- }
- }
- .T1_2 {
- padding-top: 20px;
- }
- .T1_3 {
- padding-top: 20px;
- display: flex;
- & > div {
- &:nth-of-type(1) {
- min-height: 32px;
- line-height: 32px;
- width: 100px;
- text-align: right;
- font-weight: 700;
- }
- &:nth-of-type(2) {
- width: 600px;
- }
- }
- }
- }
- }
|