shippingAddress.wxss 2.2 KB
page .container {
  padding: 32rpx 32rpx 130rpx;
  box-sizing: border-box;
}
page .container .noMyGarage {
  padding: 228rpx 32rpx 32rpx;
}
page .container .noMyGarage .banner_img {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 150rpx;
}
page .container .noMyGarage .banner_img image {
  width: 500rpx;
  height: 360rpx;
}
page .container .noMyGarage .banner_img_title {
  font-size: 24rpx;
  line-height: 48rpx;
  color: #8C9198;
  text-align: center;
}
page .container .address {
  padding: 32rpx;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
  opacity: 1;
  border-radius: 24px;
  margin-top: 30rpx;
}
page .container .address .address_name {
  width: 100%;
  display: flex;
  flex-direction: column;
}
page .container .address .address_name .ress_im {
  width: 100%;
  display: flex;
  align-items: center;
}
page .container .address .address_name .ress_im .item {
  font-size: 32rpx;
  line-height: 50rpx;
}
page .container .address .address_name .ress_im .item2 {
  font-size: 32rpx;
  line-height: 50rpx;
  margin-left: 5rpx;
}
page .container .address .address_name .per_name {
  display: flex;
  align-items: center;
}
page .container .address .address_name .per_name .item {
  font-size: 28rpx;
  line-height: 50rpx;
  margin-right: 20rpx;
}
page .container .address .down_change {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20rpx;
  box-sizing: border-box;
  height: 40rpx;
}
page .container .address .down_change .img_ {
  display: flex;
  align-items: center;
}
page .container .address .down_change .img_ image {
  width: 28rpx;
  height: 28rpx;
}
page .container .address .down_change .img_ .set_mo {
  margin-left: 20rpx;
  font-size: 28rpx;
  line-height: 40rpx;
}
page .container .address .down_change .editor text {
  font-size: 28rpx;
  line-height: 40rpx;
  margin: 0 20rpx;
}
page .downbtn {
  width: 100%;
  padding: 0 64rpx;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  background-color: #fff;
}
page .downbtn .btn {
  width: 100%;
  height: 80rpx;
  margin: 10rpx 0;
  line-height: 80rpx;
  padding: 0;
  font-weight: 400;
  font-size: 28rpx;
  background-color: #E8370F;
  color: #fff;
}