记得上下班打卡 | git大法好,push需谨慎

Commit 8ba583bd authored by sangchunxi's avatar sangchunxi

正在下单

parent 772fec1f
...@@ -70,7 +70,7 @@ ...@@ -70,7 +70,7 @@
选择演出: 选择演出:
</span> </span>
<div class="input-group" style="width: 300px;"> <div class="input-group" style="width: 300px;">
<input type="text" class="form-control" id="selectShow" placeholder=""> <input type="text" class="form-control" id="selectShow" placeholder="" disabled>
<div class="input-group-btn"> <div class="input-group-btn">
<button type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown"> <button type="button" class="btn btn-white dropdown-toggle" data-toggle="dropdown">
<span class="caret"></span> <span class="caret"></span>
...@@ -86,13 +86,13 @@ ...@@ -86,13 +86,13 @@
<em class="required">*</em> <em class="required">*</em>
有效期: 有效期:
</span> </span>
<input type="text" class="layui-input form-control" id="startTime" autocomplete="off" placeholder="请选择活动开始时间"> <input type="text" class="layui-input form-control" id="startTime" autocomplete="off" placeholder="请选择活动开始时间" disabled>
~ ~
<input type="text" class="layui-input form-control" id="endTime" style="margin-left: 10px;" autocomplete="off" placeholder="请选择活动结束时间"> <input type="text" class="layui-input form-control" id="endTime" style="margin-left: 10px;" autocomplete="off" placeholder="请选择活动结束时间" disabled>
</div>
<div class="first_footer" style="padding-left: 60px;margin-top: 12px;">
<button class="btn btn-primary" onclick="nextBtn()">确定</button>
</div> </div>
<!-- <div class="first_footer" style="padding-left: 60px;margin-top: 12px;">-->
<!-- <button class="btn btn-primary" onclick="nextBtn()">确定</button>-->
<!-- </div>-->
</div> </div>
<div class="content_item" style="display: none;"> <div class="content_item" style="display: none;">
<div class="content_title"> <div class="content_title">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment