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
b74097cf
Commit
b74097cf
authored
Nov 10, 2022
by
李智书
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.匿名投递故事
parent
6ed5f2b3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
38 additions
and
11 deletions
+38
-11
src/pages/socialmailbox/socialmailbox.vue
src/pages/socialmailbox/socialmailbox.vue
+38
-11
No files found.
src/pages/socialmailbox/socialmailbox.vue
View file @
b74097cf
...
@@ -5,10 +5,14 @@
...
@@ -5,10 +5,14 @@
placeholder-class=
"textareaplace"
/>
placeholder-class=
"textareaplace"
/>
</view>
</view>
<view
class=
"textareabox2"
>
<view
class=
"textareabox2"
>
<view
class=
"title"
>
<view
class=
"title"
v-if=
"!keyword"
>
<image
:src=
"ImgUrl2+'remarks.png'"
mode=
"aspectFit"
></image>
<image
:src=
"ImgUrl2+'remarks.png'"
mode=
"aspectFit"
></image>
<text>
您可在此备注部分信息
</text>
<text>
您可在此备注部分信息
</text>
</view>
</view>
<view
class=
"title2"
v-if=
"keyword"
>
<image
:src=
"ImgUrl2+'shuru.png'"
mode=
"aspectFit"
></image>
<text>
{{
keyword
}}
</text>
</view>
<textarea
v-model=
"SubmitInfo.remark"
:placeholder=
"placeholder2"
placeholder-class=
"textareaplace"
/>
<textarea
v-model=
"SubmitInfo.remark"
:placeholder=
"placeholder2"
placeholder-class=
"textareaplace"
/>
</view>
</view>
<view
class=
"envelope"
:style=
"'background-image: url('+ImgUrl2+'envelope2.png);'"
>
<view
class=
"envelope"
:style=
"'background-image: url('+ImgUrl2+'envelope2.png);'"
>
...
@@ -39,11 +43,19 @@
...
@@ -39,11 +43,19 @@
"
studentId
"
:
0
,
//学生id
"
studentId
"
:
0
,
//学生id
"
studentName
"
:
""
,
//学生名
"
studentName
"
:
""
,
//学生名
"
wechatName
"
:
""
// 微信名
"
wechatName
"
:
""
// 微信名
}
},
// keyword
keyword
:
''
}
}
},
},
onLoad
()
{
onLoad
()
{
},
computed
:
{
keywordMessageContent
:
function
()
{
console
.
log
(
this
.
SubmitInfo
.
messageContent
);
return
this
.
SubmitInfo
.
messageContent
.
split
(
''
).
reverse
().
join
(
''
)
}
},
},
methods
:
{
methods
:
{
// 投递信箱
// 投递信箱
...
@@ -133,7 +145,8 @@
...
@@ -133,7 +145,8 @@
<
style
scoped
>
<
style
scoped
>
.content
{
.content
{
width
:
100%
;
width
:
100%
;
height
:
100vh
;
/* height: 100vh; */
height
:
1624
rpx
;
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-size
:
100%
100%
;
background-size
:
100%
100%
;
}
}
...
@@ -144,9 +157,10 @@
...
@@ -144,9 +157,10 @@
background-repeat
:
no-repeat
;
background-repeat
:
no-repeat
;
background-size
:
110%
110%
;
background-size
:
110%
110%
;
position
:
fixed
;
position
:
fixed
;
bottom
:
10
rpx
;
/* margin-bottom: 60rpx; */
background-position
:
center
;
background-position
:
center
;
text-align
:
center
;
text-align
:
center
;
bottom
:
0
;
}
}
.toudibtn
{
.toudibtn
{
...
@@ -177,11 +191,12 @@
...
@@ -177,11 +191,12 @@
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
margin
:
0
auto
;
margin
:
0
auto
;
position
:
absolute
;
/*
position: absolute;
left: 0;
left: 0;
right: 0;
right: 0;
top
:
15%
;
top: 15%; */
height
:
600
rpx
;
height
:
840
rpx
;
padding-top
:
250
rpx
;
}
}
.textareabox2
{
.textareabox2
{
...
@@ -190,11 +205,9 @@
...
@@ -190,11 +205,9 @@
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
font-weight
:
400
;
margin
:
0
auto
;
margin
:
0
auto
;
position
:
absolute
;
left
:
0
;
right
:
0
;
top
:
65.5%
;
height
:
200
rpx
;
height
:
200
rpx
;
/* height: 10vh; */
margin-top
:
30
rpx
;
}
}
.textareabox2
.title
{
.textareabox2
.title
{
...
@@ -202,7 +215,21 @@
...
@@ -202,7 +215,21 @@
align-items
:
center
;
align-items
:
center
;
}
}
.textareabox2
.title2
{
display
:
flex
;
align-items
:
center
;
background-color
:
rgba
(
255
,
95
,
11
,
0.1
);
border-radius
:
24
rpx
;
padding-left
:
18
rpx
;
}
.title2
text
{
font-size
:
32
rpx
;
font-family
:
PingFangSC-Regular
,
PingFang
SC
;
font-weight
:
400
;
color
:
#FF5F0B
!important
;
}
.textareabox2
text
{
.textareabox2
text
{
display
:
inline-block
;
display
:
inline-block
;
...
...
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