commonProblems.wxss 1.1 KB
/* pages/my/editAddress2/editAddress2.wxss */

page {
  background-color: #fafafa;
}

.ticket{
  font-size: 28rpx;
  color: #222;
}


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

.list1 {
  border-bottom: 1rpx solid #f2f2f2;
  font-size: 26rpx;
  font-weight: bold;
  color: #222;
  padding: 30rpx 0;
}
.list2{
  font-size: 24rpx;
  color: #273639;
  padding: 30rpx 0;
}
.list_img{
  width: 100%;
  margin: 20rpx 0;
}
.list_img image{
 width: 100%;
 height: 300rpx;
}




.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;
}