Showing
1 changed file
with
26 additions
and
21 deletions
@@ -73,33 +73,38 @@ | @@ -73,33 +73,38 @@ | ||
73 | <div class="form-group"> | 73 | <div class="form-group"> |
74 | <label class="col-sm-3">性别:[[gender]] </label> | 74 | <label class="col-sm-3">性别:[[gender]] </label> |
75 | <label class="col-sm-3">年龄层:[[ageLevel]] </label> | 75 | <label class="col-sm-3">年龄层:[[ageLevel]] </label> |
76 | - <label class="col-sm-3">适销季 <span class="red">*</span>: | ||
77 | - <label> | ||
78 | - <input type="radio" name="seasons" value="spring">春秋</label> | ||
79 | - <label> | ||
80 | - <input type="radio" name="seasons" value="summer">夏</label> | ||
81 | - <label> | ||
82 | - <input type="radio" name="seasons" value="winter">冬</label> | ||
83 | - <label> | ||
84 | - <input type="radio" name="seasons" value="seasons">四季</label> | ||
85 | - <input type="hidden" id="seasons" name="seasons" value="[[seasons||'seasons']]" for="radio" placeholder="适销季" /> | ||
86 | - </label> | 76 | + <label class="col-sm-1 control-label">适销季 <span class="red">*</span>:</label> |
77 | + <div class="col-sm-2" id="seasonsDiv"> | ||
78 | + <label class="radio-inline"> | ||
79 | + <input type="radio" name="seasons" value="spring">春秋</label> | ||
80 | + <label class="radio-inline"> | ||
81 | + <input type="radio" name="seasons" value="summer">夏</label> | ||
82 | + <label class="radio-inline"> | ||
83 | + <input type="radio" name="seasons" value="winter">冬</label> | ||
84 | + <label class="radio-inline"> | ||
85 | + <input type="radio" name="seasons" value="seasons">四季</label> | ||
86 | + <input type="hidden" id="seasons" name="seasons" value="[[seasons||'seasons']]" for="radio" placeholder="适销季"/> | ||
87 | + </div> | ||
87 | </div> | 88 | </div> |
88 | 89 | ||
89 | <div class="form-group"> | 90 | <div class="form-group"> |
90 | - <label class="col-sm-3">限量款: <label> | ||
91 | - <input type="radio" name="isLimited" value="Y">是</label> | ||
92 | - <label> | 91 | + <label class="col-sm-1 control-label">限量款: </label> |
92 | + <div class="col-sm-2" id="isLimitedDiv"> | ||
93 | + <label class="radio-inline"> | ||
94 | + <input type="radio" name="isLimited" value="Y">是</label> | ||
95 | + <label class="radio-inline"> | ||
93 | <input type="radio" name="isLimited" value="N">否</label> | 96 | <input type="radio" name="isLimited" value="N">否</label> |
94 | - </label> | ||
95 | - <input id="isLimited" type="hidden" value="[[isLimited||'N']]" for="radio" /> | 97 | + <input type="hidden" id="isLimited" value="[[isLimited||'N']]" for="radio" /> |
98 | + </div> | ||
96 | 99 | ||
97 | - <label class="col-sm-3">是否奥莱: <label> | ||
98 | - <input type="radio" name="isOutLets" value="Y">是</label> | ||
99 | - <label> | 100 | + <label class="col-sm-1 control-label">是否奥莱: </label> |
101 | + <div class="col-sm-2" id="isOutLetsDiv"> | ||
102 | + <label class="radio-inline"> | ||
103 | + <input type="radio" name="isOutLets" value="Y">是</label> | ||
104 | + <label class="radio-inline"> | ||
100 | <input type="radio" name="isOutLets" value="N">否</label> | 105 | <input type="radio" name="isOutLets" value="N">否</label> |
101 | - </label> | ||
102 | - <input type="hidden" id="isOutLets2" name="isOutLets" value="[[isOutLets||'N']]" for="radio" /> | 106 | + <input type="hidden" id="isOutLets2" name="isOutLets" value="[[isOutLets||'N']]" for="radio" /> |
107 | + </div> | ||
103 | </div> | 108 | </div> |
104 | <div class="form-group"> | 109 | <div class="form-group"> |
105 | <div class="col-sm-3">是否预售:[[isAdvance]]</div> | 110 | <div class="col-sm-3">是否预售:[[isAdvance]]</div> |
-
Please register or login to post a comment