|
|
@@ -38,8 +38,8 @@
|
|
|
color: #8da8b8;
|
|
|
}
|
|
|
.content-setting .form-group input{
|
|
|
- padding-left: 35px;
|
|
|
- position: absolute;
|
|
|
+ /*padding-left: 35px;*/
|
|
|
+ /*position: absolute;*/
|
|
|
padding-right: 16px;
|
|
|
width: 390px;
|
|
|
height: 28px;
|
|
|
@@ -49,6 +49,10 @@
|
|
|
border: 1px solid #dcdcdc;
|
|
|
/*z-index: 1000;*/
|
|
|
}
|
|
|
+ .content-setting .form-group input.activePrice{
|
|
|
+ padding-left: 35px;
|
|
|
+ position: absolute;
|
|
|
+ }
|
|
|
/*活动发起*/
|
|
|
.content-setting .form-group .active-time{
|
|
|
overflow: hidden;
|
|
|
@@ -605,6 +609,7 @@
|
|
|
font-size: 16px;
|
|
|
color: #fff;
|
|
|
}
|
|
|
+
|
|
|
</style>
|
|
|
<div class="content-wrapper" style="min-height: 924px;; z-index: 50;">
|
|
|
<section class="content-header clearfix">
|
|
|
@@ -629,7 +634,7 @@
|
|
|
current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
ng-click="openDatePicker($event, activity, '$startTimeOpened')">
|
|
|
- <span class="fl">至</span>
|
|
|
+ <span class="fl" style="margin-left: 5px;">至</span>
|
|
|
<input type="text" ng-model="activity.endTime" readonly required
|
|
|
class="date-choose f1 form-control" placeholder="结束时间"
|
|
|
datepicker-popup="yyyy-MM-dd" is-open="activity.$endTimeOpened" min-date="activity.startTime"
|
|
|
@@ -649,7 +654,7 @@
|
|
|
current-text="今天" clear-text="清除" close-text="关闭"
|
|
|
datepicker-options="{formatDayTitle: 'yyyy年M月', formatMonth: 'M月', showWeeks: false}"
|
|
|
ng-click="openDatePicker($event, activity, '$receiveStartTimeOpened')">
|
|
|
- <span class="fl">至</span>
|
|
|
+ <span class="fl" style="margin-left: 5px;">至</span>
|
|
|
<input type="text" ng-model="activity.receiveEndTime" readonly required
|
|
|
class="date-choose f1 form-control" placeholder="截止兑奖时间"
|
|
|
datepicker-popup="yyyy-MM-dd" is-open="activity.$receiveEndTimeOpened"
|
|
|
@@ -699,7 +704,7 @@
|
|
|
<div class="prise fl">
|
|
|
<div class="prise-list" ng-repeat="award in awards">
|
|
|
<div class="prise-detail">
|
|
|
- <div class="award"> <input type="text" ng-model="award.awardName"></div>
|
|
|
+ <div class="award"> <input type="text" ng-model="award.awardName" class="activePrice"></div>
|
|
|
<span>{{$index + 1}}</span>
|
|
|
<a ng-click="deleteAward($index)">删除</a>
|
|
|
</div>
|