|
@@ -343,27 +343,61 @@ onMounted(() => {
|
|
</script>
|
|
</script>
|
|
|
|
|
|
<style scoped lang="scss">
|
|
<style scoped lang="scss">
|
|
|
|
+//.boston-container {
|
|
|
|
+// background: url('/static/image/cognitiveAbility/SpeechTraining/Auditory/bg.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
+// fixed;
|
|
|
|
+//
|
|
|
|
+// .el-button + .el-button {
|
|
|
|
+// margin-left: 0;
|
|
|
|
+// }
|
|
|
|
+//
|
|
|
|
+// .active {
|
|
|
|
+// background: url('/static/image/cognitiveAbility/SpeechTraining/item-active.png') no-repeat 0 0 / 100% 100%
|
|
|
|
+// border-box border-box fixed;
|
|
|
|
+// }
|
|
|
|
+//
|
|
|
|
+// .normal {
|
|
|
|
+// background: url('/static/image/cognitiveAbility/SpeechTraining/item.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
+// border-box fixed;
|
|
|
|
+// }
|
|
|
|
+//
|
|
|
|
+// .choice-bg {
|
|
|
|
+// background: url('/static/image/cognitiveAbility/SpeechTraining/tips-bg.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
+// border-box fixed;
|
|
|
|
+// }
|
|
|
|
+//}
|
|
.boston-container {
|
|
.boston-container {
|
|
- background: url('/static/image/cognitiveAbility/SpeechTraining/Auditory/bg.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
- fixed;
|
|
|
|
|
|
+ //background: url('/static/image/cognitiveAbility/SpeechTraining/Visual/bg.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
+ // fixed;
|
|
|
|
+ background-image: url('/static/image/cognitiveAbility/SpeechTraining/Visual/bg.png');
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ background-position: center center;
|
|
|
|
|
|
.el-button + .el-button {
|
|
.el-button + .el-button {
|
|
margin-left: 0;
|
|
margin-left: 0;
|
|
}
|
|
}
|
|
|
|
|
|
.active {
|
|
.active {
|
|
- background: url('/static/image/cognitiveAbility/SpeechTraining/item-active.png') no-repeat 0 0 / 100% 100%
|
|
|
|
- border-box border-box fixed;
|
|
|
|
|
|
+ //background: url('/static/image/cognitiveAbility/SpeechTraining/item-active.png') no-repeat 0 0 / 100% 100%
|
|
|
|
+ background-image: url('/static/image/cognitiveAbility/SpeechTraining/item-active.png');
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ background-position: center center;
|
|
}
|
|
}
|
|
|
|
|
|
.normal {
|
|
.normal {
|
|
- background: url('/static/image/cognitiveAbility/SpeechTraining/item.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
- border-box fixed;
|
|
|
|
|
|
+ //background: url('/static/image/cognitiveAbility/SpeechTraining/item.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
+ // border-box fixed;
|
|
|
|
+ background-image: url('/static/image/cognitiveAbility/SpeechTraining/item.png');
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ background-position: center center;
|
|
}
|
|
}
|
|
|
|
|
|
.choice-bg {
|
|
.choice-bg {
|
|
- background: url('/static/image/cognitiveAbility/SpeechTraining/tips-bg.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
- border-box fixed;
|
|
|
|
|
|
+ //background: url('/static/image/cognitiveAbility/SpeechTraining/tips-bg.png') no-repeat 0 0 / 100% 100% border-box
|
|
|
|
+ // border-box fixed;
|
|
|
|
+ background-image: url('/static/image/cognitiveAbility/SpeechTraining/tips-bg.png');
|
|
|
|
+ background-size: 100% 100%;
|
|
|
|
+ background-position: center center;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
</style>
|
|
</style>
|