From a54e09af5237e64f703d264ee5529b61c7c6bd98 Mon Sep 17 00:00:00 2001 From: 王晓刚 <wxg@bronet.cn> Date: Sat, 12 Oct 2019 13:05:48 +0800 Subject: [PATCH] 首页修改 --- public/themes/simpleboot3/portal/index/salesman_goods.html | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/public/themes/simpleboot3/portal/index/salesman_goods.html b/public/themes/simpleboot3/portal/index/salesman_goods.html index f5afa0c..990592d 100755 --- a/public/themes/simpleboot3/portal/index/salesman_goods.html +++ b/public/themes/simpleboot3/portal/index/salesman_goods.html @@ -9,7 +9,19 @@ <link rel="stylesheet" href="__TMPL__/public/assets/css/reset.css"> <link rel="stylesheet" href="__TMPL__/public/assets/css/base.css"> </head> - +<style> + .in_cam_shopName span{ + padding: 0.02rem 0.12rem 0.01rem 0.12rem; + box-sizing: border-box; + font-size: 0.2rem; + cursor: pointer; + color: white; + line-height: 1; + background: rgba(255, 119, 0, 1); + border-radius: 0.04rem; + margin-right: 0.04rem; + } +</style> <body> <!-- 顶部 --> <div class="detail_top order_top"> @@ -26,7 +38,7 @@ <img src="{:cmf_get_image_url($vo.show_img)}" alt=""> </div> <div class="in_hotText"> - <div class="in_hotName txt-cut">{$vo.book_name}</div> + <div class="in_hotName txt-cut"><span>{$vo.grade}</span>{$vo.book_name}</div> <div class="in_cam_shopPrice"> <div class="in_hotPrice1">¥<span>{$vo.price0}</span>.{$vo.price1}</div> <div class="in_cam_shopY">¥{$vo.pricing}</div> -- libgit2 0.24.0