Browse Source

添加我的考场

JXDS18FUJT 2 năm trước cách đây
mục cha
commit
9378f3154b
1 tập tin đã thay đổi với 6 bổ sung6 xóa
  1. 6 6
      src/otherPages/myExamRoadVideo/index.vue

+ 6 - 6
src/otherPages/myExamRoadVideo/index.vue

@@ -6,7 +6,7 @@
         :style="{ height: statusBarHeight + 'px' }"
       ></view>
       <view class="navBar" :style="{ height: titleBarHeight + 'px' }">
-        <image class="back-img" src="" mode="" @click="backPre"></image>
+        <image class="back-img" src="https://ndata.zzxcx.net/ctjk/mp-wx/beforeMockExam/arrow-left.png" mode="" @click="backPre"></image>
         <text class="bans-title"> 我的考场 </text>
       </view>
     </view>
@@ -248,7 +248,7 @@ export default {
 .bans-title {
   text-align: center;
   margin-left: 222rpx;
-  color: transparent;
+  color: #fff;
 }
 .BanContain {
   position: fixed;
@@ -257,9 +257,9 @@ export default {
   z-index: 1000;
 }
 .back-img {
-  width: 34px;
-  height: 34px;
-  margin-left: 18rpx;
+  width: 10px;
+  height: 17px;
+  margin-left: 30rpx;
 }
 .navBar {
   display: flex;
@@ -270,7 +270,7 @@ export default {
 .status_bar {
   height: var(--status-bar-height);
   width: 100%;
-  background-color: #fff;
+  background-color: transparent;
 }
 .header {
   width: 100%;