You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
63 lines
1011 B
Plaintext
63 lines
1011 B
Plaintext
|
|
.experience-title {
|
|
height: 100rpx;
|
|
text-align: center;
|
|
line-height: 100rpx;
|
|
font-size: 34rpx;
|
|
/* font-weight: 550; */
|
|
}
|
|
|
|
/* 推荐疗程 */
|
|
.experience {
|
|
width: 750rpx;
|
|
height: 150rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
/* align-items: center; */
|
|
border-bottom: 1px solid #eee;
|
|
padding: 20rpx 15rpx;
|
|
}
|
|
.experience-img {
|
|
width: 135rpx;
|
|
}
|
|
.experience-img image {
|
|
width: 110rpx;
|
|
height: 110rpx;
|
|
}
|
|
.experience-content {
|
|
width: 575rpx;
|
|
height: 110rpx;
|
|
}
|
|
.experience-name {
|
|
height: 40rpx;
|
|
font-size: 30rpx;
|
|
}
|
|
.experience-explain {
|
|
height: 36rpx;
|
|
font-size: 26rpx;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
color: #505050;
|
|
}
|
|
.experience-price {
|
|
height: 24rpx;
|
|
font-size: 26rpx;
|
|
}
|
|
.experience-price text {
|
|
color: red;
|
|
font-weight: 550;
|
|
}
|
|
.experience-icon {
|
|
width: 30rpx;
|
|
display: -webkit-box;
|
|
display: -webkit-flex;
|
|
display: flex;
|
|
-webkit-box-align: center;
|
|
-webkit-align-items: center;
|
|
align-items: center;
|
|
color: #ccc;
|
|
}
|
|
|