• 做自定义圆角矩形


    首先用ps做4个300x30的圆角,分别为left-top right-top left-bottom right-bottom.

    <title>用滑动门做自定义圆角矩形</title>
    </head>
    <style type="text/css">
    #rounded{
     margin:0;
     padding:0;
     310px;
     background:#ccc url(left_top.gif) no-repeat;
    }
    #rounded h3{
     text-align:center;
     margin:0;
     padding:30px 0 15px 10px;
     background:url(right_top.gif) no-repeat right top;
    }
    #rounded p{
     margin:0;
     padding:0;
     background:url(left_bottom.gif) no-repeat left bottom;
    }
    #rounded p span{
     text-indent:2em;
     margin:0;
     padding:0 5px 30px 10px;
     display:block;
     background:url(right_bottom.gif) no-repeat right bottom;
    }
    </style>
    <body>
    <div id="rounded">
    <h3>这是内容标题</h3>
    <p><span>打开覅就快递费和几个客人大幅皮肤都给日公开答复他看过客观题提高 客人的结构图热几天领导机关的立即通过打开就给他hjokiuolu雇佣合同人缘好态度态度的热土还让他人地图也好听吐谷浑如图投入与代理机构</span></p>
    </div>
    </body>

  • 相关阅读:
    indy tcpclient tcpServer
    Delphi生成即调用带窗体的Dll
    本地同步到网络时间
    tfield的字段名和显示名
    Delphi流的操作_文件合并
    Delphi7 流操作_压缩
    delphi内嵌汇编
    给rar文件加个自定义头
    fastreport小入门
    delphi 单例模式
  • 原文地址:https://www.cnblogs.com/weixiao/p/2215049.html
Copyright © 2020-2023  润新知