zoukankan      html  css  js  c++  java
  • css 圆角例子


    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML Strict//EN">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
        <style>
            *
            {
                padding-bottom: 0px;
                margin: 0px;
                padding-left: 0px;
                padding-right: 0px;
                padding-top: 0px;
            }
            HTML
            {
                height: 100%;
            }
            BODY
            {
                min-height: 101%;
                font-family: "verdana" , "ms song" , "宋体" , "Arial" , "微软雅黑" , "Helvetica" , "sans-serif";
                color: #000;
                font-size: 9pt;
            }
            #topics
            {
                padding-bottom: 10px;
                margin: auto;
                min-height: 200px;
                padding-left: 0px;
                95%;
                text-overflow: ellipsis;
                padding-right: 0px;
                overflow: hidden;
                word-break: break-all;
                padding-top: 0px;
                -o-text-overflow: ellipsis;
            }
            .postBody
            {
                padding-bottom: 5px;
                line-height: 150%;
                padding-left: 5px;
                padding-right: 2px;
                color: #000;
                font-size: 13px;
                padding-top: 5px;
            }
            .postBody
            {
                line-height: 1.5em;
                margin-top: 5px;
            }
            .b, .b1, .b1b, .b2, .b2b, .b3, .b3b, .b4, .b4b
            {
                display: block;
                overflow: hidden;
            }
            .b1, .b1b, .b2, .b2b, .b3, .b3b
            {
                height: 1px;
            }
            .b, .b2, .b2b, .b3, .b3b, .b4, .b4b
            {
                border-left: #999 1px solid;
                border-right: #999 1px solid;
            }
            .b1, .b1b
            {
                margin: 0px 5px;
                background: #999;
            }
            .b2, .b2b
            {
                border-right- 2px;
                margin: 0px 3px;
                border-top- 2px;
                border-bottom- 2px;
                border-left- 2px;
            }
            .b3, .b3b
            {
                margin: 0px 2px;
            }
            .b4, .b4b
            {
                margin: 0px 1px;
                height: 2px;
            }
            .d1
            {
                background: #f7f8f9;
            }
            .k
            {
              
            }
        </style>
    </head>
    <body>
        <form id="Form1" method="post" action="1420703.html">
        <div id="topics">
            <div>
                <div class="postBody">
                    <div>
                        <div>
                            <strong class="b1"></strong><strong class="b2 d1"></strong><strong class="b3 d1">
                            </strong><strong class="b4 d1"></strong>
                            <div class="b d1">
                                <table width="100%" class="EditTable">
                                            <tbody>
                                                <tr>
                                                    <td class="TD_RIGHT MustFill">
                                                        计划名称
                                                    </td>
                                                    <td class="TD_BGLeft">
                                                        <input id="txtFName" type="text" class="InputText required max-length-100" runat="server" />
                                                    </td>
                                                    <td class="TD_RIGHT">
                                                        种类名称
                                                    </td>
                                                    <td class="TD_BGLeft">
                                                        <select id="sltFTypeName" runat="server" name="sltFTypeName" style=" 250px">
                                                        </select>
                                                    </td>
                                                </tr>
                                              
                                                <tr>
                                                    <td class="TD_RIGHT">
                                                        制单人
                                                    </td>
                                                    <td class="TD_BGLeft">
                                                        <input id="txtFBiller" type="text" class="InputText" runat="server" disabled="disabled" />
                                                        <input id="hdnFBiller" type="hidden" class="InputText max-length-36" runat="server" />
                                                    </td>
                                                    <td class="TD_RIGHT">
                                                        制单日期
                                                    </td>
                                                    <td class="TD_BGLeft">
                                                        <input id="txtFBillDate" type="text" class="InputText validate-date-cn hand" runat="server"
                                                            disabled="disabled" />
                                                    </td>
                                                </tr>
                                                <tr id="trOpinion" runat="server">
                                                    <td class="TD_CENTERWork" style=" 15%">
                                                        审批意见
                                                    </td>
                                                    <td class="TD_BGLeft" colspan="3" style="line-height: 50px;">
                                                        <textarea id="txtOpinion" cols="80" name="txtOpinion" rows="8" runat="server" class="max-length-1000"></textarea>
                                                    </td>
                                                </tr>
                                                <tr style="display: none">
                                                    <td style="border: none 0px #ffffff">
                                                        步骤
                                                    </td>
                                                    <td colspan="3" style="border: none 0px #ffffff">
                                                        <select id="sltAction" runat="server" name="sltAction" style=" 150px">
                                                        </select>
                                                    </td>
                                                </tr>
                                            </tbody>
                                        </table>
                            </div>
                            <strong class="b4b d1"></strong><strong class="b3b d1"></strong><strong class="b2b d1">
                            </strong><strong class="b1b"></strong>
                        </div>
                    </div>
                </div>
            </div>
        </div>
        </form>
    </body>
    </html>
  • 相关阅读:
    jsp>EL表达式语言 小强斋
    jsp>JSP + Servlet + JavaBean开发模式 小强斋
    jsp>Smartupload例子代码 小强斋
    jsp>servlet 小强斋
    jsp>JSP + Servlet + JavaBean开发模式 小强斋
    五言诗
    夜深灯下行
    2011 年数据库大会的PPT下载
    去除iPhone icon的光晕效果
    望苍天
  • 原文地址:https://www.cnblogs.com/amylis_chen/p/1966313.html
Copyright © 2011-2022 走看看