Browse Source

debug vux_confirm

huanggang 7 years ago
parent
commit
9620db9b52

+ 0 - 1
.gitignore

@@ -1,2 +1 @@
-node_modules/
 .idea/
 .idea/

+ 1 - 1
node_modules/vux/src/styles/variable.less

@@ -35,7 +35,7 @@
 /**
 /**
 * dialog
 * dialog
 */
 */
-@dialog-button-text-primary-color: #0BB20C;
+@dialog-button-text-primary-color: #EB4E4F;
 @dialog-button-text-default-color: #353535;
 @dialog-button-text-default-color: #353535;
 
 
 /**
 /**

+ 5 - 5
node_modules/vux/src/styles/weui/widget/weui_tips/weui_dialog.less

@@ -4,7 +4,7 @@
     position: fixed;
     position: fixed;
     z-index: 5000;
     z-index: 5000;
     width: 80%;
     width: 80%;
-    max-width: 300px;
+    max-width: 600px;
     top: 50%;
     top: 50%;
     left: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
     transform: translate(-50%, -50%);
@@ -19,12 +19,12 @@
 }
 }
 .weui-dialog__title {
 .weui-dialog__title {
     font-weight: 400;
     font-weight: 400;
-    font-size: 18px;
+    font-size: 36px;
 }
 }
 .weui-dialog__bd {
 .weui-dialog__bd {
     padding: 0 @weuiDialogGapWidth .8em;
     padding: 0 @weuiDialogGapWidth .8em;
     min-height: 40px;
     min-height: 40px;
-    font-size: 15px;
+    font-size: 30px;
     line-height: 1.3;
     line-height: 1.3;
     word-wrap: break-word;
     word-wrap: break-word;
     word-break: break-all;
     word-break: break-all;
@@ -36,8 +36,8 @@
 }
 }
 .weui-dialog__ft {
 .weui-dialog__ft {
     position: relative;
     position: relative;
-    line-height: 48px;
-    font-size: 18px;
+    line-height: 96px;
+    font-size: 36px;
     display: flex;
     display: flex;
     &:after {
     &:after {
         content: " ";
         content: " ";