Ver código fonte

3/25修改活动赛事且合并前的准备

Luhan1997 4 anos atrás
pai
commit
e09930f877
1 arquivos alterados com 44 adições e 39 exclusões
  1. 44 39
      src/pages/competition/index.vue

+ 44 - 39
src/pages/competition/index.vue

@@ -66,44 +66,42 @@
       <!-- 倒计时模块 -->
 
       <!-- 分享和参与比赛的按钮 -->
-      <van-row
-        gutter="7"
-        :class="{'complete_btns':is_fixed == false,'complete_btns_fixed':is_fixed}"
-      >
-        <van-col
+      <!-- gutter="7" -->
+      <div :class="{'complete_btns':is_fixed == false,'complete_btns_fixed':is_fixed}">
+        <!-- <van-col
           :span="11"
           :offset="1"
-        >
-          <!--分享按钮-->
-          <van-image
-            src="https://img.shuimuai.com/share_btn@2x.png"
-            @click="show_share_window"
-            width="160px"
-            height="49px"
-          ></van-image>
-        </van-col>
-        <van-col
+        > -->
+        <!--分享按钮-->
+        <van-image
+          src="https://img.shuimuai.com/share_btn@2x.png"
+          @click="show_share_window"
+          width="160px"
+          height="49px"
+        ></van-image>
+        <!-- </van-col> -->
+        <!-- <van-col
           :span="10"
           :offset="1"
-        >
-          <!--参与按钮-->
-          <van-image
-            src="https://img.shuimuai.com/join_btn@2x.png"
-            @click="to_info"
-            width="160px"
-            height="49px"
-            v-if="joined == false"
-          ></van-image>
-          <van-image
-            src="https://img.shuimuai.com/rank@2x.png"
-            alt=""
-            @click="to_rank"
-            width="160px"
-            height="49px"
-            v-else
-          ></van-image>
-        </van-col>
-      </van-row>
+        > -->
+        <!--参与按钮-->
+        <van-image
+          src="https://img.shuimuai.com/join_btn@2x.png"
+          @click="to_info"
+          width="160px"
+          height="49px"
+          v-if="joined == false"
+        ></van-image>
+        <van-image
+          src="https://img.shuimuai.com/rank@2x.png"
+          alt=""
+          @click="to_rank"
+          width="160px"
+          height="49px"
+          v-else
+        ></van-image>
+        <!-- </van-col> -->
+      </div>
 
       <van-overlay
         :show="share_show"
@@ -209,7 +207,7 @@
               <span
                 class="right_title"
                 @click="to_report"
-              >成绩报告详情</span>
+              >我的分数</span>
               <van-row class="rank_item">
                 <van-col
                   span="4"
@@ -405,7 +403,7 @@
               <span
                 class="right_title"
                 @click="to_report"
-              >成绩报告详情</span>
+              >我的分数</span>
               <view class="rank_item">
                 <van-row>
                   <van-col
@@ -1018,12 +1016,18 @@ page {
 .complete_btns {
   position: absolute;
   top: 580px;
+  display: flex;
+  width: 100%;
+  justify-content: space-around;
 }
 
 .complete_btns_fixed {
   position: fixed;
   bottom: 0px;
   z-index: 99;
+  display: flex;
+  width: 100%;
+  justify-content: space-around;
 }
 
 .share_info {
@@ -1178,12 +1182,13 @@ page {
   font-size: 9px;
   font-family: zihun59hao-chuangcuhei;
   font-weight: 400;
-  text-decoration: underline;
-  color: #ffba00;
+  /* text-decoration: underline; */
+  /* color: #ffba00; */
+  color: #aeafff;
   line-height: 12px;
   position: relative;
   left: 110px;
-  bottom: 5px;
+  bottom: 4px;
 }
 
 .diy_container .rank_container .rank_main .rank_main_list .my_score .rank_item {