...
|
...
|
@@ -377,7 +377,7 @@ |
|
|
|
|
|
.wx-footer {
|
|
|
width: 100%;
|
|
|
height: 95px;
|
|
|
min-height: 95px;
|
|
|
background-color: #fff;
|
|
|
border-top: solid 1px #e0e0e0;
|
|
|
position: fixed;
|
...
|
...
|
@@ -403,17 +403,11 @@ |
|
|
.copy {
|
|
|
font-size: 24px;
|
|
|
color: #444;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
|
|
|
.intro {
|
|
|
font-size: 18px;
|
|
|
color: #b0b0b0;
|
|
|
overflow: hidden;
|
|
|
text-overflow: ellipsis;
|
|
|
white-space: nowrap;
|
|
|
}
|
|
|
}
|
|
|
}
|
...
|
...
|
|