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.
127 lines
2.2 KiB
127 lines
2.2 KiB
.fill { |
|
position: absolute; |
|
background-color: #FE0505 !important; |
|
height: 79rpx; |
|
width: 100%; |
|
} |
|
|
|
.serviceStation { |
|
height: 139rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0px 0px 22rpx 2rpx rgba(0, 0, 0, 0.06); |
|
border-radius: 5rpx 5rpx 0px 0px; |
|
} |
|
.newtitle{ |
|
font-size: 28rpx; |
|
font-family: PingFang SC; |
|
font-weight: bold; |
|
color: #333333; |
|
} |
|
.textEllipsis { |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
color: #606B7C; |
|
} |
|
|
|
.newdirvercard { |
|
height: 213rpx; |
|
background: #FFFFFF; |
|
box-shadow: 0px 0px 0px 0px rgba(254, 5, 5, 0.07); |
|
border-radius: 5px; |
|
margin: 45rpx 30rpx 40rpx 30rpx; |
|
padding: 47rpx 35rpx; |
|
display: flex; |
|
justify-content: space-between; |
|
} |
|
.newtitle{ |
|
font-size: 31rpx; |
|
font-family: PingFang SC; |
|
font-weight: bold; |
|
color: #000000; |
|
font-weight: 600; |
|
} |
|
.newdirvercard_left { |
|
display: flex; |
|
align-items: center; |
|
flex-grow: 1; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
} |
|
|
|
.newdirvercard_right { |
|
display: flex; |
|
align-items: center; |
|
font-size: 36rpx; |
|
font-family: PingFang SC; |
|
font-weight: bold; |
|
color: #000000; |
|
flex-shrink: 1; |
|
} |
|
|
|
.newdirvercard_name { |
|
margin-left: 18rpx; |
|
flex-grow: 1; |
|
} |
|
|
|
.newdirvercard_name_text { |
|
font-size: 30rpx; |
|
font-family: PingFang SC; |
|
font-weight: 500; |
|
color: #040404 !important; |
|
width: 100%; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
} |
|
.flexcenter{ |
|
display: flex; |
|
align-items: center; |
|
margin-left: 15rpx; |
|
} |
|
.newdirvercard_name_phone { |
|
font-size: 24rpx; |
|
font-family: PingFang SC; |
|
font-weight: 600; |
|
color: #333333 !important; |
|
margin-top: 15rpx; |
|
width: 100%; |
|
overflow: hidden; |
|
text-overflow: ellipsis; |
|
white-space: nowrap; |
|
} |
|
.selecardoil{ |
|
background: #FE0505; |
|
border: 0px !important; |
|
color: #FFFFFF; |
|
} |
|
.sign{ |
|
width: 77rpx; |
|
height: 50rpx; |
|
background-color: #FE0505; |
|
color: #FFFFFF; |
|
font-size: 30rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
} |
|
.cardoil { |
|
width: 140rpx; |
|
height: 50rpx; |
|
|
|
border-radius: 6rpx; |
|
|
|
border: 1px solid #bbbbbb; |
|
|
|
font-size: 28rpx; |
|
display: flex; |
|
align-items: center; |
|
justify-content: center; |
|
margin-bottom: 10rpx; |
|
} |
|
.shadow{ |
|
|
|
box-shadow: 0px 0px 22px 2px rgba(0, 0, 0, 0.06); |
|
border-radius: 6px; |
|
}
|
|
|