policyList.wxss 878 字节
/* pages/PolicyList/PolicyList.wxss */
PAGE{
  background: #F5F5FA;
}
.content_box{
  background: #fff;
  margin-top: 16rpx;
}

.list_title_box{
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1rpx solid #EBEBEB;
  padding: 25rpx 30rpx;
}
.user_name{
  font-size: 30rpx;
  font-weight: bold;
  color: #000000;
}
.phone_num{
  font-size: 26rpx;
  color: #000;
  margin-left: 30rpx; 
}
.list_icon_box {
  width: 50rpx;
  height: 50rpx;
  background: linear-gradient(-30deg, rgba(2, 134, 255, 1), rgba(71, 167, 255, 1));
  opacity: 0.8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-dianhua2 {
  font-size: 35rpx;
  color: #fff;
}
.list_content_box{
  padding: 30rpx;
  font-size: 28rpx;
  color: #000000;
  line-height: 60rpx;
}
.list_title{
  display: inline-block;
  width: 300rpx;
}