作者 mxd

入学评测

@@ -78,8 +78,8 @@ @@ -78,8 +78,8 @@
78 </view> --> 78 </view> -->
79 </view> 79 </view>
80 80
81 - <view class="entrance-container area" @tap="$service.jump" data-url="/pagesStu/stu_register/stu_register">  
82 - <view class="entrance-wrap"> 81 + <view class="entrance-container area" >
  82 + <view class="entrance-wrap" @tap="$service.jump" data-url="/pagesStu/stu_register/stu_register">
83 <image class="entrance-wrap-bg" src="/static/imagesV2/study/rxdj.png" mode="aspectFit"></image> 83 <image class="entrance-wrap-bg" src="/static/imagesV2/study/rxdj.png" mode="aspectFit"></image>
84 <view class="check-in"> 84 <view class="check-in">
85 <view class="check-in-title"> 85 <view class="check-in-title">
@@ -34,6 +34,7 @@ @@ -34,6 +34,7 @@
34 var jkurl = '/study/ruxue_baogao' 34 var jkurl = '/study/ruxue_baogao'
35 this.$service.P_post(jkurl, datas).then(res => { 35 this.$service.P_post(jkurl, datas).then(res => {
36 this.info = res.data 36 this.info = res.data
  37 + this.info.comment = 2122;
37 }) 38 })
38 } 39 }
39 } 40 }
@@ -46,21 +47,32 @@ @@ -46,21 +47,32 @@
46 .evaluating-c{ 47 .evaluating-c{
47 background-color: #fff; 48 background-color: #fff;
48 border-radius: 20rpx; 49 border-radius: 20rpx;
49 - padding: 0 24rpx; 50 + padding: 0 30rpx;
50 .evaluating-c-i{ 51 .evaluating-c-i{
51 - height: 80rpx;  
52 display: flex; 52 display: flex;
53 align-items: center; 53 align-items: center;
54 justify-content: space-between; 54 justify-content: space-between;
55 - font-size: 28rpx;  
56 - border-bottom: 1rpx solid #f8f8f8; 55 + padding: 30rpx 0;
  56 + border-bottom: 1rpx solid #F3F3F7;
  57 + &-l {
  58 + font-size: 30rpx;
  59 + font-family: PingFang SC;
  60 + font-weight: 500;
  61 + color: #000000;
  62 + }
  63 + &-r {
  64 + font-size: 28rpx;
  65 + font-family: PingFang SC;
  66 + font-weight: 400;
  67 + color: #646464;
  68 + }
57 &:last-child{ 69 &:last-child{
58 border-bottom: none; 70 border-bottom: none;
59 } 71 }
60 } 72 }
61 } 73 }
62 .evaluating-b{ 74 .evaluating-b{
63 - padding: 24rpx; 75 + padding: 30rpx;
64 background-color: #fff; 76 background-color: #fff;
65 border-radius: 20rpx; 77 border-radius: 20rpx;
66 margin-top: 30rpx; 78 margin-top: 30rpx;
@@ -71,10 +83,18 @@ @@ -71,10 +83,18 @@
71 background-color: #f8f8f8; 83 background-color: #f8f8f8;
72 min-height: 200rpx; 84 min-height: 200rpx;
73 font-size: 28rpx; 85 font-size: 28rpx;
  86 + font-family: PingFang SC;
  87 + font-weight: 400;
  88 + color: #646464;
74 } 89 }
75 .evaluating-b-t{ 90 .evaluating-b-t{
76 - font-size: 28rpx;  
77 - margin-bottom: 15rpx; 91 +
  92 + margin-bottom: 20rpx;
  93 +
  94 + font-size: 30rpx;
  95 + font-family: PingFang SC;
  96 + font-weight: 500;
  97 + color: #000000;
78 } 98 }
79 } 99 }
80 } 100 }