liushengqiang 1 年之前
父節點
當前提交
dec17bf18d
共有 2 個文件被更改,包括 13 次插入12 次删除
  1. 11 10
      src/page-instrument/component/the-modal-tip/index.module.less
  2. 2 2
      src/page-instrument/header-top/index.tsx

+ 11 - 10
src/page-instrument/component/the-modal-tip/index.module.less

@@ -1,15 +1,16 @@
 :global {
 :global {
     .modalTip {
     .modalTip {
         overflow: initial;
         overflow: initial;
+        width: 258px;
 
 
         .van-dialog__header {
         .van-dialog__header {
             position: relative;
             position: relative;
-            height: 75px;
+            height: 63px;
             display: flex;
             display: flex;
             align-items: flex-end;
             align-items: flex-end;
             background: url('./images/moveTopBg.png') no-repeat;
             background: url('./images/moveTopBg.png') no-repeat;
             background-size: 100%;
             background-size: 100%;
-            font-size: 18px;
+            font-size: 14px;
             font-weight: 600;
             font-weight: 600;
             color: #131415;
             color: #131415;
             justify-content: center;
             justify-content: center;
@@ -20,19 +21,19 @@
                 position: absolute;
                 position: absolute;
                 left: 50%;
                 left: 50%;
                 transform: translateX(-50%);
                 transform: translateX(-50%);
-                top: -38px;
-                width: 120px;
-                height: 72px;
+                top: -30px;
+                width: 100px;
+                height: 60px;
                 background: url('./images/ding.png') no-repeat;
                 background: url('./images/ding.png') no-repeat;
                 background-size: 100%;
                 background-size: 100%;
             }
             }
         }
         }
 
 
         .van-dialog__message--has-title {
         .van-dialog__message--has-title {
-            font-size: 14px;
+            font-size: 12px;
             color: #777777;
             color: #777777;
             font-weight: 400;
             font-weight: 400;
-            padding: 19px 20px 26px 20px;
+            padding: 16px 16px 22px 16px;
         }
         }
 
 
         .van-dialog__footer {
         .van-dialog__footer {
@@ -49,15 +50,15 @@
 
 
         .van-dialog__confirm,
         .van-dialog__confirm,
         .van-dialog__cancel {
         .van-dialog__cancel {
-            width: 193px;
-            height: 35px;
+            width: 160px;
+            height: 29px;
             flex: initial;
             flex: initial;
 
 
         }
         }
 
 
         .van-dialog__confirm {
         .van-dialog__confirm {
             background: linear-gradient(305deg, #40C8FF 0%, #3192FF 100%);
             background: linear-gradient(305deg, #40C8FF 0%, #3192FF 100%);
-            font-size: 14px;
+            font-size: 12px;
             font-weight: 400;
             font-weight: 400;
             color: #FFFFFF;
             color: #FFFFFF;
             border-radius: 18px;
             border-radius: 18px;

+ 2 - 2
src/page-instrument/header-top/index.tsx

@@ -44,8 +44,8 @@ export const headTopData = reactive({
 			if (state.platform === IPlatform.PC) {
 			if (state.platform === IPlatform.PC) {
 				showConfirmDialog({
 				showConfirmDialog({
 					className: 'modalTip',
 					className: 'modalTip',
-					title: "温馨提",
-					message: "该功能暂未开放,敬请期待",
+					title: "温馨提",
+					message: "该功能暂未开放,敬请期待!",
 					showCancelButton: false,
 					showCancelButton: false,
 				});
 				});
 				return;
 				return;