Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
7
7-Eleven
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
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
高淑倩
7-Eleven
Commits
28c39157
Commit
28c39157
authored
Oct 30, 2019
by
高淑倩
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
textarea
parent
407b6aa3
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
22 additions
and
2 deletions
+22
-2
grassCommunity.wxml
src/subPackage/page/pages/grassCommunity/grassCommunity.wxml
+3
-2
grassCommunity.wxss
src/subPackage/page/pages/grassCommunity/grassCommunity.wxss
+19
-0
No files found.
src/subPackage/page/pages/grassCommunity/grassCommunity.wxml
View file @
28c39157
...
...
@@ -22,8 +22,9 @@
<view class="title-border">
<input placeholder="添加标题" name="headline" value="{{params.headline}}" />
</view>
<view class="title-border">
<input placeholder="这一刻想说什么..." name="article" value="{{params.article}}" />
<view class="title-border-text">
<!--<input placeholder="这一刻想说什么..." name="article" value="{{params.article}}" />-->
<textarea bindblur="bindWordLimit" style="width: 100%;" class='textarea-text' name="article" value="{{params.article}}" auto-height placeholder="这一刻想说什么..." />
</view>
<view class="title-border" bindtap="selectTab">
<image class="tab-icon" src="/assets/imgs/7_1_0/tab.png"></image>
...
...
src/subPackage/page/pages/grassCommunity/grassCommunity.wxss
View file @
28c39157
...
...
@@ -17,6 +17,25 @@ page{
font-family: PingFangSC-Regular;
padding-bottom: 100rpx;
}
.textarea {
margin: 20rpx;
height: 120rpx;
/* width: 600rpx; */
background: #eee;
box-sizing: border-box;
padding: 20rpx;
margin-left: 0rpx;
border-radius: 10rpx;
font-size: 28rpx;
line-height: 1.5;
margin-left:40rpx;
}
.title-border-text {
padding: 20rpx 0;
box-sizing: border-box;
border-bottom: 1px solid rgba(151, 151, 151, 0.3)
}
.post-notes{
text-align: center;
height: 88rpx;
...
...
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