Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
schedule
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
fengzhaoyu
schedule
Commits
7dea8f44
Commit
7dea8f44
authored
Apr 07, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
style: meeting detail
parent
78a9fb5b
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
11 deletions
+15
-11
meetingDetail.acss
pages/meetingDetail/meetingDetail.acss
+11
-7
meetingDetail.axml
pages/meetingDetail/meetingDetail.axml
+3
-3
index.acss
template/deleteBtn/index.acss
+1
-1
No files found.
pages/meetingDetail/meetingDetail.acss
View file @
7dea8f44
...
...
@@ -6,6 +6,9 @@ page {
.affair-list {
background: #fff;
padding: 48rpx 32rpx 220rpx 32rpx;
}
.affair-list-margin-top {
margin-top: 16rpx;
}
...
...
@@ -108,9 +111,11 @@ page {
.hideDetail {
padding: 28rpx 32rpx 24rpx;
border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.08);
background: #fff;
z-index: 1;
position: relative;
padding-bottom: 0;
}
.hideTitle {
...
...
@@ -130,8 +135,8 @@ page {
}
.hideIcon {
color: #
A7ABB3
;
margin-top: 28
rpx;
color: #
9599A2
;
font-size: 64
rpx;
text-align: center;
}
...
...
@@ -359,7 +364,6 @@ input {
bottom: 0;
left: 0;
right: 0;
box-shadow: 1rpx 1rpx 4rpx 0 rgba(0, 0, 0, 0.08);
background: rgb(255, 255, 255);
z-index: 100
}
...
...
@@ -480,8 +484,8 @@ input {
color: rgba(216, 216, 216, 1)!important;
}
.footNavTop
.devider
{
margin: 0
;
.footNavTop {
box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08)
;
}
.permissions {
...
...
pages/meetingDetail/meetingDetail.axml
View file @
7dea8f44
...
...
@@ -13,7 +13,7 @@
{{`${$data.startTime.substring(5, 7)}月${$data.startTime.substring(8, 10)}日 ${week} ${$data.startTime.substring(11, 16)}-${$data.endTime.substring(11, 16)}`}}
</text>
</view>
<view class="hideIcon iconfont iconicon_
expand
" onTap="expand">
<view class="hideIcon iconfont iconicon_
slide
" onTap="expand">
</view>
</view>
<view class="editeMeeting" a:else>
...
...
@@ -199,8 +199,8 @@
<!-- 动态列表 -->
<import src="../../template/avater/index.axml"/>
<import src="../../template/affairBlank/index.axml"/>
<view class="affair-list" onTap="hideFileOperate">
<view class="affair-list-title">会议动态</view>
<view class="affair-list
{{isExpand? '' : 'affair-list-margin-top'}}
" onTap="hideFileOperate">
<view
a:if="{{!isExpand}}"
class="affair-list-title">会议动态</view>
<block a:for="{{affairList}}">
<view a:if="{{item.category == '3' && item.taskViewList && item.taskViewList.length > 0}}" class='compose-column'>
<view class="avater task-avater">
...
...
template/deleteBtn/index.acss
View file @
7dea8f44
.delete-task-wrap {
display: flex;
justify-content: center;
margin
-bottom: 34rpx;
padding
-bottom: 34rpx;
}
.delete-task {
...
...
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