Kaynağa Gözat

跳转页面和看课页面底部加一个重庆云联融智提供技术支持

XSLu08042 1 ay önce
ebeveyn
işleme
4f4acaa8c0
1 değiştirilmiş dosya ile 10 ekleme ve 1 silme
  1. 10 1
      pages_course/video.vue

+ 10 - 1
pages_course/video.vue

@@ -198,6 +198,7 @@
 				<view>阅读并同意<text style="color: #ff5c03;" @click.stop="goWeb(0)">《用户协议》</text>和<text
 						style="color: #ff5c03;" @click.stop="goWeb(1)">《隐私协议》</text></view>
 			</view> -->
+			<view class="footer-tips">重庆云联融智提供技术支持</view>
 		</view>
 	</view>
 </template>
@@ -1274,6 +1275,14 @@
 		align-items: $alignI;
 		justify-content: $justifyC;
 	}
+	.footer-tips {
+		margin-top: 14rpx;
+		text-align: center;
+		font-family: PingFang SC,PingFang SC;
+		font-weight: 500;
+		font-size: 12px;
+		color: #bbb;
+	}
 	.textOne {
 		overflow: hidden;
 		white-space: nowrap;
@@ -1881,7 +1890,7 @@
 			position: fixed;
 			bottom: 0;
 			padding: 32rpx;
-			padding-bottom: calc(var(--window-bottom) + 32rpx);
+			padding-bottom: calc(var(--window-bottom) + 14rpx);
 			box-sizing: border-box;
 			z-index: 9;