Ver Fonte

style(view): 优化计算公式图 UI

xiansin há 3 anos atrás
pai
commit
6b5313c5ef

+ 2 - 2
pages/formula/downhill.vue

xqd
@@ -132,10 +132,10 @@
 <style lang="scss" scoped>
     @import "@/static/css/math.scss";
     .top{
-        top: 60rpx !important;
+        top: 40rpx !important;
     }
     .bottom{
-        top: 245rpx !important;
+        top: 220rpx !important;
     }
     .qiwan{
         left: 120rpx;

+ 5 - 4
pages/formula/duochengzhijiao.vue

xqd xqd xqd
@@ -253,6 +253,7 @@
 <style lang="scss" scoped>
     @import "@/static/css/math.scss";
     .diyiceng{
+        top: 10rpx;
         left: 320rpx;
     }
     .diyicengqiwan{
@@ -267,11 +268,11 @@
         left: 445rpx;
     }
     .dierceng{
-        top: 160rpx;
+        top: 140rpx;
         left: 110rpx;
     }
     .diercengqiwan{
-        top: 160rpx;
+        top: 148rpx;
         left: 340rpx;
     }
     .slice3{
@@ -299,9 +300,9 @@
         left: 405rpx;
     }
     .cengjianju1{
-        top: 200rpx;
+        top: 180rpx;
     }
     .cengjianju2{
-        top: 370rpx;
+        top: 320rpx;
     }
 </style>

+ 7 - 7
pages/formula/santongwan.vue

xqd xqd
@@ -111,11 +111,11 @@
 <style lang="scss" scoped>
     @import "@/static/css/math.scss";
     .cibianheight1{
-        top: 170rpx;
-        left: 80rpx;
+        top: 150rpx;
+        left: 170rpx;
     }
     .cidilength{
-        top: 290rpx;
+        top: 280rpx;
         left: 190rpx;
     }
     .cibianheight2{
@@ -123,15 +123,15 @@
         left: 300rpx;
     }
     .cibianheight3{
-        top: 290rpx;
+        top: 280rpx;
         left: 425rpx;
     }
     .slice1{
-        top: 360rpx;
+        top: 310rpx;
         left: 180rpx;
     }
     .slice2{
-        top: 700rpx;
-        left: 160rpx;
+        top: 645rpx;
+        left: 182rpx;
     }
 </style>