Coupon flow refined

This commit is contained in:
Vion
2022-01-24 18:01:51 +08:00
parent ab70862f63
commit de8d67fc51
8 changed files with 215 additions and 75 deletions

View File

@@ -4,12 +4,6 @@ body {
line-height: 1.5;
color: #666;
}
div[data-js-modal-menu] {
display:none;
}
aside div[data-js-modal-menu] {
display:block;
}
.el-message-box .el-button--primary{
background-color: #e1001a !important;
color:#fff;
@@ -532,7 +526,12 @@ picture {
max-width: 768px;
margin: 0 auto;
}
div[data-js-modal-menu] {
display:none;
}
aside div[data-js-modal-menu] {
display:block;
}
html {
font-size: 16px;
}

View File

@@ -451,7 +451,6 @@
}
span {
font-size: 45px;
font-weight: bold;
}
strong {
font-style: normal;

View File

@@ -236,6 +236,7 @@ color: #333333;
font-style: normal;
display: flex;
justify-content: space-between;
align-items: baseline;
span {
font-size: 14px;
@@ -251,6 +252,10 @@ color: #333333;
}
}
}
.ts-right-arr {
line-height:1rem;
height:1.5rem;
}
}