• 满屋花


    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <title>满屋花</title>
        <style>
            body,html,*
            {
                margin:0px auto;
            }
            body
            {
                background-color:#ffd8d9;
                overflow:scroll;
            }
        #main
        {
            700px;
            background-color:#ffd8d9;
        }
        #top
        {
            background-color:Yellow;
        }
        #content
        {
            clear:both;
        }
        #left
        {
            180px;
            background-color:pink;
            height:100%;
            float:left;
        }
        #right
        {
            520px;
            height:100%;
            float:left;
            
        }
        #login  /*登录*/
        {
            /*红,绿,蓝*/ /*#f00  */
            background-color:#fff;  /*背景颜色为白色*/
            background-image:url(images/login.jpg);
            background-repeat:no-repeat;
            padding-top:55px;
            padding-left:25px;
            font-size:14px;
            line-height:23px;
        }
        #login .txt
        {
            height:10px;
            90px;
            border:0px;
            border-bottom:1px solid #000;
        }
        #login .btn
        {
            35px;
            height:19px;
            font-size:12px;
            padding-left:2px;
        }
        #login a
        {
            font-size:12px;
            text-decoration:none;
            color:Gray;
        }
        #login a:hover
        {
            text-decoration:underline;
            color:Black;
        }
        #type
        {
            background-image:url(images/category.jpg);
            background-repeat:no-repeat;
            background-color:#fff;
            padding-top:55px;
            padding-left:10px;
            padding-right:10px;
        }
        #type h5
        {
            background-color:#ffd8d9;
            line-height:20px;
            padding-left:5px;
        }
        #type ul
        {
             /*去掉list中默认自带的列表符号*/
            list-style-type:none;
            padding-left:25px;
            font-size:12px;
            margin-top:5px;
            padding:5px;
        }
        #type ul li
        {
            /*list-style-image:url(images/icon1.gif);*/
            background:url(images/icon1.gif) no-repeat 5px 7px;
            border-bottom:1px dashed #ccc;
            margin-right:10px;
            padding-left:25px;
            line-height:18px;
        }
        #right #latest
        {
            background-image:url(images/latest.jpg);
            background-repeat:no-repeat;
            margin-left:2px;
            padding-top:33px;
            background-color:#fff;
            text-align:center;
            height:110px;
        }
        #right #latest img
        {
            margin:0px;
            border:none;
            float:left;
        }
        #right #recommend,#right #new
        {
            margin-left:2px;
            padding-top:33px;
            background-color:#fff;
            margin-top:2px;
            font-size:14px;
        }
        #right #recommend
        {
            height:276px;
            background-image:url(images/recommend.jpg);
            background-repeat:no-repeat;
        }
         #right #new
        {
            height:125px;
            background-image:url(images/new.jpg);
            background-repeat:no-repeat;
        }
    
        #right #recommend ul,#right #new ul
        {
            list-style:none;
            margin:0px;
            padding:0px;
            text-align:center;
        }
        #right #recommend li,#right #new li
        {
            float:left;
            125px;
            text-align:center;
        }
        #link
        {
    
        }
        #link ul
        {
            list-style:none;
            font-size:12px;
            margin:0px;
            padding:0px;
        }
        #link ul li
        {
            float:left;
            text-align:center;
            100px;
        }
        #link a
        {
            display:block;
            padding:9px 6px 11px 6px;
            background:url(images/button1.jpg) no-repeat;
        }
        #link a:link,#link a:visited
        {
            color:#630002;
            text-decoration:none;
        }
        #link a:hover
        {
            color:#ffffff;
            text-decoration:underline;
            background:url(images/button1_bg.jpg) no-repeat;
        }
        #tips
        {
            background:url("images/tips.jpg") no-repeat;
            margin:2px 0px 0px 2px;
            padding:35px 0px 0px 0px;
            height:85px;
            background-color:#fff;
            font-size:12px;
        }
        #tips ul
        {
            list-style:none;
            margin:0px;
            padding:5px 5px 5px 30px;
        }
        #tips ul li
        {
            background:url(images/icon2.gif) no-repeat 5px 6px;
            padding:1px 0px 1px 12px;
            float:left;
            220px;
            line-height:18px;
    
        }
        </style>
    </head>
    <body>
    <div id="main">
     <div id="top">
        <img src="images/banner.jpg" alt="" />
        <div id="link">
            <ul>
                <li><a href="#">鲜花礼品</a></li>
                <li><a href="#">自助订花</a></li>
                <li><a href="#">绿色植物</a></li>
                <li><a href="#">花之物语</a></li>
                <li><a href="#">会员中心</a></li>
                <li><a href="#">联系我们</a></li>
                <li><a href="#">支付方式</a></li>
            </ul>
        </div>
     </div>
     <div id="content">
        <div id="left">
            <div id="login">
                用户: <input class="txt" type="text" /><br/>
                密码: <input class="txt" type="password" /><br/>
                <input type="button" class="btn" value="登录" />
                <input type="button" class="btn" value="注册" />
                <a href="#">忘记密码</a>
            </div>
            <div id="type">
                <h5>用途</h5>
                <ul>
                    <li>爱情鲜花</li>
                    <li>生日送花</li>
                    <li>新年鲜花</li>
                    <li>家庭用花</li>
                    <li>亲情用花</li>
                    <li>道歉鲜花</li>
                    <li>开业花篮</li>
                    <li>会议用花</li>
                </ul>
                <h5>花材</h5>
                 <ul>
                    <li>玫瑰花</li>
                    <li>百合花</li>
                    <li>郁金香</li>
                    <li>太阳花</li>
                    <li>康乃馨</li>
                    <li>马蹄莲</li>
                    <li>扶朗</li>
                    <li>剑兰</li>
                </ul>
                <h5>价格</h5>
                 <ul>
                    <li>100~200</li>
                    <li>200~300</li>
                    <li>300~400</li>
                    <li>400~500</li>
                    <li>500~600</li>
                    <li>600~700</li>
                    <li>700~800</li>
                    <li>800以上</li>
                </ul>
            </div>
        </div>
        <div id="right">
            <div id="latest">
                <img src="images/new1.jpg" alt="" />
                <img src="images/new2.jpg" alt="" />
                <img src="images/new3.jpg" alt="" />
            </div>
            <div id="recommend">
                <ul> 
                    <li>
                        <img src="images/flower1.jpg" alt="" />
                        <br/>幸福的味道<br/>¥288元
                    </li>
                    <li>
                        <img src="images/flower2.jpg" alt="" />
                        <br />阳光守护你<br/>¥300元
                    </li>
                    <li>
                        <img src="images/flower3.jpg" alt="" />
                        <br />温情永远<br/>¥268元
                    </li>
                    <li>
                        <img src="images/flower4.jpg" alt="" />
                        <br />爱无界<br/>¥318元
                    </li>
                    <li>
                        <img src="images/flower5.jpg" alt="" />
                        <br />亲亲宝贝<br/>¥368元
                    </li>
                    <li>
                        <img src="images/flower6.jpg" alt="" />
                        <br />相信是缘<br/>¥188元
                    </li>
                    <li>
                        <img src="images/flower7.jpg" alt="" />
                        <br />水晶童话<br/>¥198元
                    </li>
                    <li>
                        <img src="images/flower8.jpg" alt="" />
                        <br />天使之爱<br/>¥268元
                    </li>
               </ul> 
            </div>
    
            <div id="new">
                <ul> 
                    <li>
                        <img src="images/flower9.jpg" alt="" />
                        <br/>粉色迷情
                    </li>
                    <li>
                        <img src="images/flower10.jpg" alt="" />
                        <br />海岸的优雅
                    </li>
                    <li>
                        <img src="images/flower11.jpg" alt="" />
                        <br />百年地中海
                    </li>
                    <li>
                        <img src="images/flower12.jpg" alt="" />
                        <br />爱要说出口
                    </li>
               </ul> 
            </div>
    
            <div id="tips">
                <ul>
                    <li>各种鲜花所代表的含义</li>
                    <li>花的喜怒哀乐与人的各种感觉</li>
                    <li>养花与养生之道</li>
                    <li>每天清晨的第一缕阳光</li>
                    <li>花香的味道</li>
                    <li>各种鲜花所代表的含义</li>
                    <li>各种鲜花所代表的含义</li>
                    <li>各种鲜花所代表的含义</li>
                </ul>
            </div>
        </div>
     </div>
    </div>
    </body>
    </html>
    

      

  • 相关阅读:
    【转】umount 的时候报错:device is busy
    【转】linux shell 的tr命令
    给bash的提示符设置不同的颜色
    备份系统时候出现错误
    [转]Xen 的漫漫人生路
    linux/screen的指令
    扩大centos镜像的硬盘空间
    ASP.NET Web API学习资源
    svn make a tag
    query多选下拉框插件 jquerymultiselect
  • 原文地址:https://www.cnblogs.com/zhy1102/p/3265379.html
Copyright © 2020-2023  润新知