Browse Source

红旗基金

tt0101 2 weeks ago
parent
commit
1a7c7572f7
2 changed files with 38 additions and 42 deletions
  1. 38 40
      src/views/Medical.vue
  2. 0 2
      src/views/register.vue

+ 38 - 40
src/views/Medical.vue

@@ -1,12 +1,11 @@
 <template>
   <div class="usremei-container">
     <div class="header-section">
-      <div class="invite-header">红旗资本原始股
-        <!-- <div class="sub-header">(每份收益三年)</div> -->
-      </div>
+      
       
       <div class="desc-text">
-        国务院国资委帮扶完成指标:国有企业各大领导决定发行资本原始股。资本原始股每一股价值20元,推动后可兑换现金人民币,兑换当天立即可打款到银行卡,每份收益一年。
+     中国建设科技有限公司是国务院国资委直属的大型国干科技型中央企业,为贯彻落实中央扶贫精神完成全国脱贫攻坚战的最后战役,经中央中央批准为广大民众颁发成立建设科技分红,参与下满科黄金可享受分红黄金打款到账银行卡(每天阅满5年)参与国家的本金将在30天后自动返回银行卡上,国家未来不会落下一个黄困民众国家不会忘记人民,只有有真实到账!
+        
       </div>
       <div class="commission-card">
         <span class="commission-title">团队返佣:</span>
@@ -26,11 +25,11 @@
         <div class="item_body">
             <div class="body_left">
                 <div style="font-weight: 700;" class="bodt_one">{{item.power}}%</div>
-                <div style="font-weight: 700;" class="bodt_two">日收益</div>
+                <div style="font-weight: 700;" class="bodt_two">日收益</div>
             </div>
             <div class="body_right">
-                <div style="font-weight: 700; font-size: 17px; font-family: system-ui;" class="bodt_one">{{item.money}}元</div>
-                <!-- <div style="color: #8e8989; font-weight: 700;" class="bodt_two">10000份</div> -->
+                <div style="font-weight: 700; font-size: 17px; font-family: system-ui;" >{{item.money}}元</div>
+                <div style="color: #8e8989; font-weight: 700;" class="bodt_two">参与金额</div>
             </div>
             <div class="body_btn" @click="toPayment(item)">立即参与</div>
         </div>
@@ -90,18 +89,7 @@ export default {
   margin: 0 auto 20px;
 }
 
-.invite-header {
-  background: #ffeddf;
-  color: #f11859;
-  font-size: 20px;
-  font-weight: bold;
-  text-align: center;
-  padding: 20px 0 10px 0;
-  box-shadow: 0 4px 16px rgba(208,2,27,0.08);
-  letter-spacing: 2px;
-  position: relative;
-  clip-path: polygon(60px 0, calc(100% - 60px) 0, 100% 100%, 0 100%);
-}
+
 
 .sub-header {
   color: #f11859;
@@ -111,43 +99,43 @@ export default {
 }
 
 .desc-text {
-  background: #ffeddf;
-  color: #f11859;
-  font-size: 14px;
+  background: #a30100;
+  color: #fff;
+  font-size: 13px;
   line-height: 1.6;
   padding: 15px;
   text-align: justify;
-  font-weight: bold;
+  border-radius: 10px;
+  border: 1px solid #fff;
 }
 
 .commission-card {
-  background: #ffeddf;
-  margin-top: 2px;
-  padding: 15px;
+  background: #a30100;
+  color: #fff;
+  border: 1px solid #fff;
+  margin-top: 16px;
+  padding: 5px 25px;
+  border-radius: 8px;
   display: flex;
   align-items: center;
   white-space: nowrap;
 }
 
 .commission-title {
-  color: #9c1492;
-  font-size: 16px;
-  font-weight: bold;
+  font-size: 14px;
 }
 
 .commission-list {
   display: flex;
   align-items: center;
   justify-content: space-between;
-  color: #9c1492;
   flex: 1;
 }
 
 .commission-item {
   /* margin: 0 15px; */
-  font-size: 16px;
+  font-size: 14px;
   white-space: nowrap;
-  font-weight: bold;
 }
 
 .commission-item:last-child {
@@ -172,24 +160,30 @@ export default {
   margin-bottom: 22px;
   width:100%;
   height:88px;
-  background:#fff;
+  background:#ffebed;
+  border-radius: 10px;
 }
 .item_header{
     height:30px;
     line-height:30px;
-    background:#a30100;
     display:flex;
     color:#fff;
     font-size:14px;
 }
 .title{
     margin-left:20px;
+    color:#a7262b;
+    font-size:16px;
+    font-weight:600;
 }
 .titletwo{
     margin-left:65px;
+    color:#2a54d2;
+    font-size:14px;
+    font-weight:600;
 }
 .item_body{
-    padding:8px 20px;
+    padding:2px 20px 8px 20px;
     display:flex;
     justify-content: space-between;
     text-align:center;
@@ -197,18 +191,22 @@ export default {
 }
 .bodt_two{
     margin-top:4px;
+    color:#cc23ac;
+}
+.bodt_one{
+  font-size:14px;
+  color:#cc23ac;
 }
 .body_btn{
-    width: 84px;
-        height: 28px;
+        width: 64px;
+        height: 22px;
         background: #a30100;
         color: #fff;
-        font-size: 17px;
+        font-size: 12px;
         text-align: center;
-        line-height: 27px;
+        line-height: 22px;
         border-radius: 12px;
         padding: 2px 4px;
-		font-weight: 600;
     
 }
 </style> 

+ 0 - 2
src/views/register.vue

@@ -293,9 +293,7 @@ export default {
 .site-footer {
   width: 100%;
   padding: 15px 0;
-  background: rgba(0, 0, 0, 0.5);
   text-align: center;
-  margin-top: 20px;
   
   .copyright, .address, .beian {
     color: #fff;