码迷,mamicode.com
首页 > Web开发 > 详细

jsp页面直接编写csss

时间:2014-11-19 18:00:28      阅读:164      评论:0      收藏:0      [点我收藏+]

标签:style   blog   ar   color   sp   on   div   log   bs   

<style>
.logoZL{ 
    width:550px;
    float:right;
    text-align:right;
    padding-right:15px;
    margin-right:35px;
    color: black;
}
.welDiv    {
    width:550px;
    text-align:right;
    float:right;
    display:block;
    padding:2px;
}
.helpSet,.exitSet {
    width:55px;
    line-height:25px;
    margin-left:5px;
    border-left:1px solid #ccc;
    display:inline-block;
    *display:inline;
    *zoom:1;
}
.helpSet {
    background: url(<%=request.getContextPath()%>/business/main/images/login_help.png) 5px 2px no-repeat;
}
.exitSet {
    background: url(<%=request.getContextPath()%>/business/main/images/page_exit.png) 5px 2px no-repeat;
}
.bold { 
    font-weight:bold;
}
.red {
    color:#F00;
}
</style>

 p {

  font-size:12px;

}

.txtStyle1{

  color:bule;

}

#textStyle2{

  color:red;

}

jsp页面直接编写csss

标签:style   blog   ar   color   sp   on   div   log   bs   

原文地址:http://www.cnblogs.com/rigid/p/4108463.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!