边框圆角方法

        .talk .text {
            margin-right: 15px;
            background-color: #80BAF8;
            box-shadow: #666 -2px 2px 2px;
            border-radius: 5px;
            -moz-border-radius: 5px;
            -webkit-border-radius: 5px;
            margin-left: 10px;
            padding: 10px;
            display: inline-block;
            position: relative;
        }
posted @ 2015-05-13 10:47  whaozl  阅读(174)  评论(0编辑  收藏  举报