Authored by 毕凯

去除订单确认页面留言

@@ -159,12 +159,7 @@ @@ -159,12 +159,7 @@
159 </a> 159 </a>
160 </li> 160 </li>
161 {{/if}} 161 {{/if}}
162 - </ul>  
163 162
164 - <form id="msg" action="" method="post">  
165 - <input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">  
166 - </form>  
167 - <ul class="sale-invoice">  
168 <li class="no-print-price"> 163 <li class="no-print-price">
169 <span class="title">不打印价格</span> 164 <span class="title">不打印价格</span>
170 <span class="desc">送朋友可不打印价格哦</span> 165 <span class="desc">送朋友可不打印价格哦</span>
@@ -173,6 +168,10 @@ @@ -173,6 +168,10 @@
173 </span> 168 </span>
174 </li> 169 </li>
175 </ul> 170 </ul>
  171 +
  172 + {{!-- <form id="msg" action="" method="post">
  173 + <input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">
  174 + </form> --}}
176 </section> 175 </section>
177 <section class="price-cal block"> 176 <section class="price-cal block">
178 <ul class="total"> 177 <ul class="total">
@@ -164,12 +164,7 @@ @@ -164,12 +164,7 @@
164 </a> 164 </a>
165 </li> 165 </li>
166 {{/if}} 166 {{/if}}
167 - </ul>  
168 167
169 - <form id="msg" action="" method="post">  
170 - <input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">  
171 - </form>  
172 - <ul class="sale-invoice">  
173 <li class="no-print-price"> 168 <li class="no-print-price">
174 <span class="title">不打印价格</span> 169 <span class="title">不打印价格</span>
175 <span class="desc">送朋友可不打印价格哦</span> 170 <span class="desc">送朋友可不打印价格哦</span>
@@ -178,6 +173,10 @@ @@ -178,6 +173,10 @@
178 </span> 173 </span>
179 </li> 174 </li>
180 </ul> 175 </ul>
  176 +
  177 + {{!-- <form id="msg" action="" method="post">
  178 + <input type="text" name="msg" value="{{msg}}" maxlength="40" placeholder="留言">
  179 + </form> --}}
181 </section> 180 </section>
182 <section class="price-cal block"> 181 <section class="price-cal block">
183 <ul class="total"> 182 <ul class="total">
@@ -528,6 +528,10 @@ @@ -528,6 +528,10 @@
528 .no-can-use { 528 .no-can-use {
529 color: #999; 529 color: #999;
530 } 530 }
  531 +
  532 + &:last-child {
  533 + border-bottom: 0;
  534 + }
531 } 535 }
532 536
533 .title { 537 .title {