ホームページ >ウェブフロントエンド >htmlチュートリアル >div + css 基本フレームワーク_html/css_WEB-ITnose

div + css 基本フレームワーク_html/css_WEB-ITnose

WBOY
WBOYオリジナル
2016-06-24 12:30:381225ブラウズ

基本盒子模型框架,非完整项目代码,仅是个结构,如您觉得有用欢迎转载或讨论,但引用请注明文章来源,如有问题请email指出。感谢 ~

 

html文件





无标题文档






  
  
  
  
  
  

      

          

           
           

             

               

                     
  • 新闻列表

  •                  
  • 新闻列表

  •                  
  • 新闻列表

  •                  
  • 新闻列表

  •                

               

                     
  • 评论列表

  •                

               

                     
  • 技术列表

  •                

               

                     
  • 点评列表

  •                

             

           

         

      

      

          
          

              

                

username:
                  
                


                

password :
                  
                


                


                  
                  
                  
                


               

          

      

  

  
  

        
        

             

                  maintext_top
                 
             


maintext_text

text1

笑える妊婦はいない。
これは純粋な知恵であり、さまざまなものからのバスケットボールであり、次のようになります。ベッドのマエセナス。
ニブ・ルトルムのサピエンスのドネクが妊娠しました。でも、それは面白いですね。 Fusce Malesuada enim vitae lacus
Euismod vulputate心配や恐れはありません。マエセナスは憎しみを口にする。
デュイス チョコレートはすぐ近くにあります。言葉を広めるためには、常に門と場所が必要です
その不動産は現在市場に出回っている。彼はこの通りに住んでいたと言われています。


text2

笑える妊婦はいない。
これは純粋な知恵であり、さまざまなものからのバスケットボールであり、次のようになります。ベッドのマエセナス。
ニブ・ルトルムのサピエンスのドネクが妊娠しました。でも、それは面白いですね。 Fusce Malesuada enim vitae lacus
Euismod vulputate心配や恐れはありません。マエセナスは憎しみを口にする。
デュイス チョコレートはすぐ近くにあります。言葉を広めるためには、常に門と場所が必要です
その不動産は現在市場に出回っている。彼はこの通りに住んでいたと言われています。


text3

笑える妊婦はいない。
これは純粋な知恵であり、さまざまなものからのバスケットボールであり、次のようになります。ベッドのマエセナス。
ニブ・ルトルムのサピエンスのドネクが妊娠しました。でも、それは面白いですね。 Fusce Malesuada enim vitae lacus
Euismod vulputate心配や恐れはありません。マエセナスは憎しみを口にする。
デュイスチョコレートはすぐ近くにあります。言葉を広めるためには、常に門と場所が必要です
その不動産は現在市場に出回っている。彼はこの通りに住んでいたと言われています。


text4

笑える妊婦はいない。
これは純粋な知恵であり、さまざまなものからのバスケットボールであり、次のようになります。ベッドのマエセナス。
ニブ・ルトルムのサピエンスのドネクが妊娠しました。でも、それは面白いですね。 Fusce Malesuada enim vitae lacus
Euismod vulputate心配や恐れはありません。マエセナスは憎しみを口にする。
              Duis scelerisque justo a pede. Nam augue lorem, semper at, porta eget, placerat eget,
              purus. Suspendisse mattis nunc vestibulum ligula. In hac habitasse platea dictumst.


                 

text5


                 

Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Nullam gravida enim ut risus.
              Praesent sapien purus, ultrices a, varius ac, suscipit ut, enim. Maecenas in lectus.
              Donec in sapien in nibh rutrum gravida. Sed ut mauris. Fusce malesuada enim vitae lacus
              euismod vulputate. Nullam rhoncus mauris ac metus. Maecenas vulputate aliquam odio.
              Duis scelerisque justo a pede. Nam augue lorem, semper at, porta eget, placerat eget,
              purus. Suspendisse mattis nunc vestibulum ligula. In hac habitasse platea dictumst.


             

        

  

  
  

       
       

           

About


           

Enlighten Designs is an Internet solutions provider that specialises in
              front and back end development. To view some of the web sites we have created view our
              portfolio.


           

We are currently undergoing a 'face lift', so if you have any questions or would
              like more information about the services we provide please feel free to contact us.


           

Contact Us


           

