addressCell.wxss 1.52 KB
.line {
  background-color: #EEEEEE;
  height: 2rpx;
  margin-top: 20rpx;
}

.addressIcon {
  width: 40rpx;
  height: 40rpx;
}

.addressNoText {
  font-size:40rpx;
  font-family: PingFang-SC-Medium;
  font-weight: 500;
  color: #000000;
  margin-left: 10rpx;
}

.addressNoItem {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  margin-bottom: 80px;
}

.addressHasIconContainer {
  width: 40rpx;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 40rpx;
}

.addressHasIcon {
  width: 48rpx;
  height: 48rpx;
}

.addressUserName {
  margin-top: 35rpx; 
  font-family: DINAlternate-Bold;
  font-size: 32rpx;
  color: #000000;
  letter-spacing: 0;
  display: block;
}

.addressUserAddress {
  margin-top: 12rpx; 
  font-family: PingFang-SC-Regular;
  font-size: 24rpx;
  color: #999999;
  letter-spacing: 0;
  display: block;
}

.bottom-view {
  display: flex;
  justify-content: space-between;
}

.addressUserPhone {
  margin-top: 12rpx;
  margin-bottom: 30rpx; 
  font-family: SFProText-Medium;
  font-size: 28rpx;
  color: #000000;
  letter-spacing: 0;
  display: block;
}

.change-address {
  display: flex;
  align-items: center;
}

.change-address-tips {
  font-family: PingFang-SC-Regular;
  font-size: 22rpx;
  color: #222222;
  letter-spacing: 0.31px;
  text-align: right;
}

.change-address-icon {
  width: 30rpx;
  height: 30rpx;
}

.addressRightContainer {
  /* overflow: auto; */
  width: 582rpx;
}

.addressHasItem {
  overflow: hidden;
  display: flex;
  flex-direction: row;
}