Browse Source

修改样式问题

zengyicheng 2 years ago
parent
commit
20323b4dc9
1 changed files with 11 additions and 6 deletions
  1. 11 6
      src/components/pages/race/eventCenter/anliDetail.vue

+ 11 - 6
src/components/pages/race/eventCenter/anliDetail.vue

@@ -162,11 +162,15 @@
               <div>{{ si + 1 }}</div>
               <div>{{ s.staTitle }}</div>
             </div>
-            <div class="navBTitle isHover" @click="jump('fouth')">项目活动过程</div>
+            <div class="navBTitle isHover" @click="jump('fouth')">
+              项目活动过程
+            </div>
             <div class="navBTitle isHover" @click="jump('fivth')">
               项目成果交流与评价
             </div>
-            <div class="navBTitle isHover" @click="jump('sixth')">项目成效与反思</div>
+            <div class="navBTitle isHover" @click="jump('sixth')">
+              项目成效与反思
+            </div>
           </div>
         </div>
         <div
@@ -3299,7 +3303,7 @@ body {
   text-overflow: ellipsis;
   cursor: pointer;
 }
-.file > div > div:nth-child(2) > div:nth-child(1):hover{
+.file > div > div:nth-child(2) > div:nth-child(1):hover {
   color: #5e5e5e;
 }
 .hdTop {
@@ -3707,7 +3711,8 @@ ol {
   display: grid;
   gap: 10px;
   padding: 10px;
-  border-radius: 5px;
+  border-bottom-left-radius: 5px;
+  border-bottom-right-radius: 5px;
   box-sizing: border-box;
 }
 .navBTitle {
@@ -3752,10 +3757,10 @@ ol {
   word-break: break-word;
   max-width: 130px;
 }
-.navLTitle > div:nth-child(2):hover{
+.navLTitle > div:nth-child(2):hover {
   color: #5e5e5e;
 }
-.isHover{
+.isHover {
   color: #5e5e5e;
 }
 </style>