style: 调整样式

This commit is contained in:
hzj 2025-09-23 15:07:04 +08:00
parent 493c743e88
commit 35997ba3a9
2 changed files with 16 additions and 13 deletions

View File

@ -9,18 +9,21 @@
<div style="padding: 4%">
<!-- 输入框 -->
<div style="display: flex; gap: 20px; width: 100%">
<input
style="
flex: 1;
border: 0;
border-radius: 8px;
box-shadow: 0 0 2px 2px #00000020;
padding: 10px 8px;
"
type="text"
placeholder="Please enter your Likei's lD"
v-model="targetUserId"
/>
<div style="flex: 1">
<input
style="
width: 100%;
border: 0;
border-radius: 8px;
box-shadow: 0 0 2px 2px #00000020;
padding: 10px 8px;
"
type="text"
placeholder="Please enter your Likei's lD"
v-model="targetUserId"
/>
</div>
<button
style="
border: 0;

View File

@ -377,7 +377,7 @@
<img
:src="goods.propsGroup.activityRewardProps[0].cover"
alt=""
style="width: 50%; display: block"
style="width: 68%; display: block; margin-bottom: 7%"
/>
</div>
</div>