皮皮网

【网站源码和app源码怎么区别】【售水机源码】【仿博易源码】漂亮的网页源码_漂亮的网页源码是什么

2024-12-26 13:04:54 来源:通达oa源码解谜

1.html网页制作、漂亮跪求源代码

漂亮的网页源码_漂亮的网页源码是什么

html网页制作、跪求源代码

       效果图,码漂售水机源码自己换,网页仿博易源码

       html代码:

       <!DOCTYPE html>

       <html>

       <head>

         <meta charset="utf-8"/>

         <title>泰国</title>

         <link rel="stylesheet" type="text/css" href="css/index.css"/>

         <script type="text/javascript" src="js/index.js"></script>

       </head>

       <body>

         <div class="box">

           <div class="titles">泰国</div>

           <div class="img-box">

             <img class="auto-img" src="images/a.jpg"/>

           </div>

           <div class="text-box">

             <div class="text-box-a">

               <a href="#">曼谷、漂亮抢画网源码芭提雅(珊瑚岛、页源源码源码注册表金沙岛)5晚7天</a>

             </div>

             <div class="text-box-a">

               东航直飞曼谷客机,码漂入住1晚曼谷国际5星+4晚泰式5星酒店,网页芭提雅双岛(珊瑚岛+金沙岛)清...

             </div>

             <div class="text-box-a">

               出发日期:星期一,星期二,星期三,星期四,星期五

             </div>

           </div>

           <div class="bottom ovf">

             <div class="fl text-a1">

               班期:每周发团

             </div>

             <div class="fr">

               <div class="price">¥&nbsp;</div>

               <div class="rush-to-buy">立即抢购</div>

             </div>

           </div>

         </div>

       </body>

       </html>

       css样式:

       html,body{

         padding:0;

         margin:px 0 0;

       }

       a{

         text-decoration:none;

       }

       .fl{

         float:left;

       }

       .fr{

         float:right;

       }

       .ovf{

         overflow: hidden;

       }

       .box{

         width:%;

         margin:0 auto;

         border:1px dashed #;

         padding:4px;

       }

       .titles{

         width:%;

         text-align: center;

         color:#ffffff;

         background-color: #ff;

       }

       .img-box{

         width:%;

         margin-top: 4px;

       }

       .auto-img{

         display: block;

         width:%;

       }

       .text-box{

         width:%;

       }

       .text-box-a{

         width:%;

         font-size: px;

         line-height: px;

         letter-spacing: 1px;

       }

       .text-box-a>a{

         color:#ff;

       }

       .bottom{

         margin-top: px;

       }

       .text-a1{

         font-size: px;

         font-style: italic;

         font-style:oblique;/*为保证斜体效果加一个*/

       }

       .price{

         font-size: px;

         color:#8B3E2F;

       }

       .rush-to-buy{

         width:px;

         text-align: center;

         background-color: #ff;

         font-size: px;

       }