1234567891011121314151617181920 |
- .foot {
- display: flex;
- justify-content: space-between;
- }
- .foot .list {
- text-align: center;
- font-size: 14px;
- width: 45vw;
- line-height: 1;
- padding: 5px 0;
- }
- .foot .list image {
- width: 6vw;
- height: 6vw;
- border-radius: 5px;
- }
- .foot .list .title {
- font-size: 12px;
- color: #000000;
- }
|