123456789101112131415161718192021222324252627282930313233343536373839 |
- .A7team {
- :global {
- .A7main {
- height: calc(100% - 160px);
- overflow-y: auto;
- & > img {
- pointer-events: none;
- width: 100%;
- height: auto;
- object-fit: fill !important;
- }
- .A7tit {
- font-size: 22px;
- padding: 0 35px;
- margin: 8px 0 30px;
- }
- .A7dan1 {
- padding: 0 35px;
- margin-bottom: 20px;
- & > div {
- padding: 30px;
- background: rgba(125, 190, 43, 0.1);
- border-radius: 5px;
- border: 2px solid var(--themeColor2);
- color: var(--themeColor2);
- font-weight: 700;
- font-size: 24px;
- line-height: 28px;
- text-align: center;
- }
- .A7dan1_1 {
- background: rgba(13, 121, 217, 0.1);
- border: 2px solid var(--themeColor);
- color: var(--themeColor);
- }
- }
- }
- }
- }
|