<div class="result-item">
<div class="kd-item">
<div class="kd-item-href">
<a href="/m/index.php/Order/kb.html" class="loupan-item-href">
<img src="/public/images/blue/kj.jpg" class="item-img">
</a>
<span class="what-a-icon"></span>
<div class="item-info">
<div class="item-title clearfix">
<span class="title-text">快捷速递(正常发货)</span>
<span class="title-label">在售</span>
</div>
<p class="item-type"><span>普通会员:<label class="item-label">.5元/单</label></span></p>
<p class="item-type"><span>高级会员:<label class="item-label">.1元/单</label></span></p>
<p class="item-type"><span>金牌代理:<label class="item-label">.8元/单</label></span></p>
</div>
<a href="/m/index.php/Order/kb.html" class="buy-btn">立即购买</a>
</div> </div>
<div class="huxing-info clearfix">
快捷快递-官网和淘宝都有物流记录,物流完美,可以用于淘宝、阿里、国美,苏宁等其它电商平台。
</div>
</div>
/*推荐快递*/
.result-list .result-item{border-bottom:1px solid #ebebeb}
.result-list .kd-item{position:relative;padding:15px 10px 0px 10px}
.result-list .kd-item .kd-item-href{z-index:;display:-webkit-box; position: relative;}
.result-list .kd-item .buy-btn{display:block;position:absolute;right:;bottom:;width:60px;height:26px; font-size: 12px; text-align: center; line-height:26px;background-color: #d91819; color: #FFFFFF; border-radius: 4px;}
.result-list .kd-item .loupan-item-href{display:block; width: 100px; height: 76px; border: 1px solid #ebebeb;}
.result-list .kd-item .item-img{width:%;height:auto; display: block; margin-top:19px;}
.result-list .kd-item .item-info{position:relative;-webkit-box-flex:;width:;padding-left:10px}
.result-list .kd-item .item-title{position:relative;padding-top:3px}
.result-list .kd-item .item-title .title-text{position:relative;float:left;padding-right:35px;font-size:16px;color:#;line-height:%;margin-bottom:5px;white-space:nowrap;text-overflow:ellipsis;overflow:hidden;max-width:190px;box-sizing:border-box}
.result-list .kd-item .item-title .title-label{position:absolute;right:;top:5px;box-sizing:border-box;padding: 2px;line-height:13px;height:14px;font-size:11px;color:#d91819;border:1px solid #d91819;border-radius:2px}
.result-list .kd-item .item-title .onsale{color:#73a1ff;border:1px solid #73a1ff}
.result-list .kd-item .item-title .sellout{color:#99a3ad;border:1px solid #99a3ad}
.result-list .kd-item .item-location{font-size:13px;color:#;line-height:%;margin-bottom:5px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.result-list .kd-item .item-type{font-size:13px;color:#;line-height:%;padding:2px ;}
.result-list .kd-item .item-label{display: inline-block;box-sizing:border-box;padding: 3px;line-height:13px;height:14px;font-size:11px;color:#76cc52;border:1px solid #76cc52;border-radius:2px}
.result-list .kd-item .item-price{position:absolute;right:;top:60px;font-size:14px;color:#d91819}
.result-list .huxing-info{font-size:13px;color:#;padding:5px 20px 10px 10px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.what-a-icon-text{position: relative; z-index: ;}
.kd-item-href .what-a-icon {position: absolute; left: 1px; top:1px; width: 50px; height: 50px; overflow: hidden; z-index: ;}
.kd-item-href .what-a-icon:after{content: "推荐"; font-size: 10px; background: #3ca100; color: #fff; padding: 1px; position: absolute; width: 65px; text-align: center; -webkit-transform: rotateZ(-45deg); left: -18px; top: 8px; }
/*ad*/
.what-a-banner {padding: 5px ; background-color: #F8F8F8;}
.what-a-banner img { display: block; width: %;}

随机推荐

  1. html新增一些常用标签

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  2. [正则表达式]PCRE反向分组引用

    在常见的文本匹配场景上,经常会需要用到一些像HTML这样的嵌套标签类型的文本匹配,经过多翻折腾,拼凑出了这样的一条语句 (<([\w]+)>((?1)|[\w\s])*</\2> ...

  3. Linux下安装OpenCV+Python支持

    以下说明在Linux下Python和OpenCV结合安装的过程,Python要使用OpenCV模块,则必须导入OpenCV提供的包,所以要提供Python支持,首先在安装OpenCV前安装必要的组件, ...

  4. CentOS7 词典

    goldendict sudo yum install goldendict打开goldendict,阅读welcome,添加本地词典,在http://abloz.com/huzheng/stardi ...

  5. CentOS 默认进入图形界面与文本界面

    查看/etc/inittab文件,得到以下信息: # inittab is no longer used when using systemd.## ADDING CONFIGURATION HERE ...

  6. PHP-----练习-------租房子-----增删改查,多条件查询

    练习-------租房子-----增删改查,多条件 一 .题目要求: 二 .做法: [1]建立数据库 [2]封装类文件------DBDA.class.php <?php class DBDA ...

  7. PHP 函数(数组字符串)

    函数四要素:  参数  变量   返回值  函数体 函数分类: 1.有参数的函数: function Show() { echo "hello"; } Show(); 2. 有返回 ...

  8. jdbc连接数据库(mysql,sqlserver,oracle)

    package com.test; import java.sql.Connection; import java.sql.DriverManager; import java.sql.Prepare ...

  9. DOM动画效果的基础入门2

    一.动画效果 Transform字面上就是变形,改变的意思,在css3中transform主要包括以下几种: 选转 rotate,扭曲 skew 缩放 scale 和移动translate 以及矩形变 ...

  10. iOS 类微信语音播放之切换听筒和扬声器的方法解决方案

    [[UIDevice currentDevice] setProximityMonitoringEnabled:NO];   //建议在播放之前设置yes,播放结束设置NO,这个功能是 //添加监听 ...