Authored by mark

add title

@@ -36,8 +36,8 @@ @@ -36,8 +36,8 @@
36 36
37 <div class="other-infos"> 37 <div class="other-infos">
38 <div class="description-material info-block"> 38 <div class="description-material info-block">
39 - <p class="block-title">  
40 - <span class="title cur">商品信息 Product Info</span> 39 + <p class="block-title block-title-head">
  40 + <span class="title cur">商品信息</span>
41 41
42 </p> 42 </p>
43 <div class="description-content"> 43 <div class="description-content">
@@ -74,7 +74,7 @@ @@ -74,7 +74,7 @@
74 <div class="description-material info-block"> 74 <div class="description-material info-block">
75 <p class="block-title"> 75 <p class="block-title">
76 76
77 - <span class="title cur">材质洗涤 Washing Instructions</span> 77 + <span class="title cur">材质洗涤</span>
78 </p> 78 </p>
79 79
80 <div class="material-content"> 80 <div class="material-content">
@@ -106,7 +106,7 @@ @@ -106,7 +106,7 @@
106 </div> 106 </div>
107 <div class="description-material-tab info-block"> 107 <div class="description-material-tab info-block">
108 <p class="block-title"> 108 <p class="block-title">
109 - <span class="title cur">尺码信息 Size Guide</span> 109 + <span class="title cur">尺码信息</span>
110 110
111 </p> 111 </p>
112 <div class="size-content"> 112 <div class="size-content">
1 {{#each comments}} 1 {{#each comments}}
2 <li> 2 <li>
3 - <div class="user-info clearfix">  
4 - <img class="user-avatar" src="{{avatar}}"> 3 + <div class="user-info clearfix judge-head">
  4 + <!-- <img class="user-avatar" src="{{avatar}}"> -->
5 <span class="name">{{userName}}</span> 5 <span class="name">{{userName}}</span>
  6 +
  7 + <span class="comment-star pull-left">
  8 + <span class="star-{{star}} active"></span>
  9 + </span>
  10 +
6 </div> 11 </div>
7 <dl class="pull-right"> 12 <dl class="pull-right">
8 {{#if color}}<dd>颜色:{{color}}</dd>{{/if}} 13 {{#if color}}<dd>颜色:{{color}}</dd>{{/if}}
@@ -15,21 +20,14 @@ @@ -15,21 +20,14 @@
15 {{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}} 20 {{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}}
16 </dd> 21 </dd>
17 </dl> 22 </dl>
  23 + <!-- <div style="clear:both"></div> -->
18 <div class="comment-detail"> 24 <div class="comment-detail">
19 - <div class="tag-list clearfix"> 25 + <!-- <div class="tag-list clearfix">
20 <span class="comment-star pull-left"> 26 <span class="comment-star pull-left">
21 <span class="star-{{star}} active"></span> 27 <span class="star-{{star}} active"></span>
22 </span> 28 </span>
23 - <dl class="horizontal-list pull-right">  
24 - <dd>尺码符合度:  
25 - {{#if_cond comfort "===" "MIDDLE"}}合适{{/if_cond}}  
26 - {{#if_cond comfort "===" "SMALL"}}偏小{{/if_cond}}  
27 - {{#if_cond comfort "===" "BIG"}}偏大{{/if_cond}}  
28 - </dd>  
29 - <dd>{{#if height}}身高:{{height}} 厘米{{/if}}</dd>  
30 - <dd>{{#if weight}}体重:{{weight}} 公斤{{/if}}</dd>  
31 - </dl>  
32 - </div> 29 +
  30 + </div> -->
33 31
34 <p class="comment">{{comment}}</p> 32 <p class="comment">{{comment}}</p>
35 33
@@ -790,14 +790,19 @@ @@ -790,14 +790,19 @@
790 } 790 }
791 } 791 }
792 792
793 - .info-bootom{ 793 + .info-bootom {
794 margin-top: 0px; 794 margin-top: 0px;
795 } 795 }
796 796
  797 + .block-title-head {
  798 + margin-top: 20px;
  799 + }
  800 +
797 .block-title { 801 .block-title {
798 margin-bottom: 25px; 802 margin-bottom: 25px;
799 text-align: center; 803 text-align: center;
800 804
  805 +
801 .title { 806 .title {
802 display: inline-block; 807 display: inline-block;
803 padding-top: 15px; 808 padding-top: 15px;
@@ -806,10 +811,14 @@ @@ -806,10 +811,14 @@
806 font-size: 18px; 811 font-size: 18px;
807 margin-left: auto; 812 margin-left: auto;
808 margin-right: auto; 813 margin-right: auto;
  814 +
809 &.cur { 815 &.cur {
810 color: #222; 816 color: #222;
811 - border-top: 2px solid #222; 817 + /*border-top: 2px solid #222;*/
812 margin-top: -2px; 818 margin-top: -2px;
  819 + border: 1px solid #000;
  820 + padding: 8px 26px;
  821 + text-align: center;
813 } 822 }
814 823
815 } 824 }
@@ -1066,6 +1075,7 @@ @@ -1066,6 +1075,7 @@
1066 li { 1075 li {
1067 border-top: 1px solid #eaeceb; 1076 border-top: 1px solid #eaeceb;
1068 padding: 20px 0; 1077 padding: 20px 0;
  1078 + min-height: 150px;
1069 } 1079 }
1070 1080
1071 .user-info { 1081 .user-info {
@@ -1087,6 +1097,8 @@ @@ -1087,6 +1097,8 @@
1087 .question { 1097 .question {
1088 color: #222; 1098 color: #222;
1089 } 1099 }
  1100 +
  1101 +
1090 } 1102 }
1091 1103
1092 .user-avatar { 1104 .user-avatar {
@@ -1096,8 +1108,8 @@ @@ -1096,8 +1108,8 @@
1096 } 1108 }
1097 1109
1098 .comment-detail{ 1110 .comment-detail{
1099 - margin-left:120px;  
1100 - margin-right:120px; 1111 + margin-left:30px;
  1112 + /*margin-right:120px;*/
1101 1113
1102 .tag-list{ 1114 .tag-list{
1103 height:24px; 1115 height:24px;
@@ -1206,6 +1218,8 @@ @@ -1206,6 +1218,8 @@
1206 .comment { 1218 .comment {
1207 margin-bottom:10px; 1219 margin-bottom:10px;
1208 line-height: 1.5; 1220 line-height: 1.5;
  1221 + font-size: 14px;
  1222 + color: #000;
1209 } 1223 }
1210 1224
1211 /*.consults { 1225 /*.consults {
@@ -1231,12 +1245,12 @@ @@ -1231,12 +1245,12 @@
1231 } 1245 }
1232 1246
1233 .user-info { 1247 .user-info {
1234 - width: 120px;  
1235 - float: left;  
1236 - text-align: center; 1248 + /*width: 120px;*/
  1249 + /*float: left;*/
  1250 + /*text-align: center;*/
1237 color: #999; 1251 color: #999;
1238 line-height: 16px; 1252 line-height: 16px;
1239 - margin-left: -10px; 1253 + margin-left: 30px;
1240 1254
1241 > * { 1255 > * {
1242 float:none; 1256 float:none;
@@ -1898,3 +1912,20 @@ @@ -1898,3 +1912,20 @@
1898 } 1912 }
1899 1913
1900 } 1914 }
  1915 +
  1916 + .judge-head{
  1917 +
  1918 +
  1919 + span{
  1920 + display: inline-block;
  1921 + margin-right: 20px;
  1922 +
  1923 + }
  1924 +
  1925 + .name{
  1926 + vertical-align: top;
  1927 + line-height: 20px;
  1928 + font-size: 16px;
  1929 + }
  1930 +
  1931 + }