From 1b1b5f7ac72347cacdf863c10a5e35d935cc65db Mon Sep 17 00:00:00 2001
From: WX0lxh <2062408239@qq.com>
Date: Fri, 31 Oct 2025 11:14:45 +0800
Subject: [PATCH] =?UTF-8?q?=E5=9F=B9=E8=AE=AD=E9=A6=96=E9=A1=B5?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
packageB/train/index.vue | 125 +++++++++++++++++---
packageB/train/practice/startPracticing.vue | 31 ++++-
2 files changed, 137 insertions(+), 19 deletions(-)
diff --git a/packageB/train/index.vue b/packageB/train/index.vue
index aa5364f..c02deb3 100644
--- a/packageB/train/index.vue
+++ b/packageB/train/index.vue
@@ -1,10 +1,52 @@
- 培训视频
- 专项练习
- 模拟考试
- 错题本
+
+
+
+
+
+ 培训视频
+
+ 立即查看
+
+
+
+
+
+
+
+ 专项练习
+
+ 立即查看
+
+
+
+
+
+
+
+
+ 模拟考试
+
+ 立即查看
+
+
+
+
+
+
+
+
+ 错题本
+
+ 立即查看
+
+
+
+
+
+
@@ -25,17 +67,72 @@ function jumps(url){
.tab-container{
height: 100vh;
width: 100%;
- background: url('@/static/images/train/bj.jpg') center center no-repeat;
- background-size: 100% 100%;
- .btns{
- background-color: #0036B0
- border-radius: 5rpx
- padding: 20rpx;
- box-sizing: border-box
- color: #fff
- text-align: center
- margin-bottom: 30rpx
+ position: relative;
+ // background: url('@/static/images/train/bj.jpg') center center no-repeat;
+ // background-size: 100% 100%;
+ image{
+ position: absolute;
+ width: 100%;
+ height: 100%;
}
+ view{
+ padding: 100rpx 28rpx 0;
+ .btns{
+ width: 100%
+ height: 170rpx;
+ border-radius: 5rpx
+ padding: 20rpx;
+ box-sizing: border-box
+ color: #000
+ text-align: center
+ margin-bottom: 50rpx
+ position: relative
+ image{
+ position: absolute;
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ }
+ view{
+ padding: 0 0 0 10%;
+ box-sizing: border-box;
+ position: absolute
+ width: 100%;
+ height: 100%;
+ left: 0;
+ top: 0;
+ z-index: 100;
+ display: flex;
+ align-items: center
+ font-weight: bold;
+ font-size: 36rpx;
+ color: #595959;
+ .btn{
+ margin-left: 8%;
+ background-color: #3A92FF;
+ position: static;
+ color: #fff;
+ font-size: 22rpx;
+ display: flex;
+ align-items: center;
+ justify-content: center
+ width: 140rpx;
+ height: 50rpx;
+ border-radius: 5rpx
+ font-weight: 500;
+ padding: 0;
+ image{
+ position: static;
+ width: 14rpx;
+ height: 22rpx;
+ margin-left: 10rpx;
+ }
+ }
+ }
+ }
+ }
+
}
diff --git a/packageB/train/practice/startPracticing.vue b/packageB/train/practice/startPracticing.vue
index 754bf3c..ec261df 100644
--- a/packageB/train/practice/startPracticing.vue
+++ b/packageB/train/practice/startPracticing.vue
@@ -1,11 +1,32 @@
-
- 专项练习
-
+
-
-
\ No newline at end of file