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