1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .A32set {
- :global {
- .ant-modal-close {
- display: none;
- }
- .ant-modal {
- width: 800px !important;
- }
- .A32Smain {
- border-top: 1px solid #999999;
- padding-top: 15px;
- width: 100%;
- .A32Sbox {
- max-height: 500px;
- overflow-y: auto;
- .A32Srow {
- margin-bottom: 20px;
- .A32Srow1 {
- position: relative;
- font-size: 14px;
- font-weight: 700;
- padding-left: 20px;
- margin-bottom: 20px;
- &::before {
- content: '';
- position: absolute;
- top: 0;
- left: 0;
- width: 5px;
- height: 22px;
- border-radius: 4px;
- background-color: var(--themeColor);
- }
- }
- .A32Srow2Check {
- margin-right: 10px;
- margin-bottom: 10px;
- }
- }
- }
- .A32Sbtn {
- margin-top: 15px;
- text-align: center;
- }
- }
- }
- }
|