@@ -1,2 +1 @@
-node_modules/
.idea/
@@ -35,7 +35,7 @@
/**
* dialog
*/
-@dialog-button-text-primary-color: #0BB20C;
+@dialog-button-text-primary-color: #EB4E4F;
@dialog-button-text-default-color: #353535;
@@ -4,7 +4,7 @@
position: fixed;
z-index: 5000;
width: 80%;
- max-width: 300px;
+ max-width: 600px;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
@@ -19,12 +19,12 @@
}
.weui-dialog__title {
font-weight: 400;
- font-size: 18px;
+ font-size: 36px;
.weui-dialog__bd {
padding: 0 @weuiDialogGapWidth .8em;
min-height: 40px;
- font-size: 15px;
+ font-size: 30px;
line-height: 1.3;
word-wrap: break-word;
word-break: break-all;
@@ -36,8 +36,8 @@
.weui-dialog__ft {
position: relative;
- line-height: 48px;
+ line-height: 96px;
display: flex;
&:after {
content: " ";