Browse Source

修改引导页

1
mo 1 year ago
parent
commit
8272a5e123

+ 6 - 4
src/custom-plugins/guide-page/data-guide.tsx

@@ -34,13 +34,14 @@ export default defineComponent({
             top: '0.91rem'
           },
           imgStyle: {
+            top: px2vw(-4),
             left:  px2vw(-100),
             width:  px2vw(472),
             height: px2vw(256)
           },
           btnsStyle: {
             bottom:px2vw(30),
-            left: px2vw(-90),
+            left: px2vw(-110),
           },
           boxStyle:{
             borderRadius:'25px'
@@ -56,13 +57,14 @@ export default defineComponent({
           ele: '',
           img: getImage('data2.png'),
           imgStyle: {
+            top: px2vw(-4),
             left:  px2vw(-100),
             width: px2vw(509),
             height: px2vw(230)
           },
           btnsStyle: {
-            bottom: '30px',
-            left: px2vw(-90),
+            bottom:px2vw(30),
+            left: px2vw(-110),
           },
           boxStyle:{
             borderRadius:'25px'
@@ -86,7 +88,7 @@ export default defineComponent({
           },
           btnsStyle: {
             bottom: px2vw(30),
-            left: px2vw(-90),
+            left: px2vw(-115),
           },
 
           boxStyle:{

+ 2 - 2
src/custom-plugins/guide-page/myColloge-guide.tsx

@@ -31,14 +31,14 @@ export default defineComponent({
           ele: '',
           img: getImage('myColloge1.png'),
           imgStyle: {
-            top:  px2vw(0),
+            top:  px2vw(-4),
             left:   px2vw(630),
             width:  px2vw(458),
             height: px2vw(291)
           },
           btnsStyle: {
             bottom: px2vw(96),
-            left:px2vw(780),
+            left:px2vw(790),
           },
 
           eleRectPadding:{

+ 12 - 10
src/custom-plugins/guide-page/teacher-guide.tsx

@@ -34,13 +34,14 @@ export default defineComponent({
             top: '0.91rem'
           },
           imgStyle: {
-            left: '-70px',
-            width:  '472px',
-            height:  '230px'
+            top:px2vw(-4),
+            left: px2vw(-75),
+            width:  px2vw(472),
+            height:  px2vw(230),
           },
           btnsStyle: {
-            bottom:'30px',
-            left: '-90px',
+            bottom:px2vw(30),
+            left: px2vw(-84),
           },
           boxStyle:{
             borderRadius:'25px'
@@ -56,13 +57,14 @@ export default defineComponent({
           ele: '',
           img: getImage('teacher2.png'),
           imgStyle: {
-            left:  '-168px',
-            width: '599px',
-            height:'230px'
+            top:px2vw(-4),
+            left:  px2vw(-142),
+            width: px2vw(559),
+            height:px2vw(230)
           },
           btnsStyle: {
-            bottom: '30px',
-            left: px2vw(-90),
+            bottom: px2vw(30),
+            left: px2vw(-154),
           },
           boxStyle:{
             borderRadius:'25px'