@@ -15,6 +15,11 @@ input,button,select,textarea{outline:none}
/*超出隐藏省略*/
.textmore{display: block;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
+::-webkit-scrollbar {
+ opacity: 0;
+ display: none;
+}
+
/*文字大小设置*/
.f12{
font-size: 12px;
@@ -17,6 +17,11 @@ input,button,select,textarea{outline:none}
@@ -484,7 +484,7 @@
<span ng-bind="activity.receiveStartTime | date:'yyyy-MM-dd'"></span>至
<span ng-bind="activity.receiveEndTime | date:'yyyy-MM-dd'"></span>
</p>
- <a data-toggle="modal" data-target="#layer">领奖</a>
+ <a data-toggle="modal" data-target="#{{modalStatus}}" ng-click="verifyAward()">领 奖</a>
</div>
<!-- 3.2.1.2 活动在开始兑奖奖时间到结束兑奖时间之间,中奖 -已领取 -->
<div class="prize" ng-if="isAuthed && inActivity && serveTime > activity.receiveStartTime
@@ -305,6 +305,7 @@
}
.project-intro .bottom .list-show .show-all a{
width: 100% !important;
+ background: transparent !important ;
.project-intro .bottom .list-show .show-all a img{
@@ -24,7 +24,7 @@
width: 100%;
height: .6rem;
line-height: .6rem;
- font-size: .24rem;
+ font-size: .32rem;
color: #323232;
font-weight: bold;
@@ -33,13 +33,13 @@
.section .container .protocol-detail h5{
padding-bottom: .37rem;
- font-size: .16rem;
+ font-size: .18rem;
color: #505050;
.section .container .protocol-detail p{
margin-bottom: .3rem;
- font-size: .14rem;
+ font-size: .16rem;
@@ -47,7 +47,7 @@
margin-bottom: .7rem;
.footer span{
color: #999;
</style>