From 2c59b0f5a030abb1e322a6c412f4bbc72f24b5e9 Mon Sep 17 00:00:00 2001
From: zhouxueli <2841188632@qq.com>
Date: Wed, 15 May 2024 17:13:56 +0800
Subject: [PATCH] =?UTF-8?q?task#13769,=20=E6=96=B0=E4=BA=BA=E5=9F=B9?=
=?UTF-8?q?=E8=AE=AD=E5=BC=B9=E6=A1=86=E4=BC=98=E5=8C=96?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../newcomerTraining/newTrainingList.vue | 124 ++++++++++--------
1 file changed, 67 insertions(+), 57 deletions(-)
diff --git a/src/views/newcomerTraining/newTrainingList.vue b/src/views/newcomerTraining/newTrainingList.vue
index 9b0cfb7d..7be74a39 100644
--- a/src/views/newcomerTraining/newTrainingList.vue
+++ b/src/views/newcomerTraining/newTrainingList.vue
@@ -30,14 +30,15 @@
-
培训提醒
-
欢迎使用中道供应商APP。请您先完成培训,阅读文章,并问答相应问题。完成后即可正常使用APP。祝您使用愉快!
-
-
-
关闭
+
+
培训提醒
+
欢迎使用中道供应商APP。请您先完成培训,阅读文章,并问答相应问题。完成后即可正常使用APP。祝您使用愉快!
-
答题
+
+
@@ -147,66 +148,75 @@ export default {
overflow-y: hidden;
}
.poupWrap{
+ width: 100%;
+ height: 100%;
+ background-color: rgba(0,0,0,.7);
position: absolute;
- width: 320px;
- height: 310px;
- background-image: url("@/assets/trainBg.png");
- background-size: 320px 310px;
- background-repeat: no-repeat;
top: 0;
- bottom: 0;
left: 0;
- right: 0;
- margin: auto;
.container{
+ width: 320px;
+ height: 310px;
+ background-image: url("@/assets/trainBg.png");
+ background-size: 320px 310px;
+ background-repeat: no-repeat;
position: absolute;
- top: 100px;
- left: 20px;
- .title{
- font-weight: bold;
- font-size: 19px;
- color: #3364B7;
- line-height: 26px;
- width: 70%;
- margin-left: 35px;
- text-align: center;
+ top: 0;
+ bottom: 0;
+ left: 0;
+ right: 0;
+ margin: auto;
+ .con{
+ position: absolute;
+ top: 100px;
+ left: 20px;
}
- .content{
- width: 70%;
- height: 92px;
- font-size: 14px;
- color: #4C5361;
- line-height: 23px;
- text-align: justify;
- margin-top: 8px;
- margin-bottom: 20px;
- margin-left: 35px;
+
+ }
+ .title{
+ font-weight: bold;
+ font-size: 19px;
+ color: #3364B7;
+ line-height: 26px;
+ width: 70%;
+ margin-left: 35px;
+ text-align: center;
+ }
+ .content{
+ width: 70%;
+ height: 92px;
+ font-size: 14px;
+ color: #4C5361;
+ line-height: 23px;
+ text-align: justify;
+ margin-top: 8px;
+ margin-bottom: 20px;
+ margin-left: 35px;
+ }
+ .line{
+ width: 285px;
+ height: 1px;
+ border-bottom: 1px solid #F1F2F5;
+ }
+ .btnWrap{
+ width: 92%;
+ font-weight: bold;
+ font-size: 13px;
+ display: flex;
+ justify-content: space-around;
+ margin-top: 6px;
+ height: 40px;
+ line-height: 40px;
+ .closeBtn{
+ color: #999B9F;
}
.line{
- width: 285px;
- height: 1px;
- border-bottom: 1px solid #F1F2F5;
+ width: 1px;
+ height: 48px;
+ border-right: 1px solid #F1F2F5;
}
- .btnWrap{
- width: 92%;
- font-weight: bold;
- font-size: 13px;
- display: flex;
- justify-content: space-around;
- margin-top: 6px;
- height: 40px;
- line-height: 40px;
- .closeBtn{
- color: #999B9F;
- }
- .line{
- width: 1px;
- height: 48px;
- border-right: 1px solid #F1F2F5;
- }
- .nextBtn{
- color: #3364B7;
- }
+ .nextBtn{
+ color: #3364B7;
}
}
}