Authored by uedxwg
Commit 39cbda82eb9520e00d32404fae9064aa4fe4d06a 1 parent 05c58e31 master ... develop feature/brandCoupon feature/changeQr feature/encryptionUid feature/filter-age feature/mobile feature/newInvoice feature/order-show feature/payMethod feature/paymentTip feature/rcmnd4U feature/rebuy feature/shopBaseTlp feature/ticket feature/userInfoTip hotfix/cancelOrder hotfix/catlog hotfix/delWap hotfix/deleteOrderStyle hotfix/detail hotfix/editOrder hotfix/guang-goodsgroup hotfix/itemApiurl hotfix/loophole hotfix/making-order hotfix/new-girls hotfix/orders hotfix/productDetail hotfix/receipt hotfix/register hotfix/returnImage hotfix/rtrngdsstyl hotfix/validate patch-1 release/4.7 release/4.8 release/outlets 4.8.2 4.7.2 4.6.2.1 4.6.2 4.6 1.3.22 1.3.21 1.3.20 1.3.19 1.3.18 1.3.17 1.3.16 1.3.15 1.3.14 1.3.13 1.3.12 1.3.11 1.3.10 1.3.9 1.3.8 1.3.7 1.3.7.g 1.3.7.f 1.3.7.e 1.3.7.d 1.3.7.c 1.3.7.b 1.3.7.a 1.3.6 1.3.5 1.3.4 1.3.3 1.3.2 1.3.1 1.3.0 1.2.9 1.2.8 1.2.7 1.2.6 1.2.5 1.2.4 1.2.3 1.2.2 1.2.1 1.2.0 1.2.0.h 1.2.0.g 1.2.0.d 1.2.0.c 1.2.0.beta 1.2.0.b 1.2.0.a wap.3.2.5 wap.1.4.22 wap.1.4.21 wap.1.4.20 wap.1.4.19 wap.1.4.18 wap.1.4.17 wap.1.4.16.3 wap.1.4.16.2 wap.1.4.16.1 wap.1.4.16 wap.1.4.15 wap.1.4.14 wap.1.4.13 wap.1.4.12 wap.1.4.11 wap.1.4.10 wap.1.4.9 wap.1.4.8 wap.1.4.7 wap.1.4.6 wap.1.4.5 wap.1.4.4 wap.1.4.3 wap.1.4.2 wap.1.4.1 wap.1.4.0 pchttps pc4.5 pc.1.4.24 pc.1.4.23 pc.1.4.22 pc.1.4.21 pc.1.4.20 pc.1.4.19 pc.1.4.18 pc.1.4.17 pc.1.4.16 pc.1.4.15 pc.1.4.14 pc.1.4.13 pc.1.4.12 pc.1.4.11 pc.1.4.10 pc.1.4.9 pc.1.4.8 pc.1.4.7 pc.1.4.6 pc.1.0.7 pc.1.0.6 pc.1.0.5 pc.1.0.4 pc.1.0.3 pc.1.0.2 pc.1.0.1 pc.1.0.0 fix-ip-login-limit fix-ip-limit

添加热门排行和个人信息详情js入口,修改vip页面用户昵称过长 by 毕凯

... ... @@ -17,3 +17,4 @@ require('./browse-record');
require('./address-act');
require('./logistic');
require('./pay');
require('./personal-details');
... ...
... ... @@ -9,4 +9,5 @@ require('./newsale/discount');
require('./list');
require('./detail/detail');
require('./detail/loadmore');
require('./detail/consultform');
\ No newline at end of file
require('./detail/consultform');
require('./detail/hot-rank');
\ No newline at end of file
... ...
... ... @@ -13,10 +13,14 @@
.basic-info {
padding-top: 30rem / $pxConvertRem;
padding-bottom: 25rem / $pxConvertRem;
.user-name {
max-width: 240rem / $pxConvertRem;
text-overflow:ellipsis;
white-space:nowrap;
font-size: 25rem / $pxConvertRem;
margin-right: 0.5rem;
display: inline-block;
overflow: hidden;
}
.vip-icon {
... ...