Jquery更换背景色

时间:2024-10-11 21:40:14
<head>
    <title>阿里西西网页特效演示效果</title>
    <style type="text/css">
        body, p, ul
        {
            margin: 0;
            padding: 0;
        }
        ul
        {
            float: right;
            height: 40px;
            margin-top: 20px;
            margin-right: 20px;
        }
        ul li
        {
            list-style-type: none;
            float: left;
            width: 20px;
            height: 20px;
            margin-left: 10px;
            cursor: pointer;
        }
        .skin
        {
            height: 40px;
            position: fixed;
            background: #fff;
            border-bottom: