1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677 |
- .btnGroupModal {
- padding: 32px 0;
- :global {
- .n-button {
- height: 47px;
- min-width: 156px;
- }
- }
- }
- .subjectSync {
- .tips {
- padding: 40px;
- font-size: 20px;
- color: #131415;
- line-height: 28px;
- span {
- color: #F20606;
- }
- }
- }
- .subjectList {
- display: flex;
- align-items: center;
- flex-wrap: wrap;
- padding: 0 30px;
- gap: 20px 40px;
- }
- .subjectItem {
- .imgSection {
- position: relative;
- // padding: 7px;
- border: 3px solid transparent;
- border-radius: 24px;
- line-height: 0;
- overflow: hidden;
- }
- img {
- overflow: hidden;
- border-radius: 18px;
- width: 127px;
- height: 127px;
- object-fit: contain;
- }
- .iconSelect {
- position: absolute;
- top: 8px;
- right: 8px;
- border-radius: 0;
- width: 24px;
- height: 24px;
- }
- .subjectName {
- text-align: center;
- color: #777777;
- }
- }
- .subjectSelect {
- .imgSection {
- border: 3px solid #198CFE;
- }
- .subjectName {
- font-weight: 600;
- color: #198CFE;
- }
- }
|