@@ -149,9 +149,9 @@ onMounted(() => {
background: #fff;
border-radius: 25px;
max-width: 1000px;
- min-width: 800px;
+ min-width: 1000px;
max-height: 90%;
- min-height: 90%;
+ min-height: 800px;
z-index: 23;
display: flex;
flex-direction: column;
@@ -202,7 +202,9 @@ onMounted(() => {
.mark {
margin-left: 20px;
- .sold {}
+ .sold {
+ margin-bottom: 7px;
+ }
.limit {
color: #AF934E;
@@ -251,7 +253,7 @@ onMounted(() => {
.off {
font-weight: 700;
- font-size: 14px;
+ font-size: 12px;
letter-spacing: 0.3px;
}
@@ -209,7 +209,8 @@ onMounted(() => {
min-width: 800px;
- height: 90%;
+ max-height: 90%;
@@ -259,6 +260,7 @@ onMounted(() => {
.tip {
margin-top: 15px;
+ font-size: 16px;
justify-content: space-between;