question_two.wxss 1.0 KB
/* pages/my/editAddress2/editAddress2.wxss */

page {
  background-color: #fafafa;
}

.common_problems {
  font-size: 22rpx;
  color: #888;
  padding: 20rpx 25rpx;
}

.content_list {
  background-color: #fff;
  padding: 0 25rpx;
}

.list1 {
  display: flex;
  justify-content: space-between;
  border-bottom: 1rpx solid #f2f2f2;
  font-size: 26rpx;
  color: #222;
  padding: 30rpx 0;
}
.icon-jinru{
  color: #C7C7C7;
}
.bottom_btn {
  width: 100%;
  height: 170rpx;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

.btn1 {
  width: 362rpx;
  height: 80rpx;
  font-size: 26rpx;
  color: #333;
  text-align: center;
  line-height: 80rpx;
  background: rgba(255, 218, 68, 1);
  border-radius: 40rpx;
  box-shadow: 15rpx 0rpx 30rpx rgba(255, 204, 68, 0.6);
}

.btn2 {
  width: 242rpx;
  height: 80rpx;
  font-size: 26rpx;
  color: #888;
  text-align: center;
  line-height: 80rpx;
  border-radius: 40rpx;
  border: 1rpx solid #888888;
  margin-left: 45rpx;
}