Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
严立
/
mini-shimao
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
204acb66
authored
Aug 26, 2020
by
TengFengLian
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
活动详情样式
parent
f2bc27ff
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
15 additions
and
1 deletions
pages/activity-entry/activity-entry.wxss
pages/activity/activity.wxss
pages/activity-entry/activity-entry.wxss
View file @
204acb66
...
@@ -63,11 +63,18 @@
...
@@ -63,11 +63,18 @@
.entry-tip-title {
.entry-tip-title {
width: 434rpx;
width: 434rpx;
height: 42rpx;
/* height: 42rpx; */
font-size: 30rpx;
font-size: 30rpx;
font-weight: bold;
font-weight: bold;
color: #15191F;
color: #15191F;
line-height: 42rpx;
line-height: 42rpx;
display: -webkit-box;
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp:2;
-webkit-box-orient: vertical;
}
}
.entry-tip-date {
.entry-tip-date {
...
...
pages/activity/activity.wxss
View file @
204acb66
...
@@ -46,6 +46,13 @@
...
@@ -46,6 +46,13 @@
font-weight: bold;
font-weight: bold;
color: #15191F;
color: #15191F;
line-height: 48rpx;
line-height: 48rpx;
display: -webkit-box;
overflow: hidden;
white-space: normal;
text-overflow: ellipsis;
word-wrap: break-word;
-webkit-line-clamp:1;
-webkit-box-orient: vertical;
}
}
.item-date {
.item-date {
...
...
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