基本信息
源码名称:仿今日水印相机纯HTML网页源码支持修改水印
源码大小:0.60M
文件格式:.zip
开发语言:CSS
更新时间:2024-05-30
   源码介绍

今日水印相机_纯HTML和JS水印实现方法,调配设备iPhone12

<div id="videoContainer">
        <video id="videoElement" autoplay playsinline></video>
        <img id="imageElement" style="display:none;">
        <div id="watermark">
            <img src="./static/bj.png" style="position: initial;width: 380px;margin-bottom: -113.3px;margin-left: -15px;">
            <div id="time"></div>
            <div id="watermarkTextb" style="transform: scaleX(0.8);padding-top: 8px;margin-left: -28px;padding-bottom: 2px;letter-spacing: 0.1px;font-weight: bold;">广东省广州市白云区龙井西路4号</div>
            <div id="watermarkTextc" style="padding-bottom: 18px;padding-left: 11px;letter-spacing: 0px;">获取中</div>
            <div id="fw" style="transform: scaleX(0.8);letter-spacing: 0px;margin-left: 303px;font-size: 6.5px;margin-bottom: 0px;font-weight: bold;margin-top: -1.8px;">获取中</div>
        </div>
    </div>