ss
重庆迈尖科技有限公司
2020-04-29 0442b24a63a6b1561140ecdcdbdedde6691658db
ss
3个文件已修改
21 ■■■■■ 已修改文件
AppInside/pingtaiRule/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/supVipApply/css/stylesheet.css 15 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/supVipApply/index.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/pingtaiRule/index.html
@@ -2,7 +2,7 @@
<html>
    <head>
        <meta charset="utf-8" />
        <title>平台规则</title>
        <title>推广规范</title>
        <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" />
        <link rel="stylesheet" type="text/css" href="css/stylesheet.css" />
        <script>
@@ -21,7 +21,7 @@
                <img src="img/icon_logo.png">
                <div>官方发布</div>
            </div>
            <div class="div_title">平台规则</div>
            <div class="div_title">推广规范</div>
            <div class="div_content_bg">
                <div class="content">
                    第一章  概述 <br>
AppInside/supVipApply/css/stylesheet.css
@@ -4,12 +4,15 @@
    /* 不允许复制 */
    -moz-user-select: none;
    /* Firefox私有属性 */
    -webkit-user-select: none;
    /* -webkit-user-select: none; */
    /* WebKit内核私有属性 */
    -ms-user-select: none;
    /* IE私有属性(IE10及以后) */
    -khtml-user-select: none;
    /* KHTML内核私有属性 */
    -o-user-select: none;
    /* Opera私有属性 */
    user-select: none;
    /* CSS3属性 */
    /* IOS点击阴影 */
    -webkit-tap-highlight-color: transparent;
    /* 禁止长按图片保存 */
@@ -17,7 +20,7 @@
}
body {
    background-color: red;
    background-color: #F3F3F3;
    font-family: Arial, "Microsoft YaHei";
}
@@ -27,6 +30,7 @@
    /**等比例缩放*/
    background-size: contain;
}
.div_title_bg {
    display: -webkit-flex;
    height: 0.3rem;
@@ -124,10 +128,13 @@
.div_quicksaveid_content_bg {
    margin-top: 0.2rem;
    /* background-color: red; */
    background-color: white;
}
.quicksaveid_input {
    margin-left: 0.15rem;
    font-size: 0.3rem;
    height: 0.88rem;
    border: none;
    outline: medium;
}
AppInside/supVipApply/index.html
@@ -48,7 +48,7 @@
                快省ID
            </div>
            <div class="div_quicksaveid_content_bg">
                <input class="quicksaveid_input" name="input1" type="text" placeholder="请填写你的板栗快省ID">
                <input class="quicksaveid_input" type="number" placeholder="请填写你的板栗快省ID">
            </div>
        </div>
    </body>