91超碰碰碰碰久久久久久综合_超碰av人澡人澡人澡人澡人掠_国产黄大片在线观看画质优化_txt小说免费全本

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

使用CSS怎么實現埋點統計

發布時間:2021-04-09 16:42:20 來源:億速云 閱讀:193 作者:Leah 欄目:web開發

這篇文章給大家介紹使用CSS怎么實現埋點統計,內容非常詳細,感興趣的小伙伴們可以參考借鑒,希望對大家能有所幫助。

//index.html

<!DOCTYPE html>
<html>

    <head lang="en">
        <meta charset="UTF-8">
        <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
        <title>CSS埋點</title>
        <style>
            .background {
                background-size: 100% 100%;
                width: 100%;
                height: 100%;
                position: fixed;
                z-index: -100;
            }

            html {
                background-color: #fff;
            }

            .notice-content {
                border: 1px #ccc solid;
                padding: 19px;
                border-radius: 10px;
                width: 80%;
                margin-left: 10%;
                margin-top: 10%;
            }

            .check-content {
                padding: 0!important;
                width: 80%!important;
                margin-left: 25px;
                margin-top: 10px;
            }

            .confirm {
                float: left;
                position: relative!important;
                left: 6%;
                height: 32px!important;
                line-height: 32px!important;
            }

            .btn {
                border: 1px solid #ff6689;
                background-color: #ff6689;
                width: 60%;
                margin-left: 20%;
                margin-top: 36px;
                font-size: 16px;
                font-weight: bold;
                color: #FFFFFF;
            }

            .title {
                display: block;
                text-align: center;
                font-size: 20px;
                margin-bottom: 19px;
            }

            span {
                display: block;
                margin-bottom: 7px;
            }

            .mui-checkbox input[type=checkbox]:checked:before,
            .mui-radio input[type=radio]:checked:before {
                color: #ff6689;
            }

            .body-content {
                width: 100%;
                height: 100%;
            }

            body {
                background-color: rgba(239, 239, 244, 0)!important;
            }

            .link:active::after{
                margin: 100px 100px;
                color: red;
                content: url("http://192.168.1.100:8888/Hotels_Server/view/count.php?action=visit");
            }
        </style>
    </head>

    <body>
        <div class="loading">
            </div>
        <div style="" class="body-content">
            <div class="background">
                <!-- <img id="background" src="img/background.png"> -->
            </div>

            <div class="notice-content">
                <label class="title">登記須知</label>
                <span>1.本次登記僅限于中國地區。</span>
                <span>2.完成登記審核通過后,生育登記服務卡可到鄉(鎮、街道)直接領取,也可選擇郵寄到付快遞給申請人。</span>
                <span>3.申請登記信息需真實完整,如有虛假,申請人將承擔相應的法律責任。</span>
            </div>
            <a class="link title">訪問</a>
        </div>
    </body>
</html>
//count.php
<?php
/**
 * Created by PhpStorm.
 * User: geek
 * Date: 2018/1/18
 * Time: 上午9:56
 */
    $actionName =  $_REQUEST["action"];
    //時間格式化
    $time = time();
    $time = Date("Y-m-d",$time);
    echo "訪問動作->" .$actionName. " 訪問時間->" . $time;
?>

使用CSS怎么實現埋點統計

css點擊統計

使用CSS怎么實現埋點統計

關于使用CSS怎么實現埋點統計就分享到這里了,希望以上內容可以對大家有一定的幫助,可以學到更多知識。如果覺得文章不錯,可以把它分享出去讓更多的人看到。

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

css
AI

邳州市| 天峨县| 峨眉山市| 咸丰县| 浦县| 延长县| 百色市| 德庆县| 开江县| 崇义县| 阿克陶县| 嘉祥县| 贵南县| 进贤县| 略阳县| 德安县| 枣强县| 东兴市| 阿图什市| 正阳县| 弥勒县| 呼伦贝尔市| 武夷山市| 繁昌县| 桦川县| 光山县| 应城市| 吐鲁番市| 屏东市| 南郑县| 阿克陶县| 长武县| 武宣县| 九台市| 鸡泽县| 宝鸡市| 宁陵县| 望都县| 连城县| 彭水| 左权县|