基本信息
源码名称:CSS立体边框效果 实例
源码大小:1.40KB
文件格式:.zip
开发语言:CSS
更新时间:2012-12-31
   源码介绍

css立体边框 复制黏贴即可使用


body {
    color: #5F5F5F;
    font: 12px/1.5 "宋体",Arial;
}
#view {
    background: none repeat scroll 0 0 #7DC280;
    border: 1px solid #68926A;
    margin: 0 auto;
    padding: 4px;
    width: 630px;
}
#view .viewInner {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #68926A;
    padding: 3px;
}
#view .coptBtn {
    background: none repeat scroll 0 0 #FEE8C4;
    padding: 5px 7px;
}