Merge branch 'hotfix/remove-renren-douban' into 'gray'
Hotfix/remove renren douban See merge request !203
Showing
2 changed files
with
1 additions
and
15 deletions
@@ -125,12 +125,6 @@ | @@ -125,12 +125,6 @@ | ||
125 | <a href="{{alipayLogin}}" data-type="3"> | 125 | <a href="{{alipayLogin}}" data-type="3"> |
126 | <span class="icon alipay"></span> | 126 | <span class="icon alipay"></span> |
127 | </a> | 127 | </a> |
128 | - <a href="{{doubanLogin}}" data-type="6"> | ||
129 | - <span class="icon douban"></span> | ||
130 | - </a> | ||
131 | - <a href="{{renrenLogin}}" data-type="7"> | ||
132 | - <span class="icon renren"></span> | ||
133 | - </a> | ||
134 | </li> | 128 | </li> |
135 | 129 | ||
136 | </div> | 130 | </div> |
@@ -143,7 +143,7 @@ | @@ -143,7 +143,7 @@ | ||
143 | 143 | ||
144 | a { | 144 | a { |
145 | display: table-cell; | 145 | display: table-cell; |
146 | - width: 45px; | 146 | + width: 67px; |
147 | background-size: 100% 100%; | 147 | background-size: 100% 100%; |
148 | } | 148 | } |
149 | 149 | ||
@@ -169,14 +169,6 @@ | @@ -169,14 +169,6 @@ | ||
169 | .alipay { | 169 | .alipay { |
170 | background: url(/passport/third/alipay.png) no-repeat; | 170 | background: url(/passport/third/alipay.png) no-repeat; |
171 | } | 171 | } |
172 | - | ||
173 | - .douban { | ||
174 | - background: url(/passport/third/douban.png) no-repeat; | ||
175 | - } | ||
176 | - | ||
177 | - .renren { | ||
178 | - background: url(/passport/third/renren.png) no-repeat; | ||
179 | - } | ||
180 | } | 172 | } |
181 | 173 | ||
182 | .caps-lock { | 174 | .caps-lock { |
-
Please register or login to post a comment