狠狠色丁香婷婷综合尤物/久久精品综合一区二区三区/中国有色金属学报/国产日韩欧美在线观看 - 国产一区二区三区四区五区tv

LOGO OA教程 ERP教程 模切知識交流 PMS教程 CRM教程 開發文檔 其他文檔  
 
網站管理員

HTML純CSS實現table表格單元格斜線表頭

admin
2023年6月8日 10:13 本文熱度 570

<!DOCTYPE html>

<html lang="en">

<head>

    <meta charset="UTF-8">

    <meta name="viewport" content="width=device-width, initial-scale=1.0">

    <title>斜線表頭</title>

    <style>

        /* 基本表格元素 */

        table {

            border-collapse: collapse;

        }

 

        th,

        td {

            border: 1px solid #e6e6e6;

            padding: 5px;

            text-align: center;

            /* font-weight: 400; */

        }

 

        /* tr td {

            width: 48px;

        }

 

        tr td:first-child {

            width: 48px;

        } */

        .index_td {

            width: 48px;

        }

 

        /* th單元格 */

        .slash-wrap {

            position: relative;

            box-sizing: border-box;

            width: 150px;

            height: 80px;

        }

 

        /* 斜線 */

        .slash1 {

            position: absolute;

            display: block;

            top: 0;

            left: 0;

            /* 斜邊邊長 */

            /* Math.sqrt(Math.pow(width, 2) + Math.pow(height, 2)) */

            /* Math.sqrt(Math.pow(150, 2) + Math.pow(80, 2)) = 170 */

            width: 100px;

            height: 1px;

            background-color: #e6e6e6;

            /* 旋轉角度計算公式 */

            /*  Math.atan(height / width) * 180 / Math.PI  */

            /*  Math.atan(80 / 150) * 180 / Math.PI  = 28.072486935852954 */

            transform: rotate(53.13010235415598deg);

            transform-origin: top left;

        }

 

        /* 斜線 */

        .slash2 {

            position: absolute;

            display: block;

            top: 0;

            left: 0;

            /* 斜邊邊長 */

            /* Math.sqrt(Math.pow(width, 2) + Math.pow(height, 2)) */

            /* Math.sqrt(Math.pow(150, 2) + Math.pow(80, 2)) = 170 */

            width: 170px;

            height: 1px;

            background-color: #e6e6e6;

            /* 旋轉角度計算公式 */

            /*  Math.atan(height / width) * 180 / Math.PI  */

            /*  Math.atan(80 / 150) * 180 / Math.PI  = 28.072486935852954 */

            transform: rotate(28.072486935852954deg);

            transform-origin: top left;

        }

 

        /* 左下角文字 */

        .left {

            position: absolute;

            /* 左下角 left:0; bottom: 0; */

            left: 3px;

            bottom: 4px;

        }

 

        /* 右上角文字 */

        .mid {

            position: absolute;

            /* 右上角 right:0; top: 0; */

            left: 42px;

            bottom: 5px;

        }

 

        /* 右上角文字 */

        .right {

            position: absolute;

            /* 右上角 right:0; top: 0; */

            right: 8px;

            top: 15px;

            letter-spacing: 10px;

        }

    </style>

</head>

<body>

    <div>

        <table>

            <tr>

                <th class="slash-wrap" rowspan="2" colspan="2">

                    <span class="left"><i style="display: block;width: 18px;"></i><i

                            style="width: 18px;display: block;padding-left: 14px;"></i></span>

                    <span class="slash1"></span>

                    <span class="mid"><i style="display: block;width: 18px;"></i><i

                            style="width: 18px;display: block;padding-left: 26px;"></i></span>

                    <span class="slash2"></span>

                    <span class="right">尺碼</span>

                </th>

                <th colspan="2">25#</th>

                <th colspan="2">26#</th>

                <th colspan="2">27#</th>

                <th colspan="2">28#</th>

                <th colspan="2">29#</th>

                <th colspan="2">30#</th>

                <th colspan="2">31#</th>

                <th colspan="2">32#</th>

                <th rowspan="2">余米</th>

            </tr>

            <tr>

                <td>扎號</td>

                <td>件數</td>

                <td>扎號</td>

                <td>件數</td>

                <td>扎號</td>

                <td>件數</td>

                <td>扎號</td>

                <td>件數</td>

                <td>扎號</td>

                <td>件數</td>

                <td>扎號</td>

                <td>件數</td>

                <td>扎號</td>

                <td>件數</td>

                <td>扎號</td>

                <td>件數</td>

            </tr>

            <tr>

                <td class="index_td">1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

                <td>1</td>

            </tr>

        </table>

    </div>

</body>

</html>


該文章在 2023/6/8 10:13:57 編輯過
關鍵字查詢
相關文章
正在查詢...
點晴ERP是一款針對中小制造業的專業生產管理軟件系統,系統成熟度和易用性得到了國內大量中小企業的青睞。
點晴PMS碼頭管理系統主要針對港口碼頭集裝箱與散貨日常運作、調度、堆場、車隊、財務費用、相關報表等業務管理,結合碼頭的業務特點,圍繞調度、堆場作業而開發的。集技術的先進性、管理的有效性于一體,是物流碼頭及其他港口類企業的高效ERP管理信息系統。
點晴WMS倉儲管理系統提供了貨物產品管理,銷售管理,采購管理,倉儲管理,倉庫管理,保質期管理,貨位管理,庫位管理,生產管理,WMS管理系統,標簽打印,條形碼,二維碼管理,批號管理軟件。
點晴免費OA是一款軟件和通用服務都免費,不限功能、不限時間、不限用戶的免費OA協同辦公管理系統。
Copyright 2010-2025 ClickSun All Rights Reserved