policyListDetail.wxss 1.1 KB
/* pages/my/listDetail/listDetail.wxss */

page {
  background: #f5f5fa;
}

.banner_box {
  background: #fff;
  padding: 0 32rpx;
  margin-top: 16rpx;
}

.content_title {
  font-size: 28rpx;
  font-weight: bold;
  color: #000;
  padding: 21rpx 0;
  display: flex;
  align-items: center;
}

.line {
  display: inline-block;
  width: 6rpx;
  height: 32rpx;
  background: #0286ff;
  margin-right: 10rpx;
  border-bottom: 1rpx solid #ebebeb;
}

.title {
  font-weight: bold;
}

.content_item {
  background: #fff;
  padding: 0 62rpx;
}

.item_list {
  display: flex;
  align-items: center;
  border-bottom: 1rpx dashed #ebebeb;
  padding: 23rpx 0;
  font-size: 28rpx;
  color: #000;
}

.item_list2 {
  display: flex;
  align-items: flex-start;
}

.list_info2 {
  width: 69%;
}

.list_title {
  width: 190rpx;
  color: #000;
}

.list_input {
  color: #000;
}

.list_input text {
  margin-right: 40rpx;
}

.bottom_box {
  padding: 0 32rpx;
  /* margin-top: 16rpx;
  background: #fff; */
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.bottom_box image {
  width: 330rpx;
  height: 330rpx;
  margin: 30rpx 0;
}