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.
112 lines
1.8 KiB
112 lines
1.8 KiB
|
|
.careItem {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
background: #FFFFFF;
|
|
border-bottom: 1px solid #E6E6E6;
|
|
padding: 20rpx 0rpx;
|
|
}
|
|
.careItem .careItemLeft {
|
|
width: 100rpx;
|
|
}
|
|
.careItem .careItemLeft .carerface {
|
|
width: 80rpx;
|
|
height: 80rpx;
|
|
border-radius: 100%;
|
|
border: 1rpx #CCCCCC solid;
|
|
}
|
|
.careItem .careItemRight {
|
|
flex: 1;
|
|
}
|
|
.careItem .careItemRight .careItemLine {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
}
|
|
.careItem .careItemRight .careItemLineLeft {
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.careItemLineLeftText {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 28rpx;
|
|
color: #333333;
|
|
letter-spacing: 0;
|
|
line-height: 40rpx;
|
|
}
|
|
.careItem .careItemRight .careItemLineLeft .careItemGe {
|
|
color: #D8D8D8;
|
|
font-size: 24rpx;
|
|
margin: 0rpx 16rpx;
|
|
}
|
|
.carerstatus {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 28rpx;
|
|
letter-spacing: 0;
|
|
text-align: left;
|
|
line-height: 40rpx;
|
|
}
|
|
.carerstatusOrange {
|
|
color: #FD8C30;
|
|
}
|
|
.carerstatusGreen {
|
|
color: #0CB790;
|
|
}
|
|
.careItemTag {
|
|
background: rgba(13, 201, 158, 0.10);
|
|
border-radius: 2px;
|
|
padding: 1rpx 10rpx;
|
|
margin-right: 10rpx;
|
|
box-sizing: border-box;
|
|
height: 28rpx;
|
|
line-height: 13rpx;
|
|
}
|
|
.careItemTagText {
|
|
font-family: SourceHanSansCN-Normal;
|
|
font-size: 20rpx;
|
|
text-align: center;
|
|
}
|
|
.tag1 {
|
|
color: #0DC99E;
|
|
}
|
|
.tag2 {
|
|
color: #4A90E2;
|
|
}
|
|
.tag3 {
|
|
color: #FD8C30;
|
|
}
|
|
.tagBox1 {}
|
|
.tagBox2 {
|
|
background: rgba(60, 145, 245, 0.10);
|
|
}
|
|
.tagBox3 {
|
|
background: rgba(253, 140, 48, 0.10);
|
|
}
|
|
.icon-star {
|
|
|
|
font-size: 24rpx;
|
|
margin-right: 8rpx;
|
|
}
|
|
.icon-star-on {
|
|
color: #FDB030;
|
|
}
|
|
.icon-star-off {
|
|
color: #E4E4E4;
|
|
}
|
|
.starScore {
|
|
font-family: PingFangSC-Regular;
|
|
font-size: 24rpx;
|
|
color: #999999;
|
|
letter-spacing: 0;
|
|
text-align: left;
|
|
line-height: 32rpx;
|
|
}
|
|
.icon-check{
|
|
color: #CCCCCC;
|
|
}
|
|
.icon-check-on{
|
|
color: #0DC99E;
|
|
}
|
|
|