123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475 |
- .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;
- }
- img {
- overflow: hidden;
- border-radius: 18px;
- width: 120px;
- height: 120px;
- }
- .iconSelect {
- position: absolute;
- top: 11px;
- right: 11px;
- 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;
- }
- }
|