Authored by 毕凯

Merge branch 'feature/limitCode' into 'master'

去除下载头部 修改错字



See merge request !626
1 -{{!-- APP 限购码选择颜色和尺寸 --}}  
2 -<!DOCTYPE html>  
3 -<html lang="en">  
4 -<head>  
5 - <meta charset="UTF-8">  
6 - <title>限购码选择颜色和尺寸</title>  
7 - <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">  
8 - <meta http-equiv="cleartype" content="on">  
9 - <meta content="telephone=no" name="format-detection" />  
10 - <script type="text/javascript">  
11 - (function(doc, win) {  
12 - var docEl = doc.documentElement;  
13 - (function() {  
14 - var clientWidth = docEl.clientWidth;  
15 - if (!clientWidth) {  
16 - return;  
17 - }  
18 - docEl.style.fontSize = 20 * (clientWidth / 320) + 'px';  
19 - }());  
20 - })(document, window);  
21 - </script>  
22 - <style>  
23 - html, body{  
24 - margin: 0;  
25 - padding: 0;  
26 - font-family: helvetica,Arial,"黑体";  
27 - }  
28 - .container {  
29 - width: 100%;  
30 - padding: 0.6rem;  
31 - background-color: #fff;  
32 - box-sizing: border-box;  
33 - }  
34 - p {  
35 - font-size: 0.75rem;  
36 - color: #444;  
37 - line-height: 1.2rem;  
38 - }  
39 - </style>  
40 -</head>  
41 -<body>  
42 - <div class="container">  
43 - <p>1.部分活动可在限定商品详情页选择颜色和尺码。</p>  
44 - <p>2.已选择的颜色尺码在活动结束前都可修改。</p>  
45 - <p>3.排队活动结束后,不管中没中奖都不可修改颜色和尺码。</p>  
46 - <p>4.如排队中奖或者分享获得限购码,将会匹配到之前选择的颜色和尺寸,仅可购买选中的颜色和尺码,不可跟换其他。</p>  
47 - </div>  
48 -</body>  
49 -</html>  
  1 +{{!-- APP 限购码选择颜色和尺寸 --}}
  2 +<!DOCTYPE html>
  3 +<html lang="en">
  4 +<head>
  5 + <meta charset="UTF-8">
  6 + <title>限购码选择颜色和尺寸</title>
  7 + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
  8 + <meta http-equiv="cleartype" content="on">
  9 + <meta content="telephone=no" name="format-detection" />
  10 + <script type="text/javascript">
  11 + (function(doc, win) {
  12 + var docEl = doc.documentElement;
  13 + (function() {
  14 + var clientWidth = docEl.clientWidth;
  15 + if (!clientWidth) {
  16 + return;
  17 + }
  18 + docEl.style.fontSize = 20 * (clientWidth / 320) + 'px';
  19 + }());
  20 + })(document, window);
  21 + </script>
  22 + <style>
  23 + html, body{
  24 + margin: 0;
  25 + padding: 0;
  26 + font-family: helvetica,Arial,"黑体";
  27 + }
  28 + .container {
  29 + width: 100%;
  30 + padding: 0.6rem;
  31 + background-color: #fff;
  32 + box-sizing: border-box;
  33 + }
  34 + p {
  35 + font-size: 0.75rem;
  36 + color: #444;
  37 + line-height: 1.2rem;
  38 + }
  39 + </style>
  40 +</head>
  41 +<body>
  42 + <div class="container" id="no-download">
  43 + <p>1.部分活动可在限定商品详情页选择颜色和尺码。</p>
  44 + <p>2.已选择的颜色尺码在活动结束前都可修改。</p>
  45 + <p>3.排队活动结束后,不管中没中奖都不可修改颜色和尺码。</p>
  46 + <p>4.如排队中奖或者分享获得限购码,将会匹配到之前选择的颜色和尺寸,仅可购买选中的颜色和尺码,不可更换其他。</p>
  47 + </div>
  48 +</body>
  49 +</html>