Authored by whb

Merge branch 'develop' of http://git.dev.yoho.cn/web/yohobuy into develop

@@ -10,28 +10,28 @@ @@ -10,28 +10,28 @@
10 <meta name="description" content="{{description}}"> 10 <meta name="description" content="{{description}}">
11 <title>{{title}}</title> 11 <title>{{title}}</title>
12 {{#if rlsEnv}} 12 {{#if rlsEnv}}
13 - <!-- [if (gte IE 6)&(lte IE 8)> 13 + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
  14 + <!--[if lt IE 9]>
14 <script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script> 15 <script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script>
15 <![endif]--> 16 <![endif]-->
16 - <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">  
17 {{/if}} 17 {{/if}}
18 {{#if preEnv}} 18 {{#if preEnv}}
19 - <!-- [if (gte IE 6)&(lte IE 8)> 19 + <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
  20 + <!--[if lt IE 9]>
20 <script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script> 21 <script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script>
21 <![endif]--> 22 <![endif]-->
22 - <link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">  
23 {{/if}} 23 {{/if}}
24 {{#if testEnv}} 24 {{#if testEnv}}
25 - <!-- [if (gte IE 6)&(lte IE 8)> 25 + <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">
  26 + <!--[if lt IE 9]>
26 <script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond.min.js"></script> 27 <script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond.min.js"></script>
27 <![endif]--> 28 <![endif]-->
28 - <link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">  
29 {{/if}} 29 {{/if}}
30 {{#if devEnv}} 30 {{#if devEnv}}
31 - <!-- [if (gte IE 6)&(lte IE 8)> 31 + <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
  32 + <!--[if lt IE 9]>
32 <script src="http://webstatic.dev.yohobuy.com/plugin/page-use/respond.min.js"></script> 33 <script src="http://webstatic.dev.yohobuy.com/plugin/page-use/respond.min.js"></script>
33 <![endif]--> 34 <![endif]-->
34 - <link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">  
35 {{/if}} 35 {{/if}}
36 </head> 36 </head>
37 <body> 37 <body>
@@ -20,6 +20,10 @@ @@ -20,6 +20,10 @@
20 20
21 .attr-content { 21 .attr-content {
22 margin-left: 90px; 22 margin-left: 90px;
  23 +
  24 + .default {
  25 + padding-right: 140px;
  26 + }
23 } 27 }
24 28
25 .multi-select { 29 .multi-select {