@@ -89,7 +89,7 @@ export default {
}
if(temAry.length==0){
- that.resloutempty= "搜索结果为空...";
+ that.resloutempty= "未匹配到相关内容...";
that.reslouts = [];
}else{
that.resloutempty = "";
@@ -154,6 +154,8 @@ a {
padding:0 .5rem;
box-sizing: border-box;
text-indent: 15px;
+ appearance: none;
+ font-size:14px;
border:1px solid rgba(233, 230, 230, 0.72);
.c-l{
@@ -168,6 +170,7 @@ a {
text-align: center;
color:#999;
height: 100px;
line-height: 100px;
.tot{