myAddress.wxss 1.3 KB
/* pages/my/myAddress/myAddress.wxss */

page {
  background-color: #fafafa;
}

.hint_information {
  display: flex;
  font-size: 22rpx;
  color: #222;
  background-color: #ffda44;
  padding: 16rpx 26rpx;
}

.hint {
  width: 58rpx;
  height: 32rpx;
  text-align: center;
  font-size: 20rpx;
  background-color: #fff;
  border-radius: 16px;
  margin-right: 19rpx;
}

.place_name {
  font-weight: bold;
}

.content_item {
  background-color: #fff;
  padding: 0 25rpx;
  margin-top: 20rpx;
}

.item_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1rpx solid #f2f2f2;
  padding: 25rpx 0;
}
.address{
  font-size: 28rpx;
  font-weight: bold;
  color: #222;
}
.person_information{
  font-size: 26rpx;
  color: #888;
  margin-top: 15rpx;
}
.icon-bianji{
  font-size: 30rpx;
  font-weight: bold;
  color: #888;
}

.bottom_btn {
  width: 100%;
  height: 170rpx;
  background-color: #fff;
  position: fixed;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.new_address_btn {
  width: 698rpx;
  height: 80rpx;
  font-size: 30rpx;
  color: #333;
  background: rgba(255, 218, 68, 1);
  border-radius: 40rpx;
  box-shadow: 15rpx 0rpx 30rpx rgba(255, 204, 68, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
}