diff --git a/service/Application/Home/View/Default/Buy/Index.html b/service/Application/Home/View/Default/Buy/Index.html index 47dd88b52..59cf61509 100755 --- a/service/Application/Home/View/Default/Buy/Index.html +++ b/service/Application/Home/View/Default/Buy/Index.html @@ -33,6 +33,9 @@ {{$address.alias}} + + 默认地址 + {{$address.name}} {{$address.tel}} @@ -47,9 +50,6 @@ {{$address.address}} - - 默认地址 -
diff --git a/service/Application/Home/View/Default/UserAddress/Index.html b/service/Application/Home/View/Default/UserAddress/Index.html index 4f9599561..7a38c3330 100644 --- a/service/Application/Home/View/Default/UserAddress/Index.html +++ b/service/Application/Home/View/Default/UserAddress/Index.html @@ -34,6 +34,9 @@ {{$address.alias}} + + 默认地址 + {{$address.name}} {{$address.tel}} @@ -48,9 +51,6 @@ {{$address.address}}
- - 默认地址 -
设为默认 diff --git a/service/Public/Home/Default/Css/Buy.css b/service/Public/Home/Default/Css/Buy.css index d827e245c..2b7a8226f 100755 --- a/service/Public/Home/Default/Css/Buy.css +++ b/service/Public/Home/Default/Css/Buy.css @@ -6,8 +6,6 @@ ul.address-list li{display:none;width:100%;padding:10px;position: relative;min-h .address-left{ width:90%;float:left;position: relative;} ul.address-list li .user-base {font-size: 14px;font-weight: 700;} .address-right{ float:right; margin-right:5px;padding-top:15px ;} -.deftip {position: absolute;top: 0px;right: 0px;padding: 0px 2px;text-decoration: none;opacity: 0.7; z-index: 3;background: #CCC none repeat scroll 0% 0%; -color: #FFF;} /*地址操作-编辑删除*/ .new-addr-btn {display:none;font-size: 12px;color: #282828;text-align: right; padding-right:5px ;}