future 1 年之前
父節點
當前提交
c3547946ee
共有 1 個文件被更改,包括 11 次插入15 次删除
  1. 11 15
      xs-app/pagesA/bookdetails/bookdetails-bookInfo.vue

+ 11 - 15
xs-app/pagesA/bookdetails/bookdetails-bookInfo.vue

@@ -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;
 						}
 					}
 				}