19 lines
379 B
Plaintext
19 lines
379 B
Plaintext
.foot-fixed .foot-item .foot-icon {
|
|
width: 24px;
|
|
height: 26px;
|
|
margin: 0 auto;
|
|
}
|
|
.foot-fixed .foot-item .foot-label {
|
|
margin: 5px 0;
|
|
}
|
|
.foot-fixed .foot-item .foot-label {
|
|
height: 15px;
|
|
line-height: 15px;
|
|
font-size: 12px;
|
|
}
|
|
.foot-fixed .foot-item span {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
}
|
|
|