版本提交
Showing
31 changed files
with
500 additions
and
135 deletions

313 KB

710 Bytes

710 Bytes

2.18 KB

2.14 KB
-
Please register or sign in to post a comment
... | ... | @@ -31,5 +31,6 @@ |
font-weight: 300; | ||
color: #ba3138; | ||
top: 152px; | ||
@include ellipsis(1); | ||
} | ||
} | ||
... | ... |
... | ... | @@ -4,6 +4,10 @@ Component({ |
innerText: { | ||
type: String, | ||
value: 'default value', | ||
}, | ||
wishList: { | ||
type: Object, | ||
value: [], | ||
} | ||
}, | ||
data: { | ||
... | ... |
313 KB
710 Bytes
710 Bytes
2.18 KB
2.14 KB
17.7 KB
28.2 KB
15.7 KB
22.9 KB
20.2 KB
17.5 KB
16.4 KB
29.6 KB
18.2 KB
19.9 KB
... | ... | @@ -169,7 +169,8 @@ |
} | ||
.tips { | ||
margin-top: 40px; | ||
// margin-top: 40px; | ||
margin:24px 0 12px; | ||
text-align: center; | ||
font-size: 24px; | ||
color: #333333; | ||
... | ... |