|
...
|
...
|
@@ -34,6 +34,7 @@ |
|
|
|
var jkurl = '/study/ruxue_baogao'
|
|
|
|
this.$service.P_post(jkurl, datas).then(res => {
|
|
|
|
this.info = res.data
|
|
|
|
this.info.comment = 2122;
|
|
|
|
})
|
|
|
|
}
|
|
|
|
}
|
|
...
|
...
|
@@ -46,21 +47,32 @@ |
|
|
|
.evaluating-c{
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
padding: 0 24rpx;
|
|
|
|
padding: 0 30rpx;
|
|
|
|
.evaluating-c-i{
|
|
|
|
height: 80rpx;
|
|
|
|
display: flex;
|
|
|
|
align-items: center;
|
|
|
|
justify-content: space-between;
|
|
|
|
font-size: 28rpx;
|
|
|
|
border-bottom: 1rpx solid #f8f8f8;
|
|
|
|
padding: 30rpx 0;
|
|
|
|
border-bottom: 1rpx solid #F3F3F7;
|
|
|
|
&-l {
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
&-r {
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #646464;
|
|
|
|
}
|
|
|
|
&:last-child{
|
|
|
|
border-bottom: none;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.evaluating-b{
|
|
|
|
padding: 24rpx;
|
|
|
|
padding: 30rpx;
|
|
|
|
background-color: #fff;
|
|
|
|
border-radius: 20rpx;
|
|
|
|
margin-top: 30rpx;
|
|
...
|
...
|
@@ -71,10 +83,18 @@ |
|
|
|
background-color: #f8f8f8;
|
|
|
|
min-height: 200rpx;
|
|
|
|
font-size: 28rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 400;
|
|
|
|
color: #646464;
|
|
|
|
}
|
|
|
|
.evaluating-b-t{
|
|
|
|
font-size: 28rpx;
|
|
|
|
margin-bottom: 15rpx;
|
|
|
|
|
|
|
|
margin-bottom: 20rpx;
|
|
|
|
|
|
|
|
font-size: 30rpx;
|
|
|
|
font-family: PingFang SC;
|
|
|
|
font-weight: 500;
|
|
|
|
color: #000000;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
...
|
...
|
|