无法访问网址

将DNS更换为223.5.5.5或者8.8.8.8后再次登入。

没有我想要的资源/资源链接失效

非常抱歉,您可以通过资源集中贴/对应资源链接下评论反馈,网站会尽快补充该内容。

设置了错误的域名导致无法访问网站以及后台

一、登录服务器,输入mysql -u root -p #进入数据库

二、输入创建时设置的用户密码

三、use wordpress; #进入wordpress的数据库

四、update wp_options set option_value=”http://haqua.com.cn” where option_name=’siteurl’; #更改新的后台地址(http://haqua.com.cn应为你要更改为的后台地址)

更改完成后就可以登录后台了,通过后台中的设置将网址更换成正确的即可。

鼠标指针

/** 鼠标样式 开始**/

/** 普通指针样式**/
body{cursor: url(https://haqua.com.cn/mouse/Normal.png), default;}

/** 链接指针样式**/
a:hover{cursor:url(https://haqua.com.cn/mouse/Link.png), pointer;}

/** 输入指针样式**/
textarea,input:focus{cursor:url(https://haqua.com.cn/mouse/Text_Select.png), text;}

select{cursor: url(https://haqua.com.cn/mouse/Link.png), pointer;}

input{cursor:url(https://haqua.com.cn/mouse/Link.png), text;}

/** 鼠标样式 结束**/

Scroll to Top