@@ -32,7 +32,6 @@
<div class="img-box">
<p>
<img
- style="width: fit-content; height: 180px; margin: 10px;"
src="@/assets/images/color.png"
class="avatar user"
/>
@@ -128,9 +127,9 @@ const goBack = () => {
}
.left-group2 img {
- width: rpx(110);
- height: auto;
- margin-top: rpx(30);
+ width: fit-content;
+ height: rpx(100);
+ margin: rpx(5);
.title-box {
@@ -158,4 +157,8 @@ const goBack = () => {
margin-top: rpx(50);
color: #a39dce;
+
+.img-box p {
+ font-size: rpx(10);
+}
</style>
- style=" width: fit-content; height: 180px; margin: 10px;"
@@ -123,9 +122,9 @@ const toggleDrawer = () => {
@@ -153,4 +152,7 @@ const toggleDrawer = () => {
@@ -33,7 +33,6 @@
src="@/assets/images/farm.png"
@@ -124,9 +123,9 @@ const toggleDrawer = () => {