|
@@ -0,0 +1,121 @@
|
|
|
+<!DOCTYPE html>
|
|
|
+<html lang="en">
|
|
|
+<head>
|
|
|
+ <meta charset="UTF-8">
|
|
|
+ <meta name="viewport" content="width=device-width,initial-scale=1,user-scalable=0">
|
|
|
+ <title>群商品</title>
|
|
|
+ <link type="text/css" rel="stylesheet"
|
|
|
+ href="<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/css/weui.css?<?php echo bonus_version(); ?>"/>
|
|
|
+ <link rel="stylesheet"
|
|
|
+ href="https://cdn.bootcss.com/jquery-weui/1.2.0/css/jquery-weui.min.css?<?php echo bonus_version(); ?>">
|
|
|
+ <style type="text/css">
|
|
|
+ html, body {
|
|
|
+ background: #ffffff;
|
|
|
+ font-family: PingFang SC, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif;
|
|
|
+ }
|
|
|
+ .thumbnail {
|
|
|
+ margin-right: 13px;
|
|
|
+ }
|
|
|
+ .thumbnail img{
|
|
|
+ width: 80px;
|
|
|
+ height: 80px;
|
|
|
+ vertical-align: middle;
|
|
|
+ border: 1px solid #DCDCDC;
|
|
|
+ }
|
|
|
+ .weui-flex__item {
|
|
|
+ overflow: hidden;
|
|
|
+ }
|
|
|
+ .goods_item {
|
|
|
+ position: relative;
|
|
|
+ padding: 15px;
|
|
|
+ font-size: 15px;
|
|
|
+ font-weight: 400;
|
|
|
+ color: #333333;
|
|
|
+ align-items: center;
|
|
|
+ }
|
|
|
+ .goods_item:after {
|
|
|
+ content: "";
|
|
|
+ position: absolute;
|
|
|
+ bottom: 0;
|
|
|
+ left: 0;
|
|
|
+ width: 100%;
|
|
|
+ height: 1px;
|
|
|
+ background: #DCDCDC;
|
|
|
+ -webkit-transform: scaleY(0.5);
|
|
|
+ transform: scaleY(0.5);
|
|
|
+ }
|
|
|
+ .goods_name {
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+
|
|
|
+ }
|
|
|
+ .desc {
|
|
|
+ overflow: hidden;
|
|
|
+ text-overflow: ellipsis;
|
|
|
+ white-space: nowrap;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #999999;
|
|
|
+ line-height: 2.5;
|
|
|
+ }
|
|
|
+ .price {
|
|
|
+ font-weight: bolder;
|
|
|
+ }
|
|
|
+ </style>
|
|
|
+</head>
|
|
|
+<body>
|
|
|
+
|
|
|
+<div class="group_goods_list" id="group_goods_list">
|
|
|
+ <div class="weui-flex goods_item" >
|
|
|
+ <div class="thumbnail">
|
|
|
+ <img src="<?php echo RESOURCE_SITE_URL ?>/mobile/talk/images/avatars.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="weui-flex__item">
|
|
|
+ <p class="goods_name">paparecipe 春雨蜂蜜面膜春雨蜂蜜面膜春雨蜂蜜面膜春雨蜂蜜面膜</p>
|
|
|
+ <p class="desc">5片/肌肤滋润肌底深补水,让肌肤如沐春雨春雨蜂蜜面膜春雨蜂蜜面膜春雨蜂蜜面膜</p>
|
|
|
+ <p class="price">¥80.00</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="weui-flex goods_item">
|
|
|
+ <div class="thumbnail">
|
|
|
+ <img src="<?php echo RESOURCE_SITE_URL ?>/mobile/talk/images/avatars.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="weui-flex__item">
|
|
|
+ <p class="goods_name">paparecipe 春雨蜂蜜面膜</p>
|
|
|
+ <p class="desc">5片/肌肤滋润肌底深补水,让肌肤如沐春雨</p>
|
|
|
+ <p class="price">¥80.00</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+ <div class="weui-flex goods_item">
|
|
|
+ <div class="thumbnail">
|
|
|
+ <img src="<?php echo RESOURCE_SITE_URL ?>/mobile/talk/images/avatars.png" alt="">
|
|
|
+ </div>
|
|
|
+ <div class="weui-flex__item">
|
|
|
+ <p class="goods_name">paparecipe 春雨蜂蜜面膜</p>
|
|
|
+ <p class="desc">5片/肌肤滋润肌底深补水,让肌肤如沐春雨</p>
|
|
|
+ <p class="price">¥80.00</p>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
+</div>
|
|
|
+
|
|
|
+
|
|
|
+<div id="load_state"></div>
|
|
|
+
|
|
|
+
|
|
|
+<script src="https://cdn.bootcss.com/jquery/1.11.0/jquery.min.js?<?php echo bonus_version(); ?>"></script>
|
|
|
+<script src="https://cdn.bootcss.com/jquery-weui/1.2.0/js/jquery-weui.min.js?<?php echo bonus_version(); ?>"></script>
|
|
|
+<script src="<?php echo RESOURCE_SITE_URL; ?>/mobile/comm/utility.js?<?php echo bonus_version(); ?>"></script>
|
|
|
+<script src="<?php echo RESOURCE_SITE_URL; ?>/mobile/talk/js/talk_room.js?<?php echo bonus_version(); ?>"></script>
|
|
|
+<script src="<?php echo RESOURCE_SITE_URL; ?>/mobile/comm/new_bridge.js?<?php echo bonus_version(); ?>"></script>
|
|
|
+<script type="text/javascript">
|
|
|
+ $(function(){
|
|
|
+ $('.goods_item').on('click',function(){
|
|
|
+ var goods_id = $(this).attr('goods_id');
|
|
|
+
|
|
|
+ });
|
|
|
+ });
|
|
|
+</script>
|
|
|
+</body>
|
|
|
+</html>
|
|
|
+
|
|
|
+
|