css

@charset "utf-8";
/* CSS Document */
*{ margin:0; padding:0;}
body{ font-size:12px; font-family:"宋体";}
.box{ 
    width:660px;
    height:600px;
    border:solid #CCC 1px;
    margin:50px auto 0;
    padding:20px;
    }
.header{ font-size:22px;
    padding-bottom:30px;
    }
.header span{ font-size:12px;
    font-weight:normal;}
td{ padding-bottom:26px;}
.right{ text-align:right;
    padding-right:8px;
    width:78px;}
.red{ color:#F00;}
.txt1,.txt2{ width:264px;
            height:12px;
            border:solid #CCC 1px;
            font-size:12px;
            padding:3px 3px 3px 26px;
            color:#999;}

.txt1{ background-image: url(img/name.png);
        background-repeat:no-repeat;
        background-position:left center;
        }
.txt2{ background-image: url(img/phone.png);
            background-repeat:no-repeat;
        background-position:left center;}
.txt3{ width:122px;
        height:12px;
        padding:3px 3px 3px 26px;
        font-size:12px;
        background-image: url(img/email.png);
            background-repeat:no-repeat;
        background-position:left center;}
.course{ width:184px;}
.message{
    width:432px;
    height:164px;
    font-size:12px;
    color:#999;
    padding:3px;}

上一篇:前台路径和后台路径


下一篇:关于${pageContext.request.contextPath}的理解(转载)