| 1234567891011121314151617181920212223242526272829 |
- .theTitle {
- display: flex;
- align-items: center;
- padding: 15px 0;
- .title {
- font-size: 18px;
- font-weight: bold;
- color: #1d1f26;
- }
- .img {
- display: inline-block;
- width: 21px;
- height: 14px;
- margin-left: 4px;
- }
- .more {
- display: flex;
- align-items: center;
- margin-left: auto;
- font-size: 16px;
- color: #1d1f26;
- font-weight: 400;
- :global {
- .van-icon {
- margin-left: 6px;
- }
- }
- }
- }
|