ss
重庆迈尖科技有限公司
2020-04-29 0442b24a63a6b1561140ecdcdbdedde6691658db
ss
3个文件已修改
245 ■■■■ 已修改文件
AppInside/pingtaiRule/index.html 4 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
AppInside/supVipApply/css/stylesheet.css 239 ●●●● 补丁 | 查看 | 原始文档 | 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,130 +4,137 @@
    /* 不允许复制 */
    -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;
    /* 禁止长按图片保存 */
    -webkit-tap-highlight-color: transparent;
    /* 禁止长按图片保存 */
    -webkit-touch-callout: none;
}
body {
    background-color: red;
    background-color: #F3F3F3;
    font-family: Arial, "Microsoft YaHei";
}
.imgheader {
    height: 2.8rem;
    background-repeat: no-repeat;
    /**等比例缩放*/
    background-size: contain;
}
.div_title_bg {
    display: -webkit-flex;
    height: 0.3rem;
    align-items: center;
    margin-top: 0.47rem;
}
.div_title_bg :nth-child(1) {
    background-color: #CDCDCD;
    height: 0.02rem;
    width: 3.01rem;
}
.div_title_bg :nth-child(2) {
    color: #333333;
    font-size: 0.3rem;
    margin-left: 0.14rem;
}
.div_title_bg :nth-child(3) {
    background-color: #CDCDCD;
    height: 0.02rem;
    width: 3.01rem;
    margin-left: 0.14rem;
}
.div_applycategory_title_bg {
    color: #888888;
    font-size: 0.28rem;
    height: 0.28rem;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.3rem;
    margin-top: 0.22rem;
}
.div_applycategory_conent_bg {
    display: -webkit-flex;
    margin-top: 0.28rem;
    padding-left: 0.3rem;
}
.div_vip_1 {
    font-size: 0.28rem;
    color: #E5005C;
    width: 2.2rem;
    height: 0.7rem;
    background-color: #FFD1E4;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.06rem;
    position: relative;
}
.img_select_1 {
    width: 0.38rem;
    height: 0.39rem;
    position: absolute;
    right: 0;
    top: 0.31rem;
}
.div_vip_2 {
    font-size: 0.28rem;
    color: #000000;
    width: 2.2rem;
    height: 0.7rem;
    background-color: #FFFFFF;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.15rem;
    border-radius: 0.06rem;
    position: relative;
}
.img_select_2 {
    width: 0.38rem;
    height: 0.39rem;
    position: absolute;
    right: 0;
    top: 0.31rem;
}
.div_quicksaveid_title_bg {
    color: #888888;
    font-size: 0.28rem;
    height: 0.28rem;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.3rem;
    margin-top: 0.46rem;
}
.div_quicksaveid_content_bg {
    margin-top: 0.2rem;
    background-color: white;
}
.quicksaveid_input {
    margin-left: 0.15rem;
    font-size: 0.3rem;
    height: 0.88rem;
    border: none;
    outline: medium;
}
.imgheader {
    height: 2.8rem;
    background-repeat: no-repeat;
    /**等比例缩放*/
    background-size: contain;
}
.div_title_bg {
    display: -webkit-flex;
    height: 0.3rem;
    align-items: center;
    margin-top: 0.47rem;
}
.div_title_bg :nth-child(1) {
    background-color: #CDCDCD;
    height: 0.02rem;
    width: 3.01rem;
}
.div_title_bg :nth-child(2) {
    color: #333333;
    font-size: 0.3rem;
    margin-left: 0.14rem;
}
.div_title_bg :nth-child(3) {
    background-color: #CDCDCD;
    height: 0.02rem;
    width: 3.01rem;
    margin-left: 0.14rem;
}
.div_applycategory_title_bg {
    color: #888888;
    font-size: 0.28rem;
    height: 0.28rem;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.3rem;
    margin-top: 0.22rem;
}
.div_applycategory_conent_bg {
    display: -webkit-flex;
    margin-top: 0.28rem;
    padding-left: 0.3rem;
}
.div_vip_1 {
    font-size: 0.28rem;
    color: #E5005C;
    width: 2.2rem;
    height: 0.7rem;
    background-color: #FFD1E4;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.06rem;
    position: relative;
}
.img_select_1 {
    width: 0.38rem;
    height: 0.39rem;
    position: absolute;
    right: 0;
    top: 0.31rem;
}
.div_vip_2 {
    font-size: 0.28rem;
    color: #000000;
    width: 2.2rem;
    height: 0.7rem;
    background-color: #FFFFFF;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.15rem;
    border-radius: 0.06rem;
    position: relative;
}
.img_select_2 {
    width: 0.38rem;
    height: 0.39rem;
    position: absolute;
    right: 0;
    top: 0.31rem;
}
.div_quicksaveid_title_bg {
    color: #888888;
    font-size: 0.28rem;
    height: 0.28rem;
    display: -webkit-flex;
    align-items: center;
    padding-left: 0.3rem;
    margin-top: 0.46rem;
}
.div_quicksaveid_content_bg {
    margin-top: 0.2rem;
    /* background-color: red; */
}
.quicksaveid_input {
    font-size: 0.3rem;
    height: 0.88rem;
}
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>