evaluate_list.wxss
878 Bytes
.item{ padding:10rpx 20rpx; border-bottom: 20rpx solid #ebeced}
.line_item{ height: 36rpx;}
.logo{
width: 160rpx; height: 160rpx; border-radius: 50%; border: 1rpx solid #eee;
}
.go_right{position: relative;top:-10rpx;right: 10rpx;}
.go_right::after{
content: '';
display: inline-block;
width: 20rpx;
height: 20rpx;
border-top:1rpx solid #333 ;
border-right: 1rpx solid #333;
transform: rotate(45deg);
}
.btn{
padding: 10rpx 16rpx; border: 1rpx solid #c4182e; color: #c4182e; border-radius: 8rpx;
}
.show_pop_div{
width: 96%; margin-left: 2%; position: fixed; max-height:50%; left: 0;top:50%; transform: translateY(-50%); overflow-y: auto;
background-color: #fff; text-align: center; z-index: 100000; min-height: 300rpx;
}
.show_pop_div .title{
height: 100rpx; line-height: 100rpx; border-bottom: 1rpx solid #eee; font-size: 34rpx;
}