利用Div+CSS(嵌套+盒模型)佈局頁面完整實例流程

来源:http://www.cnblogs.com/jly144000/archive/2017/07/20/7214584.html
-Advertisement-
Play Games

Div+CSS(嵌套+盒模型)佈局頁面完整實例流程: <!DOCTYPE html><html> <head> <meta charset="UTF-8"> <title>中國石油大學</title> </head> <style> *{ margin: 0px auto; padding: 0px ...


Div+CSS(嵌套+盒模型)佈局頁面完整實例流程:

<!DOCTYPE html>
<html>
 <head>
  <meta charset="UTF-8">
  <title>中國石油大學</title>
 </head>
 <style>
  *{
   margin: 0px auto;
   padding: 0px;
  }
  .top-head{
   width: 100%;
   height: auto;
   border: 1px solid white;
  }
  .top{
   width: 100%;
   height: 200px;
   /*border: 1px solid black;*/
   position: absolute;
   background-image: url(./img/header_bg.png);
  }
  .logo{
   width: 100%;
   height: 200px;
   /*border: 1px solid black;*/
  }
  .head-right{
   width: 400px;
   height: 150px;
   float: right;
   /*border: 1px solid black;*/
  }
  .nav{
   width: 100%;
   height: 50px;
   /*border: 1px solid black;*/
   position: absolute;
   margin-top: -5px;
   background-color:deepskyblue;
  }
  .nav-text{
   width: 160px;
   height: 40px;
   float:left;
   list-style: none;
   margin: 15px;
   text-align: center;
   font-size: 17px;
  }
  .current:hover{
   color: #ffff00;
  }
  .IOS{
  width: 80px;
  height: 80px;
  margin:50px 10px;
  float: left;
  background-color:#8A2BE2;
  position: relative; 
  }
  .Android{
  width: 80px;
  height: 80px;
  margin:50px 10px ;
  float: left;
  background-color:#A52A2A;
  position: relative;
  }
  .QRC-1{
   width: 80px;
   height: 20px;
   /*background-color: #00FFFF;*/
   float: left;
   margin:-10px -100px ;
   position: relative;
   text-align: center;
  }
  .QRC-2{
   width: 80px;
   height: 20px;
   /*background-color:#006400;*/
   float: left;
   margin:-10px 0px ;
   position: relative;
   text-align: center;
  }
  .tel{
  width: 150px;
  height: 80px;
  margin:50px 10px ;
  float: left;
  padding-right: 20px;
  font-size: 28px;
  /*border: 1px solid white;*/
  }
  .container{
   width: 90%;
   height: 1800px;
   /*border: 1px solid black;*/
   margin: 0px auto;
  }
  .content-left{
   width: 20%;
   height: 270px;
   float: left;
   margin: 20px;
         background-color:white;
      }
      .list-left ul li{
        list-style: none;
    width: 210px;
    height: 50px;
    background-color: #CCCCCC;
    line-height: 50px;
    text-align: center;
    margin-top: 2px;
   }
   .list-left{
    padding-top: 5px;
   }
   .text-t:hover{
    color: red;
   }
      .divHead{
       padding: 10px 30px;
       border-bottom: 3px solid red;
      }
      .sider-left{
       margin: 30px;
       text-align: center;
       color: black;
       border-bottom: 2px solid white ;       
       vertical-align: middle;
      }
      a{
       text-decoration:none;
       color: black;
      }
      a:visited{
       color:black;}
        .content-middle{
   width: 54%;
   height: 270px;
   margin: 20px 280px;
         position: relative;
     }
  .content-right{
   width: 20%;
   height: 270px;
   float: right;
   margin: -290px 20px;
         background-color:white;
        }
        .username{
         text-align:left;
         width: 200px;
         height: 40px;
         line-height: 40px;
         vertical-align: middle;
         margin: 40px 20px;
         margin-bottom: 10px;
         position: relative;
       
         }
         .password{
         text-align:left;
         width: 200px;
         height: 40px;
         line-height: 40px;
         vertical-align: middle;
         margin: 10px 20px 0px;
         position: relative;
         }
        .content-1{
          width: 20%;
    height: 340px;
    float: left;
    margin: 0px 0px 0px 20px;
          background-color:white;
        }
        .content-2{
          width: 54%;
    height: 340px;
    margin: 20px 280px;
          background-color:white;
        }
        .content-3{
          width: 20%;
    height: 340px;
    float: right;
    margin: -360px 20px;
          background-color:white;
        }
        .content-4{
          width: 31%;
    height: 300px;
    float: left;
    margin: 0px 0px 0px 20px;
          background-color:white;
        }
        .content-5{
          width: 31%;
    height: 300px;
    margin: 20px 420px;
          background-color:white;
        }
        .content-6{
          width: 31%;
    height: 300px;
    float: right;
    margin: -320px 20px;
          background-color:white;
       }
        .majorBox{
          width: 87%;
    height: 200px;
    background-color: white;
    margin:0px auto;
    margin-top: 1200px;
        }
        .majorBox-link-box{
          width: 87%;
    height: 100px;
    background-color:white;
    position: relative;
   }
   .footer{
    width: 100%;
    height: 100px;
    background-color:black;
    position: relative;
    margin-top:50px;
   }
   .button{
    width: 200px;
    height: 30px;
    margin: 10px 20px 5px;
    background-color: red;
    color: white;
   }
   .forget-password{
    float: right;
    margin: 1px 20px 0px 0px;
    font-size: 12px;
    color: red;
   }
   .conten-nav-top{
    padding: 10px 30px;
        border-bottom: 3px solid red;
   }
   .conten-nav-top-1{
    padding: 10px 30px;
    border-bottom: 3px solid #00FFFF;
   }
   .jszc,.tel-1,.ad{
    font-size: 14px;
    color:#DCDCDC;
    text-align: center;
   }
   .jszc{
    padding-top:10px ;
    margin: 10px auto;
   }
   .ad{
    margin: 10px auto;
   }
   .phone{
    font-size: 14px;
    margin-left: 20px;
    margin-top: 20px;
   }
   .addr{
    font-size: 14px;
    margin-left: 20px;
    padding-top: 10px;
    line-height: 30px;
   }
   .text-contect{
    width: 440px;
    float: right;
   }
   .text-1{
    font-size: 16px;
    text-align: left;
    padding-top: 10px;
    line-height: 30px;
   }
   .text-2{
    font-size: 14px;
    text-align: left;
    line-height: 25px;
    
   }
   .box-text ul li{
    list-style: none;
    font-size: 14px;
    float: left;
    margin: 20px;
    color: black;
   }
   .majorcontect ul li {
    border:1px solid black;
    float: left;
    font-size: 14px;
    margin: 30px 40px;
    list-style: none;
   }
   .informBox ul li{
    list-style: none;
    padding: 5px 30px;
    line-height: 30px;
    font-size: 14px;
   }
   .dynamicBox{
    padding-left: 20px;
   }
   .dynamicBox ul li{
    list-style:square;
    font-size: 12px;
    line-height: 25px;
    padding-left: 30px;
   }
   .dynamicBox ul li span{
    float: right;
    padding-right: 20px;
   }
   .teachBox ul li{
    list-style: none;
    font-size: 16px;
    background-color:#DCDCDC;
    height: 50px;
    width: 220px;
    text-align: center;
    line-height: 50px;
    margin-top: 2px;
   }
   .teachBox{
    padding-top: 15px;
   }
   .learn{
    line-height: 30px;
    color: red;
    border: 1px silver #DCDCDC;
    background-color: #DCDCDC;
   }
   .newsList ul li span{
    float: right;
    padding-right: 20px;
   }
   .newsList ul li{
    list-style: square;
    float: left;
    font-size: 14px;
    height: 20px;
    width: 320px;
    line-height: 20px;
    padding-top: 10px;
    border-bottom: 1px dashed #DCDCDC;
   }
   .newsList{
    margin-left: 15px;
   }
   .text-s:hover{
    color: red;
   }
   .text-x:hover{
    color: green;
   }
   .text-p:hover{
    color: white;
    background-color: orangered;
   }
 </style>
 <body bgcolor="lavender">
  <div class="top-head">
  <div class="top">
   <div class="logo">
    <img src="./img/logo石油大.png" 
     width="380px"
     height="150px" style="margin-left: 40px;" />
    <div class="head-right">
      <div class="IOS ">
       <img src="./img/IOS.png" />
       <p></p>
      </div>
      <div class="Android ">
       <img src="./img/Android.png" />
       <p></p>
       <div class="QRC-1">IOS</div>
       <div class="QRC-2">Android</div>
      </div>
      <div class="tel">
       <div class="tel-1" style="margin-top: 10px; margin-left:10px;font-size: 16px; color: #0065b3;">學生服務熱線:
       </div>
       <div class="tel-2" style="margin-top: 8px;margin-left:10px; font-size: 22px; color: #0065b3;">400-640-1953
       </div>
      </div>
    </div>
    <div class="nav">
     <ul class=" nav-content">
       <li class="nav-text">
        <a class="current" href="/portal/home.aspx">首頁</a>
       </li>
       <li class="nav-text">
        <a class="current" href="http://www.upol.cn/" class="nav_list_a">學院概況</a>
       </li>
       <li class="nav-text">
       <a class="current" href="http://www.upol.cn/zhaosheng/" class="nav_list_a">招生專區</a>
       </li>
       <li class="nav-text">
        <a class="current" href="/portal/news.aspx?cateKey=jxdt" class="nav_list_a">教學教務</a>
       </li>
       <li class="nav-text">
        <a class="current" href="/portal/news.aspx?cateKey=xwzx" class="nav_list_a">新聞資訊</a>
        </li>
       <li class="nav-text">
        <a class="current" href="/portal/news.aspx?cateKey=bzzx" class="nav_list_a">幫助中心</a>
        </li>
       <li class="nav-text">
        <a class="current" href="http://xiazai.upol.cn/media/zhuanye/main1.htm" class="nav_list_a">專業設置</a>
        </li>
       </ul>
    </div>
   </div>
   <div class="container">
     <div class="content-left">
      <div class="divHead">招生專區</div>
      <div class="list-left">
      <ul>
       <li>
       <a href="/portal/newsdetail.aspx?cateKey=zxbm&newsId=ccaddahrwadels6hppuq5y46kfg" class="text-t">線上報名</a>
       </li>
       <li>
       <a href="http://www.upol.cn/new/zhaos/2017/" class="text-t">招生簡章</a>
       </li>
       <li>
       <a href="http://xg.sdcen.cn:82/study/Login.aspx" class="text-t">入學考試</a>
       </li>
       <li>
       <a href="/stuManager/getAdmission.aspx?schoolId=5d938946-b99e-4572-9641-d4e44ac14e44" class="text-t">錄取查詢</a>
       </li>
      </ul>
      </div>
     </div>
     <div class="content-middle">
      <img src="./img/石大.png" width="655.6px" height="270px" style="margin-top:-290px ; position: relative; float: left;"/>
     </div>
     <div class="content-right">
      <div class="divHead">系統登錄</div>
      <input type="text" name="username" placeholder="用戶名" minlength="1" class="username"/>
       <!--<span class="textBg"></span>-->
      <input type="password" name="password" placeholder="密碼" minlength="1" class="password"/>
       <!--<span class="psdBg"></span>-->
       <input type="button" class="button" name="logo" value="登錄" />
       <a href="/portal/resetpwd.aspx" class="forget-password">忘記密碼?</a>
     </div>
       <div style="clear: both;"></div>
     <div class="content-1">
      <div class="conten-nav-top">聯繫我們</div>
      <img src="img/contect.png" width="220" height="150" style="margin-left: 10px;margin-top: 15px;"  />
       <div class="phone">統一服務熱線:
        <span class="tel-phone" style="color: red;">400-640-1953</span>
       </div>
       <div class="addr">地址:青島市黃島區長江西路66號   中國石油大學(華東)
                           </div>
     </div>
     <div class="content-2">
      <div class="conten-nav-top">新聞資訊</div>
      <img src="img/小圖像.jpg" width="180px"
       height="100px" style="margin: 15px;" / >
       <div class="text-contect">
       <div class="text-1">
        教育發展中心與靈山衛街道辦共...
       </div>
       <div class="text-2">  
        4月12日,教育發展中心與青島市黃島區靈山衛成人教育中心共同在靈山衛社區中心舉行靈山衛社區教育學院揭...
       </div>
       <a href="/portal/newsdetail.aspx?cateKey=xwtp&newsId=nduxafwnubvgq18kjcffka">
        <span class="learn">瞭解詳情</span>
       </a>
      </div>
      <div class="newsList">
       <ul>
        <li>
                 <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=lougahanmlfjegg4uezmxw" title="遠程教育學院舉行學習中心管理人員業務培訓" target="_blank" class="text-s">遠程教育學院舉行學習中心管理...</a>
               <span>2017-05-17</span>
                 </li>
               <li>
                 <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=sxiwafwna6xfjbr4ql0t5w" title="學校發佈2016年度繼續教育質量報告" target="_blank" class="text-s">學校發佈2016年度繼續教育質量...</a>
               <span>2017-04-14</span>
                 </li>
               <li>
                 <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=zduxavonabhfubym08bylg" title="遠程教育學院在瑞智(青島)公司舉行首屆專場畢業典禮" target="_blank" class="text-s">遠程教育學院在瑞智(青島)公...</a>
               <span>2017-04-12</span>
                 </li>
               <li>
                <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=m5-4aeanqp1adclgxe6usw" title="我校舉行現代遠程教育2017年學士學位授予儀式" target="_blank" class="text-s">我校舉行現代遠程教育2017年學...</a>
                <span>2017-03-30</span>
                 </li>
               <li>
                  <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=huinatynob1czz81eqlimq" title="全國高等學歷繼續教育專業管理與公共信息服務平臺啟用培訓成功舉行" target="_blank" class="text-s">全國高等學歷繼續教育專業管理...</a>
               <span>2017-03-20</span>
                </li>
               <li>
                 <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=gwmnadmnb6tff57dldztza" title="全國高等學歷繼續教育專業管理與公共信息服務平臺啟用培訓成功舉行" target="_blank" class="text-s">全國高等學歷繼續教育專業管理...</a>
               <span>2017-03-17</span>
                 </li>
               <li>
                 <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=4lamadmnpo5mdf3439pudg" title="教育發展中心謀劃部署2017年各項工作" target="_blank" class="text-s">教育發展中心謀劃部署2017年各...</a>
               <span>2017-03-17</span>
                 </li>
               <li>
                 <a href="/portal/newsdetail.aspx?cateKey=xwzx&amp;newsId=872ladmnbpjh8d07wozxsa" title="國家發改委國際合作中心執行總監馬蘭來校洽談交流" target="_blank" class="text-s">國家發改委國際合作中心執行總...</a>
               <span>2017-03-17</span>
                 </li>
       </ul>
      </div>
      </div>
     <div class="content-3">
      <div class="conten-nav-top">教學專區</div>
      <div class="teachBox">
       <ul>
        <li class="teachTwo">
         <a href="http://course.upol.cn/tongkao/index.asp" class="text-p">網路統考</a>
        </li>
        <li class="teachThree">
         <a href="http://xl.upol.cn/portal/news.aspx?cateKey=ycdb" class="text-p">遠程答辯</a>
        </li>
        <li class="teachFour">
         <a href="http://course.upol.cn/xuewei/index.asp" class="text-p">學位輔導</a>
        </li>
        <li class="teachFour current">
         <a href="http://open.upol.cn/mooc/" class="text-p">MOOC石大</a>
        </li>
        <li class="teachOne">
         <a href="http://www.upol.cn/rms/cyxt/" class="text-p">翠園學堂</a>
        </li>
       </ul>>
        <li class="teachTwo" >
         <a href="http://course.upol.cn/tongkao/index.asp" class="text-p">網路統考</a>
        </li>
        <li class="teachThree">
         <a href="http://xl.upol.cn/portal/news.aspx?cateKey=ycdb" class="text-p">遠程答辯</a>
        </li>
        <li class="teachFour">
         <a href="http://course.upol.cn/xuewei/index.asp" class="text-p">學位輔導</a>
        </li>
        <li class="teachFour current">
         <a href="http://open.upol.cn/mooc/" class="text-p">MOOC石大</a>
        </li>
        <li class="teachOne">
         <a href="http://www.upol.cn/rms/cyxt/" class="text-p">翠園學堂</a>
        </li>
       </ul>
      </div>
     </div> 
      <div style="clear: both;"></div>
     <div class="content-4">
      <div class="conten-nav-top">聯繫我們</div>
      <div class="informBox">
       <ul>
        <a href="/portal/newsdetail.aspx?cateKey=tzgg&amp;newsId=9g-8ak2nll5bjirui4-weq" title="2017年9月PETS3級考試輔導啟動啦!">  
        <li>
         <span>07-11</span>
              2017年9月PETS3級考試輔導啟動...     
        </li>
        </a> 
        <a href="/portal/newsdetail.aspx?cateKey=tzgg&amp;newsId=e70ray2n0ipbouc9qutg8q" title="2017年上半年學位外語成績申報結果公示">    
                                 <li>
             <span>06-09</span>
             2017年上半年學位外語成績申報...
             </li>
        </a>
        <a href="/portal/newsdetail.aspx?cateKey=tzgg&amp;newsId=ztjbai2n47pdejymeqr5-g" title="關於2017年下半年全國英語等級考試的報考通知">
         <li>    
              <span>06-09</span>
              關於2017年下半年全國英語等級...
             </li>
         </a>
         <a href="/portal/newsdetail.aspx?cateKey=tzgg&amp;newsId=od6lahyne4hl-mhsdeogww" title="關於轉發2017年4月統考成績覆核工作的通知">
          <li>    
              <span>05-23</span>
              關於轉發2017年4月統考成績覆核...
              </li>
         </a>
         <a href="/portal/newsdetail.aspx?cateKey=tzgg&amp;newsId=xcgvawqnbjdex1bcnomavg" title="關於2017年9月份網路統考整體流程的通知">
          <li>    
              <span>05-05</span>
              關於2017年9月份網路統考整體流...
              </li>
         </a>
         <a href="/portal/newsdetail.aspx?cateKey=tzgg&amp;newsId=yy4vawqn07leaeetyfcgvq" title="關於2017年9月網路統考跨省異地報考有關事項的通知">
          <li>    
              <span>05-05</span>
              關於2017年9月網路統考跨省異地...
              </li>
         </a>
       </ul>
      </div>
     </div>
     <div class="content-5">
      <div class="conten-nav-top">新聞資訊</div>
      <div class="dynamicBox">
       <ul>
        <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=zdi7ak2ns59opjokt9b4bw" title="2017年9月PETS3級考試輔導啟動啦!" class="text-x">2017年9月PETS3級考試輔導啟動...</a>
                  
                 <span>2017-07-11</span>
        </li>
                 <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=qpwsaiwn-j9ij45lt3hs2w" title="關於發佈《2017年秋季學期教學運行計劃》的通知" class="text-x">關於發佈《2017年秋季學期教學...</a>
                  
                 <span>2017-06-01</span>
                 </li>
                 <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=vyuxagsnjphhhlgp-h07da" title="關於發佈2017春季學期期末考試工作的通知" class="text-x">關於發佈2017春季學期期末考試...</a>
                  
                 <span>2017-04-29</span>
                 </li>
                 <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=yi-qacqnk6nmbwd7owcisq" title="關於做好2016秋季學期課程補考工作的通知" class="text-x">關於做好2016秋季學期課程補考...</a>
                  
                 <span>2017-03-02</span>
                 </li>
                 <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=eqfaaccndkpj729penfdaw" title="2017年3月PETS3級考試輔導啟動啦!" class="text-x">2017年3月PETS3級考試輔導啟動...</a>
                
                 <span>2017-02-20</span>
                 </li>
                 <li>
                  <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=zo2jahmmdz9dobfft8jvkg" title="關於做好2016春季學期課程補考工作的通知" class="text-x">關於做好2016春季學期課程補考...</a>
                   
                  <span>2016-09-06</span>
                 </li>
                 <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=2yajahmm6kfcjeu8mh6zqw" title="2016年9月PETS3級考試輔導啟動啦!" class="text-x">2016年9月PETS3級考試輔導啟動...</a>
                   
                  <span>2016-09-06</span>
                 </li>
                 <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=ggejahmmm5jjm3nwz5o24q" title="2016年9月電腦統考視頻輔導開始啦!" class="text-x">2016年9月電腦統考視頻輔導開...</a>
                   
                  <span>2016-09-06</span>
                 </li>
                 <li>
                   <a href="/portal/newsdetail.aspx?cateKey=jxdt&amp;newsId=0hqhahmmnbrp-jfzrc33va" title="2016年4月《電腦應用基礎》統考輔導答疑安排" class="text-x">2016年4月《電腦應用基礎》統...</a>
                  
                 <span>2016-09-06</span>
                 </li>
       </ul>
      </div>
     </div>
     <div class="content-6">
      <div class="conten-nav-top">教學專區</div>
      <div class="dynamicBox">
       <ul>
        <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=iegdauanazzkvgvd-rvd3g" title="我校舉行現代遠程教育2017年學士學位授予儀式" class="text-x">我校舉行現代遠程教育2017年學...</a>
                  
                  <span>2017-03-30</span>
        </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=qcaiahmmmjviwaqhw23smq" title="我校舉行現代遠程教育2015年學士學位授予儀式" class="text-x">我校舉行現代遠程教育2015年學...</a>
                  
                 <span>2016-09-06</span>
                 </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=uqoiahmmvl9khpa8tupmiw" title="遠程教育2015年秋季批次 畢業設計(論文)答辯評審工作順利結束" class="text-x">遠程教育2015年秋季批次 畢業設...</a>
                  
                 <span>2016-09-06</span>
                  
                 </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=n4kiahmmg7hh79ogys3rug" title="謀發展,促共贏 —校企合作帶來招生春天" class="text-x">謀發展,促共贏 —校企合作帶來...</a>
                  
                 <span>2016-09-06</span>
                  
                 </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=vf-iahmmrytf0b1k-wtmzg" title="遠程教育學院 舉辦2016年新建學習中心管理人員業務培訓會" class="text-x">遠程教育學院 舉辦2016年新建學...</a>
                  
                  <span>2016-09-06</span>
                 </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=5uciahmmorjehona07ws6q" title="新生二次導學暨職業生涯規劃專題講座順利舉辦" class="text-x">新生二次導學暨職業生涯規劃專...</a>
                  
                 <span>2016-09-06</span>
                 </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=2r2iahmm7q5ezn9ceefpeq" title="青島直屬學習中心舉辦剪紙藝術傳統文化講座" class="text-x">青島直屬學習中心舉辦剪紙藝術...</a>
                
                 <span>2016-09-06</span>
                 </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=1fwhahmmwldlj6elyo6nig" title="東營直屬學習中心舉辦“辦公綜合能力提升”講座開講" class="text-x">東營直屬學習中心舉辦“辦公綜...</a>
                  
                 <span>2016-09-06</span>
                 </li>
                 <li>
                  
                   <a href="/portal/newsdetail.aspx?cateKey=xywh&amp;newsId=kduhahmmyiloc5ywn9shjw" title="東營直屬學習中心“兩學一做”專題教育活動講座開講" class="text-x">東營直屬學習中心“兩學一做”...</a>
                  
                 <span>2016-09-06</span>
                 </li>
       </ul>
      </div>
     </div>
     </div>   
    </div>
    <div class="majorBox">
     <div class="conten-nav-top-1">課程推薦</div>
     <div class="majorcontect">
    <ul>
     
     <li>
              <a href="http://course.upol.cn/jpk2009/wlhx/index.asp?fs=view">
              <img src="./img/major-1.jpg">
              <p>物理化學</p>
              </a>
     </li>
     
     <li>
              <a href="http://www.upol.cn/jpk2010/hjjc/">
              <img src="./img/major-2.jpg">
              <p>環境監測</p>
              </a>
     </li>
     
             <li>
               <a href="http://course.upol.cn/jpk2009/diangong/index.asp?fs=view">
               <img src="./img/major-3.jpg">
               <p>電工電子學</p>
             </a>
             </li>
             
             
              <li>
               <a href="http://www.upol.cn/jpk2012/gzdzx/index.html">
               <img src="./img/major-4.jpg" width="104px" height="74px">
               <p>構造地質學</p>
             </a>
              </li>
             
             
              <li>
               <a href="http://www.upol.cn/jpk2010/yksj/">
               <img src="./img/major-5.jpg" width="104px" height="74px">
               <p>油庫設計與管理</p>
             </a>
              </li>
             
             
              <li>
               <a href="http://www.upol.cn/jpk2010/caiyou/">
               <img src="./img/major-6.gif" width="104px" height="74px">
               <p>採油工程</p>
             </a>
              </li>
             </ul>
   </div>
  </div>
  <div class="majorBox-link-box" style="margin-top: 20px;">
   <div class="conten-nav-top-1">友情鏈接</div>
   <div class="box-text">
    <ul>
     <li>
      <a href="http://www.upc.edu.cn">中國石油大學(華東)</a>
     </li>
     <li>
      <a href="http://www.upol.cn">中國石油大學教育發展中心</a>
     </li>
     <li>
      <a href="http://www.sdcen.cn">山東省繼續教育公共服務平臺</a>
     </li>
    </ul>
   </div>
  </div>
  <div class="footer">
   <div class="jszc">
               技術支持:山東和學教育科技有限公司    中國石油大學(華東)教育發展中心
            </div>
            <div class="tel-1">
             聯繫電話:400-640-1953    聯繫地址:青島市黃島區長江西路66號 中國石油大學(華東)
            </div>
            <div class="ad">
    魯ICP備16034406號         
            </div>
  </div>
  </div>
 </body>
</html>


您的分享是我們最大的動力!

-Advertisement-
Play Games
更多相關文章
  • 本篇為繼上一篇的續篇,主要內容分為以下幾點: 1、zookeeper集群 2、web管理平臺 3、dubbo配置說明 接下來我們開始繼續吧。 一、zookeeper集群 顧名思義也就是多台zookeeper服務以及多台伺服器共同協作。 在上一篇中我們已經把dubbo-consumer工程實現了,我們 ...
  • var json = [ {"id":"1","tagName":"apple"}, {"id":"2","tagName":"orange"}, {"id":"3","tagName":"banana"}, {"id":"4","tagName":"watermelon"}, ...
  • 今天修改了一個功能,限制刪除用戶,在刪除的時候不滿足條件的時候提示用戶原因,使用的sweet alert組件。 abp框架前端集成了sweet alert 對http請求的error做了全局處理,我在後臺程式直接拋出的UserFriendlyExcption,開始的時候發現能提示,然後再次操作發現沒 ...
  • View:承載佈局,樣式,和事件交互邏輯Controller:承載邏輯和視圖,簡單的佈局主軸方向和排列Model:XXXManager,封裝數據操作,為上層容器組件提供數據,和功能 Nodejs環境,後臺通過API(application public interface)介面暴露服務Web框架:e ...
  • 求冪運算符 let a = 7 12 let b = 2 7 console.log(a === Math.pow(7,12)) // true console.log(b === Math.pow(2,7)) // true // let a = 7 a = 12 let b = 2 b = 7 ...
  • 原文:History and Background of JavaScript Module Loaders 作者:Elias Carlston 翻譯:leotso 介紹 Web 應用程式的應用程式邏輯不斷從後端移到瀏覽器端。但是,由於富客戶端 JavaScript 應用程式的規模變得更大,它們遇到 ...
  • 電影網站 👉 GitHub: https://github.com/bxm0927/movie-website 此項目是基於 Node.js + Express + mongoDB + Bootstrap 搭建的電影網站。 主要功能模塊: 一期:前臺電影展示頁、電影詳情頁、後臺電影管理中心(電影錄 ...
  • 七.ECMAScript5關於數組的新方法1.forEach():遍曆數組,併為每個元素調用傳入的函數; 舉例: 1 var a = [1,2,3]; 2 var sum = 0; 3 //傳一個參數 4 a.forEach(function(v){ 5 sum += v; 6 }); 7 cons... ...
一周排行
    -Advertisement-
    Play Games
  • 移動開發(一):使用.NET MAUI開發第一個安卓APP 對於工作多年的C#程式員來說,近來想嘗試開發一款安卓APP,考慮了很久最終選擇使用.NET MAUI這個微軟官方的框架來嘗試體驗開發安卓APP,畢竟是使用Visual Studio開發工具,使用起來也比較的順手,結合微軟官方的教程進行了安卓 ...
  • 前言 QuestPDF 是一個開源 .NET 庫,用於生成 PDF 文檔。使用了C# Fluent API方式可簡化開發、減少錯誤並提高工作效率。利用它可以輕鬆生成 PDF 報告、發票、導出文件等。 項目介紹 QuestPDF 是一個革命性的開源 .NET 庫,它徹底改變了我們生成 PDF 文檔的方 ...
  • 項目地址 項目後端地址: https://github.com/ZyPLJ/ZYTteeHole 項目前端頁面地址: ZyPLJ/TreeHoleVue (github.com) https://github.com/ZyPLJ/TreeHoleVue 目前項目測試訪問地址: http://tree ...
  • 話不多說,直接開乾 一.下載 1.官方鏈接下載: https://www.microsoft.com/zh-cn/sql-server/sql-server-downloads 2.在下載目錄中找到下麵這個小的安裝包 SQL2022-SSEI-Dev.exe,運行開始下載SQL server; 二. ...
  • 前言 隨著物聯網(IoT)技術的迅猛發展,MQTT(消息隊列遙測傳輸)協議憑藉其輕量級和高效性,已成為眾多物聯網應用的首選通信標準。 MQTTnet 作為一個高性能的 .NET 開源庫,為 .NET 平臺上的 MQTT 客戶端與伺服器開發提供了強大的支持。 本文將全面介紹 MQTTnet 的核心功能 ...
  • Serilog支持多種接收器用於日誌存儲,增強器用於添加屬性,LogContext管理動態屬性,支持多種輸出格式包括純文本、JSON及ExpressionTemplate。還提供了自定義格式化選項,適用於不同需求。 ...
  • 目錄簡介獲取 HTML 文檔解析 HTML 文檔測試參考文章 簡介 動態內容網站使用 JavaScript 腳本動態檢索和渲染數據,爬取信息時需要模擬瀏覽器行為,否則獲取到的源碼基本是空的。 本文使用的爬取步驟如下: 使用 Selenium 獲取渲染後的 HTML 文檔 使用 HtmlAgility ...
  • 1.前言 什麼是熱更新 游戲或者軟體更新時,無需重新下載客戶端進行安裝,而是在應用程式啟動的情況下,在內部進行資源或者代碼更新 Unity目前常用熱更新解決方案 HybridCLR,Xlua,ILRuntime等 Unity目前常用資源管理解決方案 AssetBundles,Addressable, ...
  • 本文章主要是在C# ASP.NET Core Web API框架實現向手機發送驗證碼簡訊功能。這裡我選擇是一個互億無線簡訊驗證碼平臺,其實像阿裡雲,騰訊雲上面也可以。 首先我們先去 互億無線 https://www.ihuyi.com/api/sms.html 去註冊一個賬號 註冊完成賬號後,它會送 ...
  • 通過以下方式可以高效,並保證數據同步的可靠性 1.API設計 使用RESTful設計,確保API端點明確,並使用適當的HTTP方法(如POST用於創建,PUT用於更新)。 設計清晰的請求和響應模型,以確保客戶端能夠理解預期格式。 2.數據驗證 在伺服器端進行嚴格的數據驗證,確保接收到的數據符合預期格 ...