Phone: (***)********

              Fax: ((***)********

              Email: ****@163.com

              *****, HanKou, WuHan


           

More contact information…


       

  

  
  





CSS ファイル

/*主页面******************************************** ******/
html, body {
margin: 0;
padding: 0;
}

body {
font-family: Arial、Helvetica、Verdana、Sans-serif;
font-size: 12px;
カラー: #666666;
背景: #ffffff;
}

/*ページコンテナ**************************** **************************/
#page-container {
width: 760px;
margin: 0 auto;
}

/*メインナビ********************************************** ******/
#main-nav {
高さ: 30px;
パディング:20px 20px 0 0;
}

#main-nav ul {
list-style:none;
margin-right:0px;
margin-bottom:0px;
}

#main-nav ul li{
float: right;
margin:0 15px;
border-right-width: 1px;
border-right-style: Solid;
border- right-color: #000000;
}

#main-nav li a {
font-family: Tahoma、Arial、Helvetica、Sans-serif;
text-decoration: none;
color: #333333;
font-size : 18px;
}

#main-nav li a:hover {
color: #66FFFF;
text-decoration: 下線;
background-color: #CCCCCC;
display: block;
font-size: 18px;
}

/*ヘッダー******************************************* **************/
#header {
幅:760px;
高さ:150px;
背景:url(../img/banna.gif);
margin-bottom:5px ;
}

/*メイン***************************************** *****************/
#main {
margin-bottom:5px;
}

/*MainLeft*/
#MainLeft {
padding:5px;
width: 242px;
border: 1pxソリッド #66FFFF;
}

#MainLeft #user {
border-top-width: 1px;
border-top-style: dotted;
border-top-color: #66FFFF;
}

#MainLeft #user .textfield{
background-color: #DFEFF0;

}

#MainLeft #user .button{
高さ: 25px;
幅: 60px;
}

/*tab*/
#タブ{
幅:460px;
高さ:345px;
float:right;
margin-left:10px;
border:1pxソリッド#66FFFF;
padding:15px;
}

/*content_1******* ************************************************/
#content_1 {
高さ:700px;
幅:758px;
margin-bottom:5px;
border: 1px 実線 #66FFFF;
}


/*sidebar*/
#sidebar {
float:right;
width: 260px;
height:690px;
border: 1pxソリッド #66FFFF;
margin:5px;
}

#sidebar .sidebar_all {
border-bottom-width: 1px;
border-bottom-style: Solid;
border- bottom-color: #66FFFF;
margin-bottom:5px;
}

#sidebar a:link{
color: #000000;
text-decoration:none;
}
#sidebar a:visited {
color: # 666666;
text-decoration:none;
}
#sidebar a:hover {
color: #66FFFF;
text-decoration:underline;
}

#サイドバースパン {
font-size: Medium;
color: # 66FFFF;
text-decoration: none;
background-color: #CCCCCC;
text-align: center;
line-height: 30px;
display: block;
}

#sidebar ul li
{
margin:5px ;
}
/*maintext*/
#maintext {
width:478px;
height:690px;
border: 1px Solid #66FFFF;
margin:5px;
}

#maintext a:link{
color: # 000000;
text-decoration:none;
}
#maintext a:visited {
color: #666666;
text-decoration:none;
}
#maintext a:hover {
color: #000000;
text-decoration :underline;
}

#maintext scan {
font-size: Medium;
color: #66FFFF;
text-decoration: none;
background-color: #66FFFF;
text-align: center;
line-height : 30px;
display: block;
border-right-width: 1px;
border-bottom-width: 1px;
border-right-style: Solid;
border-bottom-style: Solid;
border-right-color : #333333;
border-bottom-color: #333333;
}

#maintext #maintext_top {
margin-bottom:2px;
}

#maintext #maintext_text {
overflow-y: スクロール;
height:442px;
}

#maintext #maintext_text.padding {
padding:15px;;
}

#maintext #maintext_text h2 {
margin-bottom: 15px;
}

/*content_2************************************************* *******************************/
#content_2{
ボーダー: 1px ソリッド #66FFFF;
}

/*sidebar-a*/
#sidebar-a {
width: 260px;
float: right;
line-height: 18px;
}

#sidebar-a .padding {
padding: 25px;
}

