style: 调整样式
This commit is contained in:
parent
493c743e88
commit
35997ba3a9
@ -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;
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user