Authored by OF1706

m

@@ -165,7 +165,7 @@ @@ -165,7 +165,7 @@
165 <ul class="goods-list"> 165 <ul class="goods-list">
166 \{\{#main_goods\}\} 166 \{\{#main_goods\}\}
167 \{{#notzero buy_number}} 167 \{{#notzero buy_number}}
168 - <li class="goods-item {{@index}}---{{#gt @index 4}} hide {{else}} test {{/gt}}"> 168 + <li class="goods-item \{\{@index\}\} \{\{#gt @index 4\}\} hide \{\{else\}\} test \{\{/gt\}\}">
169 <a href="\{\{product_url\}\}"> 169 <a href="\{\{product_url\}\}">
170 <img src="\{\{default_img\}\}" alt="" class="goods-img" /> 170 <img src="\{\{default_img\}\}" alt="" class="goods-img" />
171 </a> 171 </a>
@@ -1074,6 +1074,31 @@ @@ -1074,6 +1074,31 @@
1074 } 1074 }
1075 } 1075 }
1076 1076
  1077 + .go-full-cart {
  1078 + padding: 0 25px;
  1079 + padding-top: 14px;
  1080 + padding-bottom: 16px;
  1081 + border-top: 1px solid #dcdcdc;
  1082 + text-align: right;
  1083 +
  1084 + p {
  1085 + font-size: 13px;
  1086 + color: #444;
  1087 + text-align: right;
  1088 + padding-top: 0;
  1089 + padding-bottom: 8px;
  1090 + }
  1091 + a {
  1092 + display: inline-block;
  1093 + color: #fff;
  1094 + background-color: #d0021b;
  1095 + padding: 10px 11px;
  1096 + border-radius: 0;
  1097 + -webkit-border-radius: 0;
  1098 + -moz-border-radius: 0;
  1099 + }
  1100 + }
  1101 +
1077 .ic-infomation { 1102 .ic-infomation {
1078 position: absolute; 1103 position: absolute;
1079 background: url(/header/ic-information.png) no-repeat; 1104 background: url(/header/ic-information.png) no-repeat;