| xqd
@@ -61,13 +61,13 @@
|
|
|
</ion-slide>
|
|
|
</ion-slide-box>
|
|
|
<!-- end 轮播图-->
|
|
|
- <div class="row" ng-if="index.users.length>0" style="background: #FAFAFA;height:80px;padding: 0 5px;">
|
|
|
+ <div class="row" ng-if="index.users.length>0" style="background: #FAFAFA;height:80px;">
|
|
|
<div class="col col-10" style="margin-top: 7%" ng-click="next(1)">
|
|
|
<i class="icon ion-ios-arrow-left" style="font-size: 1.5rem; color: #00C3DA; line-height: 100%"></i>
|
|
|
</div>
|
|
|
<div class="col" style="overflow: hidden; padding:0 5px;" on-drag-right="next(2)" on-drag-left="next(1)">
|
|
|
- <div style="position: relative; display: inline-block; width: 35%; text-align: center; height: 100%;" class="subcontent" ng-repeat="user in index.users">
|
|
|
- <span style="border-radius: 100%; position: absolute; right: 5%; padding: 2px 5px; font-size: 13px; background-color: #EF4941;">新</span>
|
|
|
+ <div style="position: relative; display: inline-block; width: 33%; text-align: center; height: 100%;" class="subcontent" ng-repeat="user in index.users">
|
|
|
+ <span style="border-radius: 100%; position: absolute; right: 5%; width: 22px; height: 22px; line-height: 22px; border-radius: 100%; font-size: 13px; background-color: #EF4941;">新</span>
|
|
|
<img ng-click="clickAvatar(user.id,user.dream_id)" ng-if="$index<4" ng-src="{{user.avatar |avator}}" class="chosenClass" style="width: 70%;" />
|
|
|
</div>
|
|
|
</div>
|