addressManager.ttss 3.41 KB

page {
  display: block;
  min-height: 100%;
  background-color: #f0f0f0;
}

.view-splite {
    height: 20rpx;
    background:#f0f0f0;
}

.my-address-page {
    width: 100%;
    background: #f0f0f0;
    overflow: hidden;
}

.address-container {
    /* border-top: 2rpx solid #e0e0e0; */
    /* border-bottom: 2rpx solid #e0e0e0; */
    /* margin-top: 30rpx; */
    margin-bottom: 120rpx;
    
}

.my-address-page .address-item {
    /* height: 248rpx; */
    display: block;
    padding-top: 30rpx;
    padding-left: 30rpx;
    padding-right: 30rpx;
    color: #b0b0b0;
    background: #fff;
    position: relative;
}

.address-item .current-select-image {
    width:60rpx;
    height:60rpx;
    position: absolute;
    right: 0rpx;
    top: 0rpx;
}

.my-address-page .address-item .name-container {
  display: flex;
  align-items: center;
}

.my-address-page .address-item .name {
    display: inline-block;
    max-width: 380rpx;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.my-address-page .address-item .tel {
    margin-left: 40rpx;
}

.my-address-page .address-item .address-info {
  margin-top: 10rpx;
  font-family: PingFang-SC-Regular;
  font-size: 28rpx;
  line-height: 40rpx;
  color: #b0b0b0;
  word-break:break-all;
  display:-webkit-box;
  -webkit-box-pack: center;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  /* height: 80rpx; */
}

.my-address-page .address-item .separator {
  margin-top: 30rpx;
  width: 110%;
  height: 1rpx;
   margin-right: -30rpx; 
   margin-left: -30rpx; 
  background-color: #e0e0e0;
  overflow: hidden;
}

.my-address-page .address-item .action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 88rpx;
}

.my-address-page .address-item .action .left {
    display: flex;
    align-items: center;
    width: 50%;
}

.my-address-page .address-item .action .right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
}

.my-address-page .address-item .action .opt-text {
  margin-left: 10rpx;
  font-family: PingFang-SC-Regular;
  font-size: 12px;
  color: #444444;
}

.my-address-page .address-item .action .select-image {
  width: 34rpx;
  height: 34rpx;
}

.my-address-page .address-item .name, .my-address-page .address-item .tel {
    font-family: PingFang-SC-Regular;
    font-size: 28rpx;
    line-height: 40rpx;
    color: #444444;
}

.my-address-page .address-item .action .delete, .my-address-page .address-item .action .edit {
    display: flex;
    align-items: center;
    text-align: right;
    color: #ce0b24;
    font-size: 28rpx;
}

.my-address-page .address-item .action .delete{
    margin-left: 64rpx;
}

.add-address {

    bottom: 0rpx;
    z-index: 999;
    position: fixed;
    display: flex; 
    height: 100rpx;
    width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: center;
     background: #FFFFFF; 
}

.add-address .separator {
  width: 4%;
  height: 100%;
} 

.add-address .add-addressButton {
    width: 44%;
    height: 70rpx;
    display: flex; 
    flex-direction: row; 
    justify-content: center; 
    align-items: center;
}

.add-address .add-addressButton image {
    width: 100%;
    height: 100%;
}

.empty-style {
    text-align: center;
    margin-left: auto;
    margin-right:auto;
    color: #444;
    margin-top:50%;
    font-size: 34rpx;
}

.emptyClass{
  display: flex;
  flex-direction: column;
  align-items: center
}