evaluate.css 3.53 KB
.evaluate {
    width: 1200px;
    margin: 0 auto;
    overflow: auto;
}
.evaluate_nav {
    font-size: 0;
    margin-top: 20px;
    background: url('../staticImages/bg.png');
    color: #ffffff;
    background-size: cover;
}
.evaluate_nav li {
    height: 100px;
    display: inline-block;
    width: 25%;
    font-size: 14px;
    text-align: center;
    box-sizing: border-box;
    padding-top: 35px;
}
.evaluate_nav li:not(:last-child) {
    border-right: 1px solid #dedede;
}
.evaluate_nav li p:nth-child(2){
    font-size: 24px;
    margin-top: 10px;
}
.evaluate_nav li p:nth-child(2) span {
    font-size: 14px;
}
.satisfaction {
    margin-top: 20px;
}
.satisfaction .evaluate {
    width: 49%;
    display: inline-block;
    padding: 20px;
    box-sizing: border-box;
}
.satisfaction .region {
    width: 49%;
    float: right;
    padding: 20px;
    box-sizing: border-box;
}
.satisfaction ul .evaluate_item {
    border-bottom: 1px dotted #dedede;
}
.satisfaction ul li p {
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.satisfaction ul li p:nth-child(1) {
    width: 80px;
    text-align: left;
}
.satisfaction ul li .score {
    position: relative;
    top: -12px;
    margin-left: 26px;
}
.satisfaction .evaluate_item span{
    float: right;
    display: inline-block;
    height: 35px;
    line-height: 35px;
}
.satisfaction h3 {
    font-weight: 600;
    margin-bottom: 10px;
}
.region .region_title, .region_list {
    border-bottom: 1px dotted #dedede;
    height: 36px;
    line-height: 36px;
}
.region .region_title span {
    color: rgb(110, 110, 110);
}
.region_title span {
    display: inline-block;
    width: 23%;
}

.region_list span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
}
.region_list p {
    position: relative;
    top: -10px;
    margin-left: 10%;
}
.region_list span:nth-child(2) {
    margin-left: 18%;
}
.region_list span:nth-child(3) {
    margin-left: 20%;
}
/* 评论 */
.praise {
    width: 49%;
    display: inline-block;
    box-sizing: border-box;
    padding: 20px;
}
.makeComplaints {
    width: 49%;
    float: right;
    box-sizing: border-box;
    padding: 20px;
}
/* 进度条 */
.comments ul li p{
    width: 100%!important;
    font-size: 12px;
    height: 16px;
    line-height: 16px!important;
}
.progessBar {
    width: 100%;
    height: 6px!important;
    background-color: #d6e9f5;
    position: relative;
}
.progessBar b {
    background: linear-gradient(to right, rgb(245, 246, 250) , rgb(14, 50, 167));
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
}
.progessBar1 {
    width: 100%;
    height: 6px!important;
    background-color: #f1e2e1;
    position: relative;
}
.progessBar1 b {
    background: linear-gradient(to right, rgb(243, 221, 221) , rgb(255, 145, 145));
    position: absolute;
    left: 0;
    top: 0;
    height: 6px;
}
.comments ul li p span{
    float: right;
}
/* 评价展示 */
.evaluation_display {
    margin: 20px 0;
    font-size: 12px;
    padding: 0 20px;
    height: 370px;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
}
.evaluation_display li {
    padding: 10px 0;
}
.evaluation_display li:not(:last-child) {
    border-bottom: 1px solid #dedede;
}
.evaluation_display li p img{
    width: 39px;
    height: 39px;
    border-radius: 50%;
    float: left;
}
.evaluation_display li p span {
    display: inline-block;
    height: 36px;
    line-height: 36px;
    margin-left: 10px;
}
.evaluation_display li p .date {
    float: right;
}
.evaluation_display li p:nth-child(2) {
    padding-left: 49px;
    color: #8a7979;
}