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
55a22dc5
authored
Aug 26, 2020
by
袁伟伦
Browse files
Options
_('Browse Files')
Download
Plain Diff
Merge branch 'master' of
http://120.77.182.185/yanl/mini-shimao
parents
03375d77
e65d32af
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
7 additions
and
6 deletions
pages/notice-detail/notice-detail.wxml
pages/notice-detail/notice-detail.wxss
pages/notice/notice.wxml
pages/notice/notice.wxss
pages/strategy/strategy.wxss
pages/notice-detail/notice-detail.wxml
View file @
55a22dc5
...
...
@@ -8,8 +8,8 @@
<view class="date row con-s">
<text>{{notice.date}}</text>
</view>
<view class="cover">
<image src="{{notice.cover}}" mode="
center
"></image>
<view class="cover"
wx:if="{{notice.cover !== ''}}"
>
<image src="{{notice.cover}}" mode="
widthFix
"></image>
</view>
<view class="describe">
<parser html="{{notice.describe}}"/>
...
...
pages/notice-detail/notice-detail.wxss
View file @
55a22dc5
...
...
@@ -25,7 +25,7 @@
.cover image {
width: 670rpx;
height: 288rpx;
/* height: 288rpx; */
/* margin-top: 14rpx; */
}
...
...
pages/notice/notice.wxml
View file @
55a22dc5
...
...
@@ -18,7 +18,7 @@
<parser html="{{item.describe}}"/>
</view>
<view class="notice-cover" wx:if="{{item.cover !== ''}}">
<image src="{{item.cover}}" mode="
center
"></image>
<image src="{{item.cover}}" mode="
widthFix
"></image>
</view>
</view>
</block>
...
...
pages/notice/notice.wxss
View file @
55a22dc5
...
...
@@ -52,6 +52,6 @@
.notice-cover image {
width: 670rpx;
height: 376rpx;
/* height: 376rpx; */
margin-top: 40rpx;
}
\ No newline at end of file
pages/strategy/strategy.wxss
View file @
55a22dc5
...
...
@@ -101,7 +101,7 @@
}
.relation-item-info text:nth-child(2) {
margin-top: 3
8
rpx;
margin-top: 3
0
rpx;
font-size: 26rpx;
color: #656E7B;
}
...
...
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