记录一则自适应广告代码适用于app注册下载

OKX欧意app

欧意交易app是全球排名第一的虚拟货币交易所。

APP下载   官网地址

广告效果图

记录一则自适应广告代码适用于app注册下载插图

以下是代码可根据自己需求更改

<div class="dk-index">
<div class="hd">
<h2 class="dk-index-H2">正规贷款</h2>
</div>
<div style="padding: 10px;">
<a target="_blank" href="//www.jianlow.com">
<div class="dk-index-one">
<div class="soft">

<img src="/uploads/allimg/20221013/1-2210131Q1304H.png" class="soft-img">
<span class="soft-span">APP</span>
</div>
<div class="edu"><span class="edu-span">额度:最高20万</span></div>
<div class="xq">
<div class="xq-span">
<div class="xq-span-span">进入申请</div>
</div>
</div>
</div>
</a>
</div>
</div>
.a{text-decoration:none};
  .entry-copyright p:last-child {
    margin-bottom: 0!important;
    font-size: 13px!important;
    text-indent: 0em!important;
}
  .dk-index-top{
    overflow: hidden;
    justify-content: space-between;
    align-items: center;
  }

  .xq{
    height: 26px;
    border: 1px solid red;
    border-radius: 6px;
    padding: 6px;
    color: #fff;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    /* margin-top: 20px; */
    /* margin-left: -33px; */
    display: inline-block;
    /* width: 80px; */
    margin-right: 20px;
    padding: 0 10px;
    
  }
  .xq-span-span{
    font-size: 10px;
    text-align: center;
    color: #f60;
    margin-left: 5px;
    cursor: pointer;
    width: 60px;
}
  
  .lq{
    height: 26px;
    border: 1px solid red;
    border-radius: 6px;
    padding: 6px;
    color: #fff;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    /* margin-top: 20px; */
    /* margin-left: -33px; */
    display: inline-block;
    /* width: 80px; */
    margin-right: 20px;
    padding: 0 10px;
    
  }
  .lq-span-span{
    font-size: 10px;
    text-align: center;
    color: #f60;
    margin-left: 5px;
    cursor: pointer;
    width: 60px;
  }

  .yq{
    height: 26px;
    border: 1px solid red;
    border-radius: 6px;
    padding: 6px;
    color: #fff;
    border-radius: 10px;
    height: 30px;
    line-height: 30px;
    /* margin-top: 20px; */
    /* margin-left: -33px; */
    display: inline-block;
    /* width: 80px; */
    margin-right: 20px;
    padding: 0 10px;
    
  }
  .yq-span-span{
    font-size: 10px;
    text-align: center;
    color: #f60;
    margin-left: 5px;
    cursor: pointer;
    width: 60px;
  }
  .edu{
    padding: 17px;
    
  }
  .edu-span{
    font-size: 13px;
    color: #666;
    display: flex;
    justify-content: space-around;
    cursor: pointer;
  }
  .soft-span{
    height: 40px;
    line-height: 40px;
    font-size: 13px;
    font-weight: 700;
    color: #666;
    margin-left: 10px;
    cursor: pointer;
 
  }
.soft{
  padding: 13px;
}

  .soft-img{
    float: left;
    display: inline;    
    border-radius: 13%;
    width: 41px;
    height: 41px;
    margin-top: 4px;
    margin-left: 4px;
  }

.dk-index{
  border: 1px solid #efefef;
  margin-top: 40px;
}
.dk-index-H2 {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #333;
    position: relative;
    padding-left: 14px;
    font-weight: bold;

}
.dk-index-H2:before {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      top: 50%;
      width: 4px;
      height: 20px;
      transform: translateY(-50%);
      
  }

.hd {
    position: relative;
}
.hd h2{
    height: 18px;
    line-height: 18px;
    margin-left: 16px;
    padding-left: 10px;
    border-left: 4px solid #3ca5f6;
    font-size: 18px;
}
.dk-index-one{
  height: 64px;
    border: 1px solid #efefef;
    /* margin-top: 20px; */
    /* margin-left: 20px; */
    /* display: flex; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    cursor: pointer;
}
.dl-index-one{
  height: 90px;
    border: 1px solid #efefef;
    /* margin-top: 20px; */
    /* margin-left: 20px; */
    /* display: flex; */
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 20px;
    cursor: pointer;
}
section >>>.tx-info-module-imgbox{
  width: 60px;
  height: 60px;
}

@media screen and (max-width:497px){
  .dk-index-one{
  padding: 0 0px;
  display: flex;
  justify-content: space-between;
  }
  .dk-index-one .soft{
    padding: 0;
    display: flex;
    align-items: center;
  }
  .dk-index-one .edu{
    padding: 0;
  }
  .dk-index-one .xq{
    padding: 0;
    margin-right: 10px;
  }
  .dk-index-one .lq{
    padding: 0;
    margin-right: 10px;
  }
  .dk-index-one .yq{
    padding: 0;
    margin-right: 10px;
  }
}
@media screen and (max-width:497px){
  .dl-index-one{
    padding: 11px 0px;
    display: flex;
    justify-content: space-between;
   
  }
  .dl-index-one .soft{
    padding: 0;
    display: flex;
    align-items: center;
  }
  .dl-index-one .edu{
    padding: 0;
  }
  .dl-index-one .xq{
    padding: 0;
    margin-right: 10px;
  }
  .dl-index-one .lq{
    padding: 0;
  }
  .dl-index-one .yq{
    padding: 0;
  }
}
免责声明:本文由用户自发贡献,真实性需自行辨别。内容仅代表作者观点。本站仅提供存储服务,不承担法律责任。如发现侵权、违规内容,请联系我们,核实后立即删除,并对发布账号进行封禁处理。
正文完
 

OKX欧意app

欧意交易app是全球排名第一的虚拟货币交易所。

APP下载   官网地址