亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

手琴式導(dǎo)航欄

Original 2019-08-07 09:03:58 332
abstract:/* 手琴式 導(dǎo)航欄 *//* * {       margin: 0px;       padding: 0px;       font-size: 14px;       font-family: "微軟雅黑";&n

/* 手琴式 導(dǎo)航欄 */


/* * {

       margin: 0px;

       padding: 0px;

       font-size: 14px;

       font-family: "微軟雅黑";

   }


   a {

       text-decoration: none;

       color: #36b2f5;

   }


   .nav {

       width: 250px;

       margin: 70px auto;

       border-top: 4px solid #36b2f5;

       border-bottom: 3px solid #36b2f5;

   }


   .nav .one {

       border-bottom: 1px solid #36b2f5;

       border-left: 1px solid #36b2f5;

       border-right: 1px solid #36b2f5;

       height: 40px;

       line-height: 40px;

       text-align: center;

   }


   .two {

       width: 248px;

       border-left: 1px solid #36b2f5;

       border-right: 1px solid #36b2f5;

   }


   .two div {

       height: 35px;

       line-height: 35px;

       text-align: center;

       border-bottom: 1px dotted #36b2f5;

       cursor: cell;

   } */

<!--手琴式,下拉導(dǎo)航欄 -->


<!-- <div class="nav">

       <div class="parent">

           <div class="one">

               <strong>個人中心</strong>

           </div>

           <div class="two">

               <div><a href="">我的信息</a></div>

               <div><a href="">系統(tǒng)通知</a></div>

               <div><a href="">短信息</a></div>

           </div>

       </div>

       <div class="parent">

           <div class="one">

               <strong>課程中心</strong>

           </div>

           <div class="two">

               <div> <a href="#">我的課程</a></div>

               <div> <a href="#">課程資源</a></div>

               <div> <a href="#">班級統(tǒng)計</a></div>

               <div> <a href="#">課程題庫</a></div>

           </div>

       </div>

       <div class="parent">

           <div class="one">

               <strong>校內(nèi)討論</strong>

           </div>

           <div class="two">

               <div> <a href="#">我的帖子</a></div>

               <div> <a href="#">新回復(fù)</a></div>

               <div> <a href="#">課程板塊</a></div>

               <div> <a href="#">問答中心</a></div>

           </div>

       </div>

       <div class="parent">

           <div class="one">

               <strong>資源中心</strong>

           </div>

           <div class="two">

               <div> <a href="#">教學(xué)資源</a></div>

               <div> <a href="#">教學(xué)經(jīng)歷</a></div>

           </div>

       </div>

   </div>

   <script>

       $(document).ready(function () {

           var one = $('.one')

           var two = $('.two')

           $('.two').css('display', 'none')

           $('.one').each(function (i) {

               $(this).click(function () {

                   if ($(two[i]).css('display') == 'none') {

                       $(two[i]).slideDown(400)

                   } else {

                       $(two[i]).slideUp(400)

                   }

               })

           })

       })

   </script> -->


Release Notes

Popular Entries