zoukankan      html  css  js  c++  java
  • 当当网新用户注册界面——CSS代码

    <strong><span style="font-size:32px;color:#ff9966;">所有用到的图片都已上传,请在<a target=_blank href="http://download.csdn.net/detail/qq_34137397/9667142">这里</a>下载</span></strong>
    <pre name="code" class="html">#register_header{
        background-image:url(../images/register_head_bg.gif);
        background-repeat:repeat-x;
        height:48px;
        border:solid 1px #CCC;
    }
    .register_header_left{
        float:left;
        margin:7px 0px 0px 40px;
        display:inline;
    }
    .register_header_right{
        float:right;
        margin:25px 20px 0px 0px;
        display:inline;
    }
    .register_content{
        950px;
        margin:15px auto 15px auto;
    }
    .register_top_bg{
        background-image:url(../images/register_top_bg.gif);
        background-repeat:no-repeat;
        height:5px;
    }
    .register_mid_bg{
        border:solid 1px #a3a3a3;
        border-top:0px;
        height:32px;
    }
    .register_mid_bg li{
        float:left;
    }
    .register_mid_left{
        background-image:url(../images/register_tag_left.gif);
        height:32px;
        207px;
        background-repeat:no-repeat;
        padding:0px 0px 0px 106px;
        font-size:14px;
        color:#501500;
        font-weight:bold;
        line-height:35px;
    }
    .register_mid_mid{
        background-image:url(../images/register_tag_mid.gif);
        height:32px;
        204px;
        background-repeat:no-repeat;
        padding:0px 0px 0px 115px;
        font-size:14px;
        line-height:35px;
    }
    .register_mid_right{
        background-image:url(../images/register_tag_right.gif);
        height:32px;
        316px;
        background-repeat:no-repeat;
        font-size:14px;
        line-height:35px;
        text-align:center;
    }
    .register_top_bg_two_left{
        float:left;
        background-image:url(../images/register_cont.gif);
        1px;
        height:406px;
        background-repeat:no-repeat;
    }
    .register_top_bg_two_right{
        float:right;
        background-image:url(../images/register_cont.gif);
        1px;
        height:406px;
        background-repeat:no-repeat;
    }
    .register_top_bg_mid{
        background-image:url(../images/register_shadow.gif);
        background-repeat:repeat-x;
    }
    .register_title_bg{
        background-image:url(../images/register_pic_01.gif);
        background-position:123px 30px;
        background-repeat:no-repeat;
        padding:42px 0px 0px 202px;
        color:#C30;
    }
    .register_dotted_bg{
        background-image:url(../images/register_dotted.gif);
        background-repeat:repeat-x;
        height:1px;
        margin:0px 20px 20px 20px;
    }
    .register_message{
        float:left;
        height:300px;
        900px;
    }
    .register_row{
        clear:both;
    }
    .register_row dt{
        float:left;
        200px;
        height:30px;
        text-align:right;
        font-size:14px;
    }
    .register_row dd{
        float:left;
        margin-right:5px;
        display:inline;
    }
    .register_input{
        200px;
        height:18px;
        border:solid 1px #999;
        margin:0px 0px 8px 0px;
    }
    .registerBtn{
        height:35px;
        margin:10px 0px 10px 200px;
        clear:both;
    }
    /*注册页面提示样式*/
    .register_input_Blur{
        background-color:#fef4d0;
        200px;
        height:18px;
        border:solid 1px #999;
        margin:0px 0px 8px 0px;
    }
    .register_input_Focus{
        background-color:#f1ffde;
        200px;
        height:18px;
        border:solid 1px #999;
        margin:0px 0px 8px 0px;
    }
    .register_prompt{
        font-size:12px;
        color:#999;
    }
    .register_prompt_error{
        font-size:12px;
        color:#C8180B;
        border:solid 1px #999;
        background-color:#fef4d0;
        padding:0px 5px 0px 5px;
        height:18px;
    }
    .register_prompt_ok{
        background-image:url(../images/register_write_ok.gif);
        background-repeat:no-repeat;
        15px;
        height:11px;
        margin:5px 0px 0px 5px;
    }


                                        
    
  • 相关阅读:
    获取当前季的js
    C#获取文件大小
    SQL Server 2005 Express Edition 傻瓜式安装
    SET XACT_ABORT ON
    Resignation letter
    Exchange Web Services Managed API 1.0 入门
    Please let us know in case of any issues
    33条C#、.Net经典面试题目及答案
    c# 修饰词public, protected, private,internal,protected的区别
    EXEC DTS
  • 原文地址:https://www.cnblogs.com/a1111/p/12816681.html
Copyright © 2011-2022 走看看