diff --git a/src/views/newcomerTraining/newTrainingList.vue b/src/views/newcomerTraining/newTrainingList.vue index 2a366524..14fa40d3 100644 --- a/src/views/newcomerTraining/newTrainingList.vue +++ b/src/views/newcomerTraining/newTrainingList.vue @@ -1,7 +1,11 @@ + +
+
培训提醒
+
欢迎使用中道供应商APP。请您先完成培训,阅读文章,并问答相应问题。完成后即可正常使用APP。祝您使用愉快!
+
确定
+
+
- @@ -122,4 +132,31 @@ export default { margin-right: 8px; text-align: right } +.poupWrap{ + box-sizing: border-box; + width: 75%; + padding:15px 20px; + border-radius: 8px; + height: 160px; + .wrap{ + display: flex; + flex-direction: column; + justify-content: space-between; + align-items: center; + background-color: #FFFFFF; + .title{ + font-weight: bold; + } + .btn{ + width: 100%; + height: 30px; + line-height: 30px; + text-align: center; + background-color: #2A5094; + border-radius: 15px; + color: #FFFFFF; + + } + } +}