Sfoglia il codice sorgente

一元捐前后台去掉滚动条防止弹出框弹出时滚动条消失页面整体右移;去掉移动页面项目介绍图片背景色;移动协议字体调大

hangb 8 anni fa
parent
commit
6dd0fa224e

+ 5 - 0
donate-console/src/main/webapp/resources/css/base.css

@@ -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;

+ 5 - 0
donate-service/src/main/webapp/resources/css/base.css

@@ -17,6 +17,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;

+ 1 - 1
donate-service/src/main/webapp/resources/view/activity/activity_detail.html

@@ -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()">领&nbsp;&nbsp;&nbsp;奖</a>
                 </div>
                 <!-- 3.2.1.2 活动在开始兑奖奖时间到结束兑奖时间之间,中奖 -已领取 -->
                 <div class="prize" ng-if="isAuthed && inActivity &&  serveTime > activity.receiveStartTime

+ 1 - 0
donate-service/src/main/webapp/resources/view/mobile/mobile_project_detail.html

@@ -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{
         width: 100% !important;

+ 4 - 4
donate-service/src/main/webapp/resources/view/mobile/userAgreement.html

@@ -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;
             font-weight: bold;
             color: #505050;
         }
         .section .container .protocol-detail p{
             margin-bottom: .3rem;
-            font-size: .14rem;
+            font-size: .16rem;
             font-weight: bold;
             color: #505050;
         }
@@ -47,7 +47,7 @@
             margin-bottom: .7rem;
         }
         .footer span{
-            font-size: .14rem;
+            font-size: .16rem;
             color: #999;
         }
     </style>