123456789101112131415161718192021 |
- .components.IndexColumnTitle {
- align-items: center;
- padding: 0 30px;
- margin-top: 30px;
- > text {
- font-size: 32px;
- font-weight: bold;
- color: #000;
- line-height: 40px;
- }
- > .More {
- white-space: nowrap;
- font-size: 0;
- > text {
- display: inline-block;
- vertical-align: middle;
- font-size: 24px;
- line-height: 40px;
- }
- }
- }
|