Authored by
ccbikai
修改底部样式
1
|
.yoho-footer {
|
1
|
.yoho-footer {
|
|
|
2
|
+ margin-left: auto;
|
|
|
3
|
+ margin-right: auto;
|
|
|
4
|
+ width: 100%;
|
|
|
5
|
+ max-width: 640px;
|
2
|
font-size: 24px;
|
6
|
font-size: 24px;
|
3
|
background-color: #fff;
|
7
|
background-color: #fff;
|
4
|
position: relative;
|
8
|
position: relative;
|