Difference between revisions of "Team:BIT-China/Design"

Line 30: Line 30:
 
             height: 80px;
 
             height: 80px;
 
             line-height: 80px;
 
             line-height: 80px;
             top: 8px;
+
             top: 8px;left:0;
 
             width:100%;position:absolute;
 
             width:100%;position:absolute;
 
             color: #FFFFFF;
 
             color: #FFFFFF;
Line 48: Line 48:
 
         }
 
         }
 
</style>
 
</style>
 +
<script>
 +
 +
        $(document).ready(function() {
 +
 +
            //设置二级页内小导航的内容
 +
            $("#sub-top-left-txt").html("Project");
 +
            $("#sub-top-nav-right").append('<span>Background</span>' +
 +
                    '<span class="nav-divider">|</span>' +
 +
                    '<span>Design</span>' +
 +
                    '<span class="nav-divider">|</span>' +
 +
                    '<span>Results</span>');
 +
 +
        });
 +
    </script>
 +
</script>
 
</head>
 
</head>
 
<body>
 
<body>

Revision as of 08:21, 7 October 2016

backtop