ecshop后台打印订单页面增加说明信息
修改data/order_print.html文件
在页面的最下方添加:
<style type="text/css"> input[type=checkbox] { width: 26px; height: 26px; -webkit-transform: scale(1.2,1.2); -moz-transform: scale(1.2,1.2); -o-transform: scale(1.2,1.2); } </style> <h1 align="center">订单配送状态</h1> <p style="font-size: 18px;"><span style="font-size: 20px; font-weight: bold;">上册书配套使用:</span> <input type="checkbox" class="the_check">1-8期 <input type="checkbox" class="the_check">9-16期 <input type="checkbox" class="the_check">17-26期 本学期送完</p> <p style="font-size: 18px;"><span style="font-size: 20px; font-weight: bold;">下册书配套使用:</span> <input type="checkbox" class="the_check">27-34期 <input type="checkbox" class="the_check">35-42期 <input type="checkbox" class="the_check">43-52期 本学期送完</p> <p style="font-size: 18px;"><span style="font-size: 20px; font-weight: bold;">六年级小升初配套使用:</span> <input type="checkbox" class="the_check">27-32期 <input type="checkbox" class="the_check">33-52期 本学期送完</p> <p style="font-size: 18px;"><span style="font-size: 20px; font-weight: bold;">备注:</span></p> <div> <textarea name="beizhu" id="beizhu" style="width: 100%;overflow-y:visible; padding: 10px; font-size: 15px;" onpropertychange="this.style.height = this.scrollHeight + 'px';" oninput="this.style.height = this.scrollHeight + 'px';"></textarea> </div> <script>document.getElementById("beizhu").style.height = document.getElementById("beizhu").scrollHeight + 10 + "px";</script>