我爱辅助论坛

 找回密码
 【点我注册】

QQ登录

只需一步,快速开始

查看: 496|回复: 0

在一个论坛添加了一个代码什么都点不了怎么办

[复制链接]

该用户从未签到

发表于 2017-6-7 07:43:37 | 显示全部楼层 |阅读模式
<style>
        body{
                background-color: #00c1ff;
                -webkit-transition: background-color 400ms ease-in-out;
                -ms-transition: background-color 400ms ease-in-out;
                -o-transition: background-color 400ms ease-in-out;
                -moz-transition: background-color 400ms ease-in-out;
                transition: background-color 400ms ease-in-out;
        }
        .containergaofuxi {
                position: fixed;
top: 0;
left: 0;
z-index: -997;
width: 100%;
height: auto;
min-width: 1024px;
min-height: 100%;
        }
        #output {
                opacity: 0.3;
                width: 100%;
                height: 100%;
                -webkit-transition: all 400ms ease-in-out;
                -ms-transition: all 400ms ease-in-out;
                -o-transition: all 400ms ease-in-out;
                -moz-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
        }
.color {
position: fixed;
top: 16px;
right: -3PX;
margin: 0 auto;
margin-left: -60px;
width: 200pt;
height: 20px;}
        .color li{
                border-radius: 50%;
                                float: left;
                margin: 0 5px;
                width: 20px;
                height: 20px;
                background: #ccc;
                box-shadow: 0 0 4px #FFF;
                list-style: none;
                cursor: pointer;
        }
        .color li:nth-child(1){
                background: #00c1ff;
        }
        .color li:nth-child(2){
                background: #49dd84;
        }
        .color li:nth-child(3){
                background: #ff5a3d;
        }
        .color li:nth-child(4){
                background: #ffac3f;
        }
        .color li:nth-child(5){
                background: #2b7cd3;
        }
        .color li:nth-child(6){
                background: #ff8864;
        }
        .color li:nth-child(7){
                background: #45ada8;
        }
        .logo{
                width: 222px;
                height: 70px;
                position: fixed;
                top: 10px;
                left: 50%;
                margin-left: -70px;
                border: solid 0px #BBBBBB;
                -webkit-transition: all 400ms ease-in-out;
                -ms-transition: all 400ms ease-in-out;
                -o-transition: all 400ms ease-in-out;
                -moz-transition: all 400ms ease-in-out;
                transition: all 400ms ease-in-out;
        }
        .logo:hover{
                border: solid 0px #FFF;
                background: rgba(255, 255, 255, 0.2);
        }
        </style>
<script src="http://ftp350469.host533.zhujiwu.cn/js/FSS.js"></script>
<script>
        $(function(){
                FSS("containergaofuxi", "output");
                $(".color li").mouseover(function(event) {
                        $("body").css("background-color", $(this).css("background-color"));
                });
        });
        </script>
<!-- dom&#189;á11 &#191;é×&#212;&#182;¨ò&#229; -->
<div id="containergaofuxi" class="containergaofuxi">
        <div id="output">
        </div>
</div>
<ul class="color">
        <li>
        </li>
        <li>
        </li>
        <li>
        </li>
        <li>
        </li>
        <li>
        </li>
        <li>
        </li>
        <li>
        </li>
</ul>

温馨提示:为了保护系统安全,使用辅助前,请务必使用影子系统。

发帖求助前要善用论坛搜索功能,那里可能会有你要找的答案;

如果你在论坛求助问题,并且已经从坛友或者管理的回复中解决了问题,请把帖子标题加上【已解决】

如何回报帮助你解决问题的坛友,一个好办法就是给对方加【好评】【金币】,加分不会扣除自己的积分,做一个热心并受欢迎的人!

您需要登录后才可以回帖 登录 | 【点我注册】

本版积分规则

QQ|小黑屋|我爱辅助 ( 辽ICP备19006053号-1 )

GMT+8, 2025-5-5 09:51 , Processed in 0.037899 second(s), 18 queries , Gzip On.

Powered by Discuz! X3.4

© 2001-2023 Discuz! Team.

快速回复 返回顶部 返回列表