ypzycp/pages/examinee/expert/expert.acss

133 lines
2.3 KiB
Plaintext

.banner{
width: 100%;
height: 410rpx;
overflow: hidden;
}
.banner image{
width: 100%;
height: 100%;
}
.ask{
display: flex;
justify-content: center;
align-items: center;
margin: 10rpx 0;
padding: 30rpx 20rpx;
background-color: #FFFFFF;
border-radius: 16rpx;
}
.ask>text{
font-size: 32rpx;
line-height: 48rpx;
color: #fd6f41;
font-weight: normal;
}
.ask navigator{
padding: 10rpx 20rpx;
border-radius: 12rpx;
background-color: #2e9dff;
font-size: 28rpx;
line-height: 44rpx;
color: #FFFFFF;
}
.expert-item{
width: 100%;
padding: 20rpx;
border-bottom: 2rpx solid #69b9ff;
border-radius: 16rpx;
background-color: #FFFFFF;
box-shadow: 2rpx 2rpx 6rpx 0 #bec3c7;
margin-bottom: 20rpx;
}
.expert-top{
display: flex;
justify-content: space-between;
width: 100%;
}
.expert-img{
width: 35%;
height: 244rpx;
border-radius: 16rpx;
overflow: hidden;
}
.expert-img image{
width: 100%;
height: 100%;
}
.expert-txt{
width: 62%;
}
.expert-title{
display: flex;
font-size: 32rpx;
line-height: 48rpx;
}
.expert-title>.text:first-child{
font-size: 40rpx;
color: #bf3a30;
margin-right: 12rpx;
}
.expert-score{
display: flex;
font-size: 32rpx;
line-height: 1.5;
margin: 4rpx 0;
}
.expert-score>.text:nth-child(odd){
font-size: 36rpx;
font-weight: bold;
color: #bf3a30;
margin-right: 4rpx;
}
.expert-score>.text:nth-child(2){
margin-right: 16rpx;
}
.expert-tags>.text{
display: inline-block;
padding: 8rpx 12rpx;
font-size: 28rpx;
border-radius: 32rpx;
border: 2rpx solid #49647b;
margin: 6rpx 20rpx 6rpx 0;
}
.expert-synopsis{
font-size: 32rpx;
line-height: 44rpx;
margin: 16rpx 0;
font-weight: 300;
}
.expert-bottom{
display: flex;
justify-content: center;
}
.expert-bottom navigator,
.expert-bottom button{
display: inline-block;
width: auto;
height: 64rpx;
padding: 0 20rpx;
border-radius: 12rpx;
background-color: #2e9dff;
margin: 0 20rpx;
font-size: 28rpx;
line-height: 64rpx;
border: 0;
color: #FFFFFF;
}
.expert-more{
font-size: 30rpx;
text-align: center;
margin-bottom: 40rpx;
}
.expert-phone{
display: flex;
justify-content: center;
font-size: 32rpx;
line-height: 48rpx;
color: #bf3a30;
font-weight: 600;
}
.expert-phone>.text{
font-size: 36rpx;
}