/*content*/
#content {
margin-top:15px;
margin-right: 260px;
line-height: 18px;
}

#content h2 {
margin: 0;
padding: 0;
padding-bottom: 15px;
}

#content p {
margin: 0;
padding: 0;
padding-bottom: 15px;
}

#content.padding {
padding: 25px;
}

/*footer***********************AD の CSS************************* ****************************/
#footer {
クリア: 両方;
高さ: 66px;
font-family: Tahoma、Arial、Helvetica、Sans-serif;
font-size: 10px;
color: #c9c9c9;
border-top: 1px ソリッド #efefef;
パディング: 13px 25px;
line-height: 18px;
margin-top:2px;
}

#footer a {
color: #c9c9c9;
text-decoration: none;
}

#footer a:hover {
color: #db6d16;
}

#footer #altnav {
float: right;
text-align: right;
}


/***************************************************/
/**************タブのCSS******************************/
#f_div {
マージントップ: 0px;
オーバーフロー: 非表示;
幅: 242ピクセル;
高さ: 188px
}

#f_imgDiv {
}

#f_img {
FILTER: believeTrans(duration=1,transition=23);
ボーダー: 1px ソリッド #66FFFF;
}

# f_buttonDiv {
フィルター:アルファ(不透明度=70);オーバーフロー: 非表示。幅: 100%;位置: 相対的。トップ: -15px; HEIGHT: 16px
}

#all_button {
BACKGROUND: #fff
}

#f_line {
FILTER: progid:DXImageTransform.Microsoft.Alpha(startX=0, startY=0,finishX=100,finishY=100,style =1、不透明度=0、仕上げ不透明度=40);
フロート: そうです。
幅: 100ピクセル;
背景色: #000
}

#f_buttonDiv A {
PADDING-RIGHT: 0px!重要;
パディング左: 7px;フロート: そうですね。
パディングボトム: 0px!重要;
フォント: 太字 9 ピクセル サンセリフ;オーバーフロー: 非表示。
ボーダー左: #fff 1px ソリッド;
幅: 22ピクセル;
色: #fff;
パディングトップ: 1px;
高さ: 15px
}

#f_buttonDiv A:link {
BACKGROUND: #000
}

#f_buttonDiv A:visited {
BACKGROUND: #000
}

#f_buttonDiv A:active {
背景: #000
}
#f_buttondiv a:hover {
background:#ff840c
}

#f_buttondiv a.on:link {
background:#ff840c
}
li {
padding: 5px;
padding-left: 35px;
text-align: left;
}
#f_buttonDiv A.on:visited {
BACKGROUND: #ff840c
}

#f_buttonDiv A.on:active {
BACKGROUND: #ff840c
}
#f_buttonDiv A.on:hover {
BACKGROUND: #ff840c
}

#f_text {
VERTICAL-ALIGN: middle;
行の高さ: 20px;
高さ: 28ピクセル;
TEXT-ALIGN: center
}

/&***/
/**&*/
#tabs1{
text-align:left;
width:400px;
}
.menu1box{
Position:relative;
overflow:hidden;
height:22px;
width:405px;
text-align:left;
}
#menu1{
position:absolute;
top:0;
left:0;
z- Index:1;
}
#menu1 li{
float:left;
display:block;
cursor:pointer;
width:72px;
text-align:center;
line-height:21px;
height:28px;
}
#menu1 li.hover{
background:#fff;
border-left:1pxソリッド#333;
border-top:1pxソリッド#333;
border-right:1pxソリッド#333;
}
.main1box {
clear:both;
margin-top:-1px;
border:1px Solid #333;
height:320px;
width:450px;
}
#main1 ul{
display: none;
}

#main1 ul{
margin-left:30px;
margin-top:15px;
}

#main1 ul.block{
display: block;
 margin-left:30px;
margin-top:15px;
}

#main1 ul li{
margin:5px;
}

a:link{
color:#00F;
text-decoration:none;
}
a:visited {
color: #00F;
text-decoration:none;
}
a:hover {
color: #c00;
text-decoration:underline;
}

#menu1 li.hover a {
font-family: Tahoma、Arial、Helvetica、Sans-serif;
display: block;
color: #333333;
}

#menu1 li.hover a:hover {
display: block;
background:#66FFFF;
}

完全代网下ダウンロード

声明:
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。