12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455 |
- .footer {
- background: #262D45;
- .bottomLogo {
- width: 167px;
- height: 40px;
- object-fit: contain;
- margin: 20px 24px;
- }
- .friendLink {
- display: flex;
- justify-content: space-between;
- }
- .link {
- padding: 0 24px 20px;
- .linkTitle {
- font-size: 12px;
- color: rgba(255, 255, 255, 0.5);
- line-height: 16px;
- padding-bottom: 2px;
- }
- .linkContent {
- font-size: 12px;
- font-weight: 500;
- color: #FFFFFF;
- line-height: 20px;
- letter-spacing: 1px;
- a {
- display: inline-block;
- color: #fff;
- padding-top: 6px;
- }
- }
- }
- .copyright {
- border-top: 1px solid #585858;
- font-size: 10px;
- line-height: 16px;
- color: rgba(255, 255, 255, 0.5);
- padding: 16px 0 calc(20px);
- text-align: center;
- }
- .logoUrl {
- margin-right: 24px;
- width: 60px;
- height: 60px;
- }
- }
|