123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165 |
- page {
- height: 100%;
- width: 100%;
- background: #f4f4f4;
- }
- .dz{
- width: 570rpx;
- float: left;
- /* border: 1px solid red; */
- overflow: hidden;
- color: #90A4AE;
- background: #B8E3F9;
- text-indent: 20rpx;
- }
- .sx{
- float: right;
- width: 150rpx;
- text-align: right;
- /* border: 1px solid red; */
- }
- .xzwz{
- text-indent: 20rpx;
- color:#90A4AE;
- }
- .update{
- width: 35rpx;
- height: 35rpx;
- }
- .container {
- height: 100%;
- width: 100%;
- }
- .address-list {
- padding-left: 31.25rpx;
- background: #fff;
- background-size: auto 10.5rpx;
- margin-bottom: 90rpx;
- }
- .address-list .item {
- height: 156.55rpx;
- align-items: center;
- display: flex;
- border-bottom: 1rpx solid #dcd9d9;
- }
- .address-list .l {
- width: 50rpx;
- height: 80rpx;
- overflow: hidden;
- }
- .address-list .l image{
- width: 40rpx;
- height: 50rpx;
- }
- .address-list .name {
- width: 125rpx;
- height: 43rpx;
- font-size: 29rpx;
- color: #333;
- margin-bottom: 5.2rpx;
- text-overflow: ellipsis;
- white-space: nowrap;
- overflow: hidden;
- }
- .address-list .default {
- float: right;
- margin-right: 40rpx;
- border: 1px solid #09AFFF;
- color: #09AFFF;
- border-radius: 20rpx;
- line-height: 20px;
- width: 100rpx;
- height: 40rpx;
- text-align: center;
- font-size: 20rpx;
- visibility: visible;
- }
- .address-list .c {
- flex: 1;
- height: auto;
- overflow: hidden;
- }
- .address-list .mobile {
- height: 29rpx;
- font-size: 29rpx;
- line-height: 29rpx;
- overflow: hidden;
- color: #666;
- margin-bottom: 6.25rpx;
- margin-top: 10rpx;
- width:400rpx;
- float:left;
- }
- .address-list .address {
- height: 37rpx;
- font-size: 30rpx;
- line-height: 37rpx;
- overflow: hidden;
- color: black;
- }
- .address-list .r {
- width: 52rpx;
- height: auto;
- overflow: hidden;
- margin-right: 16.5rpx;
- }
- .address-list .del {
- display: block;
- width: 52rpx;
- height: 52rpx;
- }
- .add-address {
- border: none;
- right: 0;
- display: flex;
- justify-content: center;
- align-items: center;
- width: 90%;
- height: 90rpx;
- line-height: 98rpx;
- position: absolute;
- bottom: 25rpx;
- left: 0;
- border-radius: 0;
- padding: 0;
- margin: 0;
- margin-left: 5%;
- text-align: center;
- /* padding-left: -5rpx; */
- font-size: 25rpx;
- color: #f4f4f4;
- border-top-left-radius: 50rpx;
- border-bottom-left-radius: 50rpx;
- border-top-right-radius: 50rpx;
- border-bottom-right-radius: 50rpx;
- letter-spacing: 3rpx;
- background-image: linear-gradient(to right, #09AFFF 0%, #09AFFF 100%);
- }
- .empty-view {
- height: 100%;
- width: 100%;
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: center;
- }
- .empty-view .text {
- width: auto;
- font-size: 28rpx;
- line-height: 35rpx;
- color: #999;
- }
|