|
@@ -7,19 +7,22 @@
|
|
<img src="img/icon_share.svg" style="height: 16px; width: 20px;">
|
|
<img src="img/icon_share.svg" style="height: 16px; width: 20px;">
|
|
</button>
|
|
</button>
|
|
</ion-nav-buttons>
|
|
</ion-nav-buttons>
|
|
- <div ng-if="type==1" style="position: fixed; bottom: -8px; width: 100%; z-index: 5;background: #fff;border-top: 1px solid #ECF2F7;height: 68px">
|
|
|
|
|
|
+ <div ng-if="type==1 && user.id != dream.user_id" style="position: fixed; bottom: -8px; width: 100%; z-index: 5;background: #fff;border-top: 1px solid #ECF2F7;height: 68px">
|
|
<div class="row">
|
|
<div class="row">
|
|
- <div class="col">
|
|
|
|
- <button ng-click="openSupport()" class="button button-outline button-calm" style="width:100%; background: #fff; border-radius:30px; white-space:normal;line-height:20px; border: 1px solid #00C3DA">支持乘数×{{multi.result}}</button>
|
|
|
|
|
|
+ <div class="col dreamButton">
|
|
|
|
+ <button ng-click="openSupport()" class="button button-outline button-calm" style="border: 1px solid #00C3DA">
|
|
|
|
+ 支持乘数<br>
|
|
|
|
+ ×{{multi.result}}
|
|
|
|
+ </button>
|
|
</div>
|
|
</div>
|
|
- <div class="col">
|
|
|
|
- <button class="button button-calm" style="width:100%; border-radius:30px; font-size: 20px;" ng-click="support($event)">支持</button>
|
|
|
|
|
|
+ <div class="col dreamButton">
|
|
|
|
+ <button class="button button-calm" ng-click="support($event)">支持</button>
|
|
</div>
|
|
</div>
|
|
- <div class="col" ng-if="dream.is_collection==0">
|
|
|
|
- <button class="button button-outline button-calm" style="width:100%; border-radius:30px; border: 1px solid #00C3DA" ng-click="collectionDream(1)">+关注</button>
|
|
|
|
|
|
+ <div class="col dreamButton" ng-if="dream.is_collection==0">
|
|
|
|
+ <button class="button button-outline button-calm" style="border: 1px solid #00C3DA" ng-click="collectionDream(1)">+关注</button>
|
|
</div>
|
|
</div>
|
|
- <div class="col" ng-if="dream.is_collection==1">
|
|
|
|
- <button class="button button-outline" style="width:100%; background: #fff; border-radius:30px; border: 1px solid #A3A3A3" ng-click="collectionDream(0)">已关注</button>
|
|
|
|
|
|
+ <div class="col dreamButton" ng-if="dream.is_collection==1">
|
|
|
|
+ <button class="button button-outline" style="background: #fff; border: 1px solid #A3A3A3" ng-click="collectionDream(0)">已关注</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -51,7 +54,7 @@
|
|
</ion-slide-page>
|
|
</ion-slide-page>
|
|
</ion-slides>
|
|
</ion-slides>
|
|
</div>
|
|
</div>
|
|
- <div class="item">
|
|
|
|
|
|
+ <div class="item" style="padding: 0 16px">
|
|
<p style="font-size: 17px; color: #000">{{dream.name}}</p>
|
|
<p style="font-size: 17px; color: #000">{{dream.name}}</p>
|
|
<p style="font-size: 13px;" ng-style="aboutStyle">
|
|
<p style="font-size: 13px;" ng-style="aboutStyle">
|
|
{{dream.about}}
|
|
{{dream.about}}
|
|
@@ -110,6 +113,12 @@
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
+ <div>
|
|
|
|
+ <a class="btn-file-up" style="margin: 0 0 10px 37%">
|
|
|
|
+ <!--<img src="img/icon_photo.svg" style="height: 40px; width: 40px; text-align: center; line-height: 40px" /><br>-->
|
|
|
|
+ <em style="font-size: 16px">二维码</em>
|
|
|
|
+ </a>
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div ng-if="type==2" class="hdcontent">
|
|
<div ng-if="type==2" class="hdcontent">
|
|
<div style="color: red">
|
|
<div style="color: red">
|
|
@@ -121,12 +130,12 @@
|
|
</a>
|
|
</a>
|
|
</div>
|
|
</div>
|
|
<div class="item" style="border-bottom:15px solid #F2F2F2;" ng-click="add_comment()" ng-repeat="interaction in dream.interactions">
|
|
<div class="item" style="border-bottom:15px solid #F2F2F2;" ng-click="add_comment()" ng-repeat="interaction in dream.interactions">
|
|
- <img class="head" ng-src="{{dream.user.avatar}}" />
|
|
|
|
- <span class="utitle">{{dream.user.nickname}}</span>
|
|
|
|
|
|
+ <img ng-click="replay($event,dream.user.nickname)" class="head" ng-src="{{dream.user.avatar}}" />
|
|
|
|
+ <span ng-click="replay($event,dream.user.nickname)" class="utitle">{{dream.user.nickname}}</span>
|
|
<span class="utitle kz">剩余{{dream.end_time | lastDate}}天</span>
|
|
<span class="utitle kz">剩余{{dream.end_time | lastDate}}天</span>
|
|
- <p class="subtile" style="white-space:normal; color: #666666">{{interaction.title}}</p>
|
|
|
|
- <div class="picts item" ng-click="replay($event,dream.user.nickname)">
|
|
|
|
- <img class="slt" ng-src="{{interaction.pic1}}" ng-if="interaction.pic1"/>
|
|
|
|
|
|
+ <p ng-click="replay($event,dream.user.nickname)" class="subtile" style="white-space:normal; color: #666666">{{interaction.title}}</p>
|
|
|
|
+ <div class="picts item">
|
|
|
|
+ <img class="slt" ng-click="seePic()" ng-src="{{interaction.pic1}}" ng-if="interaction.pic1"/>
|
|
<img class="slt" ng-src="{{interaction.pic2}}" ng-if="interaction.pic2"/>
|
|
<img class="slt" ng-src="{{interaction.pic2}}" ng-if="interaction.pic2"/>
|
|
<img class="slt" ng-src="{{interaction.pic3}}" ng-if="interaction.pic3"/>
|
|
<img class="slt" ng-src="{{interaction.pic3}}" ng-if="interaction.pic3"/>
|
|
<img class="slt" ng-src="{{interaction.pic4}}" ng-if="interaction.pic4"/>
|
|
<img class="slt" ng-src="{{interaction.pic4}}" ng-if="interaction.pic4"/>
|
|
@@ -303,79 +312,79 @@
|
|
</script>
|
|
</script>
|
|
</ion-content>
|
|
</ion-content>
|
|
<div class="detail-like" ng-if="tosupport">
|
|
<div class="detail-like" ng-if="tosupport">
|
|
- <div style="text-align: center; border-bottom: 3px solid #1E1D1C">
|
|
|
|
|
|
+ <div style="text-align: center; border-bottom: 3px solid #8D8D8E">
|
|
<img src="img/img_miao.png" style="width: 25%; height: 55px;margin-bottom: -13px">
|
|
<img src="img/img_miao.png" style="width: 25%; height: 55px;margin-bottom: -13px">
|
|
</div>
|
|
</div>
|
|
<div style="background: #fff;">
|
|
<div style="background: #fff;">
|
|
<div class="coin">
|
|
<div class="coin">
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col box {{index==2?'selected':''}}" ng-click="changeIndex(2)" ng-model="coin">
|
|
<div class="col box {{index==2?'selected':''}}" ng-click="changeIndex(2)" ng-model="coin">
|
|
- <div style="float:left; width: 40%; margin-right: 8%">
|
|
|
|
|
|
+ <div style="float:left; width: 35%; margin-top: 2%; margin-left: 5%">
|
|
<img src="img/icon_kiss.png" style="width: 100%;">
|
|
<img src="img/icon_kiss.png" style="width: 100%;">
|
|
</div>
|
|
</div>
|
|
- <div style="float:left; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
- 20
|
|
|
|
- </div>
|
|
|
|
- <div style="float:left; width: 20%; margin-top: 5%;">
|
|
|
|
|
|
+ <div style="float:right; width: 20%; margin-top: 5%; margin-right: 5px">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
</div>
|
|
</div>
|
|
|
|
+ <div style="float:right; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
+ 20
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="col box {{index==5?'selected':''}}" ng-click="changeIndex(5)" ng-model="coin">
|
|
<div class="col box {{index==5?'selected':''}}" ng-click="changeIndex(5)" ng-model="coin">
|
|
- <div style="float:left; width: 40%; margin-right: 8%">
|
|
|
|
|
|
+ <div style="float:left; width: 35%; margin-top: 2%; margin-left: 5%">
|
|
<img src="img/icon_candy.png" style="width: 100%;">
|
|
<img src="img/icon_candy.png" style="width: 100%;">
|
|
</div>
|
|
</div>
|
|
- <div style="float:left; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
- 50
|
|
|
|
- </div>
|
|
|
|
- <div style="float:left; width: 20%; margin-top: 5%;">
|
|
|
|
|
|
+ <div style="float:right; width: 20%; margin-top: 5%; margin-right: 5px">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
</div>
|
|
</div>
|
|
|
|
+ <div style="float:right; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
+ 50
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="col box {{index==10?'selected':''}}" ng-click="changeIndex(10)" ng-model="coin">
|
|
<div class="col box {{index==10?'selected':''}}" ng-click="changeIndex(10)" ng-model="coin">
|
|
- <div style="float:left; width: 40%; margin-right: 2%">
|
|
|
|
|
|
+ <div style="float:left; width: 35%; margin-top: 2%; margin-left: 5%">
|
|
<img src="img/icon_balloon.png" style="width: 100%;">
|
|
<img src="img/icon_balloon.png" style="width: 100%;">
|
|
</div>
|
|
</div>
|
|
- <div style="float:left; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
- 100
|
|
|
|
- </div>
|
|
|
|
- <div style="float:left; width: 20%; margin-top: 5%;">
|
|
|
|
|
|
+ <div style="float:right; width: 20%; margin-top: 5%; margin-right: 5px">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
</div>
|
|
</div>
|
|
|
|
+ <div style="float:right; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
+ 100
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="row">
|
|
<div class="row">
|
|
<div class="col box {{index==20?'selected':''}}" ng-click="changeIndex(20)" ng-model="coin">
|
|
<div class="col box {{index==20?'selected':''}}" ng-click="changeIndex(20)" ng-model="coin">
|
|
- <div style="float:left; width: 40%; margin-right: 0.5%">
|
|
|
|
|
|
+ <div style="float:left; width: 35%; margin-top: 2%; margin-left: 5%">
|
|
<img src="img/icon_rose.png" style="width: 100%;">
|
|
<img src="img/icon_rose.png" style="width: 100%;">
|
|
</div>
|
|
</div>
|
|
- <div style="float:left; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
- 200
|
|
|
|
- </div>
|
|
|
|
- <div style="float:left; width: 20%; margin-top: 5%;">
|
|
|
|
|
|
+ <div style="float:right; width: 20%; margin-top: 5%; margin-right: 5px">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
</div>
|
|
</div>
|
|
|
|
+ <div style="float:right; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
+ 200
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="col box {{index==30?'selected':''}}" ng-click="changeIndex(30)" ng-model="coin">
|
|
<div class="col box {{index==30?'selected':''}}" ng-click="changeIndex(30)" ng-model="coin">
|
|
- <div style="float:left; width: 40%; margin-right: 0.5%">
|
|
|
|
|
|
+ <div style="float:left; width: 35%; margin-top: 3%; margin-left: 5%">
|
|
<img src="img/icon_haert.png" style="width: 100%;">
|
|
<img src="img/icon_haert.png" style="width: 100%;">
|
|
</div>
|
|
</div>
|
|
- <div style="float:left; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
- 300
|
|
|
|
- </div>
|
|
|
|
- <div style="float:left; width: 20%; margin-top: 5%;">
|
|
|
|
|
|
+ <div style="float:right; width: 20%; margin-top: 5%; margin-right: 5px">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
</div>
|
|
</div>
|
|
|
|
+ <div style="float:right; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
+ 300
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
<div class="col box {{index==50?'selected':''}}" ng-click="changeIndex(50)" ng-model="coin">
|
|
<div class="col box {{index==50?'selected':''}}" ng-click="changeIndex(50)" ng-model="coin">
|
|
- <div style="float:left; width: 40%; margin-right: 2.3%">
|
|
|
|
|
|
+ <div style="float:left; width: 35%; margin-top: 2%; margin-left: 5%">
|
|
<img src="img/icon_diamond.png" style="width: 100%;">
|
|
<img src="img/icon_diamond.png" style="width: 100%;">
|
|
</div>
|
|
</div>
|
|
- <div style="float:left; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
- 500
|
|
|
|
- </div>
|
|
|
|
- <div style="float:left; width: 20%; margin-top: 5%;">
|
|
|
|
|
|
+ <div style="float:right; width: 20%; margin-top: 5%; margin-right: 5px">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
<img src="img/icon_gold.svg" style="width: 100%">
|
|
</div>
|
|
</div>
|
|
|
|
+ <div style="float:right; color: #000;font-size: 16px; margin-top: 12%; margin-right: 3%">
|
|
|
|
+ 500
|
|
|
|
+ </div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
@@ -395,7 +404,7 @@
|
|
<em> 充值</em>
|
|
<em> 充值</em>
|
|
</div>
|
|
</div>
|
|
<span style="height:100%;float: right;">
|
|
<span style="height:100%;float: right;">
|
|
- <a style="border-radius:90px; width:90px; height: 40px; min-height: 30px; font-size:1.1em; padding: 0; line-height: 40px" class="button button-calm" ng-click="supportDream()">发送</a>
|
|
|
|
|
|
+ <a style="border-radius:90px; width:70px; height: 30px; min-height: 30px; font-size:1.1em; padding: 0; line-height: 24px; margin-top: 9px" class="button button-calm" ng-click="supportDream()">发送</a>
|
|
</span>
|
|
</span>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|