Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
X
xzf_uniapp-wechat-web
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李智书
xzf_uniapp-wechat-web
Commits
6acaee77
Commit
6acaee77
authored
Nov 09, 2022
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.提交更新;
parent
bb09fa08
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
40 additions
and
15 deletions
+40
-15
src/pages/socialmailbox/socialmailbox.vue
src/pages/socialmailbox/socialmailbox.vue
+40
-15
No files found.
src/pages/socialmailbox/socialmailbox.vue
View file @
6acaee77
...
...
@@ -11,7 +11,8 @@
</view>
<textarea
v-model=
"SubmitInfo.remark"
:placeholder=
"placeholder2"
placeholder-class=
"textareaplace"
/>
</view>
<view
@
tap=
"saveOrUpdateMessage"
class=
"envelope"
:style=
"'background-image: url('+ImgUrl2+'envelope.png);'"
>
<view
class=
"envelope"
:style=
"'background-image: url('+ImgUrl2+'envelope2.png);'"
>
<image
class=
"toudibtn"
@
tap=
"saveOrUpdateMessage"
:src=
"ImgUrl2+'toudi.png'"
mode=
"aspectFit"
></image>
</view>
</view>
</
template
>
...
...
@@ -141,9 +142,33 @@
width
:
100%
;
height
:
330
rpx
;
background-repeat
:
no-repeat
;
background-size
:
1
00%
10
0%
;
background-size
:
1
10%
11
0%
;
position
:
fixed
;
bottom
:
10
rpx
;
background-position
:
center
;
text-align
:
center
;
}
.toudibtn
{
width
:
194
rpx
;
height
:
194
rpx
;
position
:
relative
;
top
:
40
rpx
;
}
.textareabox
,
.textareabox2
{
width
:
613
rpx
;
font-size
:
32
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
margin
:
0
auto
;
}
.textareabox2
image
{
width
:
28
rpx
;
height
:
28
rpx
;
position
:
relative
;
}
.textareabox
{
...
...
@@ -152,8 +177,11 @@
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
margin
:
0
auto
;
padding-top
:
248
rpx
;
height
:
840
rpx
;
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
15%
;
height
:
600
rpx
;
}
.textareabox2
{
...
...
@@ -162,7 +190,11 @@
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
margin
:
0
auto
;
margin-top
:
53
rpx
;
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
65.5%
;
height
:
200
rpx
;
}
.textareabox2
.title
{
...
...
@@ -170,11 +202,7 @@
align-items
:
center
;
}
.textareabox2
image
{
width
:
28
rpx
;
height
:
28
rpx
;
position
:
relative
;
}
.textareabox2
text
{
display
:
inline-block
;
...
...
@@ -186,12 +214,9 @@
color
:
rgba
(
0
,
0
,
0
,
0.15
);
}
.textareabox2
textarea
{
line-height
:
60
rpx
;
width
:
100%
;
}
.textareabox
textarea
{
textarea
{
line-height
:
60
rpx
;
height
:
100%
;
width
:
100%
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment