diff --git a/BaseModule/src/main/res/layout/room_view_wheat_charm.xml b/BaseModule/src/main/res/layout/room_view_wheat_charm.xml
index d78d2d8f..eb98e350 100644
--- a/BaseModule/src/main/res/layout/room_view_wheat_charm.xml
+++ b/BaseModule/src/main/res/layout/room_view_wheat_charm.xml
@@ -27,13 +27,12 @@
android:layout_centerInParent="true"
android:layout_centerHorizontal="true"
android:layout_toEndOf="@+id/im"
- android:layout_marginStart="@dimen/dp_2"
android:ellipsize="none"
android:gravity="center"
android:text="0"
android:minWidth="@dimen/dp_40"
android:singleLine="true"
android:textColor="@color/white"
- android:textSize="@dimen/sp_10" />
+ android:textSize="@dimen/sp_8" />
\ No newline at end of file
diff --git a/MainModule/src/main/res/drawable/shape_sign_15.xml b/MainModule/src/main/res/drawable/shape_sign_15.xml
new file mode 100644
index 00000000..289a5399
--- /dev/null
+++ b/MainModule/src/main/res/drawable/shape_sign_15.xml
@@ -0,0 +1,14 @@
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/MainModule/src/main/res/layout/fragment_mentor_ship.xml b/MainModule/src/main/res/layout/fragment_mentor_ship.xml
index 2bca49af..823c73f2 100644
--- a/MainModule/src/main/res/layout/fragment_mentor_ship.xml
+++ b/MainModule/src/main/res/layout/fragment_mentor_ship.xml
@@ -98,7 +98,7 @@
@@ -119,7 +119,7 @@
android:id="@+id/tv_host_name"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:layout_marginStart="@dimen/dp_48"
+ android:layout_marginStart="@dimen/dp_54"
android:layout_marginTop="@dimen/dp_20"
android:textColor="#FFEFEAFF"
android:textSize="@dimen/sp_10"
@@ -175,8 +175,7 @@
android:id="@+id/tv_left_price_top"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
- android:background="@drawable/shape_15"
- android:backgroundTint="#FF49E4A1"
+ android:background="@drawable/shape_sign_15"
android:paddingHorizontal="@dimen/dp_8"
android:paddingVertical="@dimen/dp_3"
android:text="起拍价格"
@@ -259,7 +258,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="horizontal"
- app:layout_constraintGuide_percent="0.86" />
+ app:layout_constraintGuide_percent="0.83" />
+ app:layout_constraintGuide_begin="68dp" />