自定义函数,根据p个数,自适应剧中效果

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
//最后投保进程line-height 自适应居中;
function self_adaption(){
    $('.last_place').each(function(){
        var _this = $(this);
        var p_num = _this.children('p').length;
        if (p_num == '1'){
            _this.find('p').css('line-height','80px');
        }else if(p_num == '2'){
            _this.find('p:eq(0)').css('line-height','40px');
            _this.find('p:eq(1)').css('line-height','10px');
        }else if(p_num == '3'){
            _this.find('p').css('line-height','25px');
        }else if(p_num == '4'){
            _this.find('p').css('line-height','20px');
        }
    });
}<br><br><br><br><br><br><br>

<div class="every_content last_place" data-order_id="2">

  <p style="line-height: 40px;">已支付</p>          //line-height  是数据处理之后的代码............

  <p style="line-height: 10px;">表单待审核</p>

</div>

<div class="every_content last_place" data-order_id="2">

  <p style="line-height: 40px;">已支付</p>

</div>

<div class="every_content last_place" data-order_id="3">

  <p style="line-height: 25px;">汇款已确认</p>

  <p style="line-height: 25px;">

    <a href="http://local.www.t9162.png" download="意外险的表单">表单已通过</a>
  </p>
  <p style="line-height: 25px;">
    <a href="http://local.w79277407.png" download="意外险--保单">
    下载保单
    </a>
  </p>

</div>

  

posted @   盘思动  阅读(177)  评论(0编辑  收藏  举报
编辑推荐:
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
阅读排行:
· 无需6万激活码!GitHub神秘组织3小时极速复刻Manus,手把手教你使用OpenManus搭建本
· C#/.NET/.NET Core优秀项目和框架2025年2月简报
· Manus爆火,是硬核还是营销?
· 终于写完轮子一部分:tcp代理 了,记录一下
· 【杭电多校比赛记录】2025“钉耙编程”中国大学生算法设计春季联赛(1)
点击右上角即可分享
微信分享提示