Commit ecde4a72 authored by 黄媛媛's avatar 黄媛媛

禁止鼠标右键

parent 010e8386
...@@ -816,7 +816,7 @@ ...@@ -816,7 +816,7 @@
<title>athena</title> <title>athena</title>
</head> </head>
<body> <body oncontextmenu=self.event.returnValue=false onselectstart="return false">
<noscript> <noscript>
<strong>We're sorry but athena doesn't work properly without JavaScript enabled. Please enable it to <strong>We're sorry but athena doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong> continue.</strong>
......
This diff is collapsed.
...@@ -140,7 +140,7 @@ ...@@ -140,7 +140,7 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.juanList .MoreDiv .moreItem:hover .textDiv{ .juanList .moreItem:hover .textDiv{
box-shadow: 0 0 15px 2px #f5f5f5; box-shadow: 0 0 15px 2px #f5f5f5;
} }
.juanList .MoreDiv .moreItem{ .juanList .MoreDiv .moreItem{
...@@ -182,9 +182,6 @@ ...@@ -182,9 +182,6 @@
align-items: center; align-items: center;
justify-content: center; justify-content: center;
} }
.juanList .MoreDiv .moreItem:hover .textDiv{
box-shadow: 0 0 15px 2px #f5f5f5;
}
.juanList .serachDiv{ .juanList .serachDiv{
width:560px; width:560px;
margin:0 auto; margin:0 auto;
...@@ -599,7 +596,6 @@ export default { ...@@ -599,7 +596,6 @@ export default {
}, },
InputFocus(){ InputFocus(){
if(this.text!=""){ if(this.text!=""){
this.searchShow=true; this.searchShow=true;
this.InputChange(); this.InputChange();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment