You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

54 lines
1.2 KiB

/* components/userInfo/userInfo.wxss */
.content-img-right {
width: 50rpx;
height: 50rpx;
}
.user-box{
background-color: #fffdfc;
border-radius: 20rpx;
border: solid 2rpx #333333;
padding: 4rpx 30rpx;
margin: 20rpx;
background-color: #f5f6fa;
}
.user-list{
display: flex;
align-items: center;
margin: 26rpx 0;
}
.user-list .bt{
font-size: 28rpx;
min-width: 150rpx;
margin-right: 8rpx;
}
.user-list .bd{
flex: 1; font-size: 28rpx;
}
.user-list .tag{
display: inline-block;
height: 48rpx;
background-color: #333333;
border-radius: 10rpx;
font-size: 24rpx;
color: #fff;
line-height: 48rpx;
text-align: center;
padding: 0 20rpx;
}
.user-list .tel{
font-size: 26rpx;
color: #333;
}
.user-list .tel image{
width: 23rpx;
height: 30rpx;
vertical-align: middle;
}
.tips-box{padding: 20rpx;}
.tips-box>view{display: flex; line-height: 50rpx; margin-bottom: 10rpx; font-size: 26rpx;}
.tips-box .left-title{width: 100rpx;}
.tips-box .right{flex: 1;}
.tips-box view image{width: 100rpx; height: 100rpx; border: 1px solid #CCC;}
.txt-red{ color: #FF0000;}
.record-btn{ border: 1px solid #0a6597; color: #0a6597; border-radius: 30rpx; padding: 5rpx 15rpx; font-size: 24rpx;}