add_address.wxss 2.09 KB
page {
  background: rgb(255, 255, 255);
}

.topbcolor {
  width: 100%;
  height: 7rpx;
  background-color: rgb(245, 245, 245);
}

.item {
  display: flex;
  align-items: center;
  padding: 0 31rpx;
  width: 100%;
  box-sizing: border-box;
  border-bottom: 1rpx #f5f5f5 solid;
  height: 98rpx;
  position: relative;
  font-size: 26rpx;
  padding-top: 16rpx;
}

.item-name {
  display: flex;
  align-items: center;
  height: 100%;
  width: 104rpx;
}

.item-img {
  height: 100%;
  align-items: center;
}

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

.item_default .item-name {
  width: 200rpx;
}

.item-input {
  display: flex;
  height: 100%;
  margin-left: 40rpx;
  /* word-break: keep-all;
  white-space: nowrap;
  overflow: hidden; */
  text-overflow: ellipsis;
  color: rgb(0, 0, 0);
  align-items: center;
  width: 74%;
}

.item-inputaddress {
  color: rgb(199, 199, 199);
  margin-left: 40rpx;
}

.detailed {
  height: 193rpx;
  padding-bottom: 95rpx;
  display: flex;
  padding: 0 31rpx;
  padding-top: 41rpx;
  font-size: 26rpx;
  border-bottom: 1rpx #f5f5f5 solid;
}

.detailed .detailed_item-name {
  width: 137rpx;
}

.detailed_item-input {
  margin-left: 40rpx;
  height: auto;
  width: 100%;
  min-height: 40rpx;
  padding-bottom: 28rpx;
}

.item-switch {
  zoom: 0.7;
}

.item-switch::before {
  width: 80rpx !important;
  height: 35rpx !important;
  zoom: 1;
}

.arrow {
  position: absolute;
  right: 26rpx;
  width: 26rpx;
  height: 26rpx;
  padding-top: 28rpx;
}

.address-btns {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  bottom: 80rpx;
  width: 100%;
}

.delete-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285rpx;
  height: 60rpx;
  border-radius: 40rpx;
  font-size: 27rpx;
  color: rgb(0, 0, 0);
  border: 1rpx solid rgb(210, 210, 210);
}

.submit-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 285rpx;
  height: 59rpx;
  background-color: #e30000;
  font-size: 27rpx;
  color: rgb(255, 255, 255);
  border-radius: 40rpx;
}
@import "../../../utils/regions/regions.wxss";