@@ -56,7 +56,7 @@ a {
/* 单行文字溢出时出现省略号,需设定宽度 */
.ellips {
overflow: hidden;
- white-space: nowrap;
+ white-space: nowrap;
text-overflow: ellipsis;
}
@@ -65,6 +65,7 @@ html,body{
height: 100%;
position: absolute;
+ background: #fff;
html{
margin: 0;
@@ -86,7 +87,7 @@ html{
.resultSym {
width: 110px;
@@ -96,4 +97,4 @@ html{
.main .mainBtm .Recommend .btn {
padding: 0 10px !important;
-} */
+} */