1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465 |
- .B3aTop {
- width: 100%;
- height: calc(100% - 70px);
- overflow-y: auto;
- :global {
- .B3aTit {
- font-size: 18px;
- font-weight: 700;
- padding-bottom: 10px;
- padding-left: 18px;
- border-bottom: 1px solid #ccc;
- margin-bottom: 17px;
- .ant-btn {
- margin-left: 15px;
- pointer-events: none;
- }
- }
- .B3aRow {
- display: flex;
- justify-content: space-between;
- align-items: self-start;
- font-size: 16px;
- flex-wrap: wrap;
- overflow: hidden;
- .B3aR1 {
- width: 48%;
- display: flex;
- align-items: center;
- margin-bottom: 20px;
- .B3aRll {
- width: 100px;
- text-align: right;
- font-weight: 700;
- & > span {
- color: #ff4d4f;
- }
- }
- .B3aRrr {
- width: calc(100% - 100px);
- .ant-input-affix-wrapper {
- width: 300px;
- }
- }
- }
- .B3aR2 {
- align-items: self-start;
- .B3aRll {
- position: relative;
- top: 3px;
- }
- }
- .B3aFull {
- width: 100%;
- margin-top: -20px;
- align-items: self-start;
- margin-bottom: 0;
- .B3aRll {
- position: relative;
- top: 3px;
- }
- }
- }
- }
- }
|