|
@@ -22,16 +22,7 @@
|
|
|
<view class="container__info__bottom-info__score__number">
|
|
|
{{book_data.book_score}}
|
|
|
</view>
|
|
|
- <view class="container__info__bottom-info__score__star">
|
|
|
- <uv-rate
|
|
|
- size="15"
|
|
|
- v-model="rate"
|
|
|
- :touchable="false"
|
|
|
- :allowHalf="true"
|
|
|
- inactiveColor="#333"
|
|
|
- gutter="0"
|
|
|
- ></uv-rate>
|
|
|
- </view>
|
|
|
+ <view class="container__info__bottom-info__score__unit">分</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -97,6 +88,8 @@
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
justify-content: space-between;
|
|
|
+ align-items: center;
|
|
|
+ // background-color: green;
|
|
|
&__read-number {
|
|
|
font-size: 16px;
|
|
|
color: #323232;
|
|
@@ -104,15 +97,18 @@
|
|
|
&__score {
|
|
|
display: flex;
|
|
|
flex-direction: row;
|
|
|
- justify-content: center;
|
|
|
- align-items: center;
|
|
|
+ // align-items: flex-end;
|
|
|
+ // background-color: red;
|
|
|
&__number {
|
|
|
- font-size: 16px;
|
|
|
+ font-size: 22px;
|
|
|
+ font-weight: 480;
|
|
|
color: #323232;
|
|
|
}
|
|
|
- &__star{
|
|
|
+ &__unit{
|
|
|
+ margin-top: 20rpx;
|
|
|
margin-left: 5rpx;
|
|
|
- margin-top: 3rpx;
|
|
|
+ font-size: 12px;
|
|
|
+ color: #323232;
|
|
|
}
|
|
|
}
|
|
|
}
|