|
@@ -39,6 +39,8 @@ onMounted(() => {
|
|
|
<style lang="scss" scoped>
|
|
<style lang="scss" scoped>
|
|
|
@use "./css/commonsScrollbarNew.scss";
|
|
@use "./css/commonsScrollbarNew.scss";
|
|
|
|
|
|
|
|
|
|
+$proportion : 1.3;
|
|
|
|
|
+
|
|
|
.trainTheory {
|
|
.trainTheory {
|
|
|
position: fixed;
|
|
position: fixed;
|
|
|
top: 0px;
|
|
top: 0px;
|
|
@@ -55,9 +57,9 @@ onMounted(() => {
|
|
|
|
|
|
|
|
.content {
|
|
.content {
|
|
|
position: absolute;
|
|
position: absolute;
|
|
|
- top: 12.42rem;
|
|
|
|
|
- left: 19.85rem;
|
|
|
|
|
- right: 19.85rem;
|
|
|
|
|
|
|
+ top: 10rem;
|
|
|
|
|
+ left: 19.85rem * $proportion;
|
|
|
|
|
+ right: 19.85rem * $proportion;
|
|
|
bottom: 0px;
|
|
bottom: 0px;
|
|
|
|
|
|
|
|
.contentLeft, .contentRight {
|
|
.contentLeft, .contentRight {
|