style: 调整样式
This commit is contained in:
parent
493c743e88
commit
35997ba3a9
@ -9,18 +9,21 @@
|
|||||||
<div style="padding: 4%">
|
<div style="padding: 4%">
|
||||||
<!-- 输入框 -->
|
<!-- 输入框 -->
|
||||||
<div style="display: flex; gap: 20px; width: 100%">
|
<div style="display: flex; gap: 20px; width: 100%">
|
||||||
<input
|
<div style="flex: 1">
|
||||||
style="
|
<input
|
||||||
flex: 1;
|
style="
|
||||||
border: 0;
|
width: 100%;
|
||||||
border-radius: 8px;
|
border: 0;
|
||||||
box-shadow: 0 0 2px 2px #00000020;
|
border-radius: 8px;
|
||||||
padding: 10px 8px;
|
box-shadow: 0 0 2px 2px #00000020;
|
||||||
"
|
padding: 10px 8px;
|
||||||
type="text"
|
"
|
||||||
placeholder="Please enter your Likei's lD"
|
type="text"
|
||||||
v-model="targetUserId"
|
placeholder="Please enter your Likei's lD"
|
||||||
/>
|
v-model="targetUserId"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<button
|
<button
|
||||||
style="
|
style="
|
||||||
border: 0;
|
border: 0;
|
||||||
|
|||||||
@ -377,7 +377,7 @@
|
|||||||
<img
|
<img
|
||||||
:src="goods.propsGroup.activityRewardProps[0].cover"
|
:src="goods.propsGroup.activityRewardProps[0].cover"
|
||||||
alt=""
|
alt=""
|
||||||
style="width: 50%; display: block"
|
style="width: 68%; display: block; margin-bottom: 7%"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user