Merge branch 'feature/cart' of git.yoho.cn:fe/yohobuywap-node into feature/cart
Showing
3 changed files
with
14 additions
and
1 deletions
@@ -105,5 +105,17 @@ | @@ -105,5 +105,17 @@ | ||
105 | color: #444; | 105 | color: #444; |
106 | font-size: 27px; | 106 | font-size: 27px; |
107 | } | 107 | } |
108 | + | ||
109 | + .out-tag { | ||
110 | + color: #fff; | ||
111 | + } | ||
112 | + } | ||
113 | + | ||
114 | + .fraud-prompt { | ||
115 | + max-height: 62px; | ||
116 | + line-height: 62px; | ||
117 | + background: #ff7579; | ||
118 | + color: #fff; | ||
119 | + overflow-y: scroll; | ||
108 | } | 120 | } |
109 | } | 121 | } |
-
Please register or login to post a comment