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
cf78447d
Commit
cf78447d
authored
Oct 29, 2020
by
xiexiaoqin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 修改各种样式
parent
b63cba1a
Hide whitespace changes
Inline
Side-by-side
Showing
9 changed files
with
24 additions
and
25 deletions
+24
-25
app.acss
app.acss
+1
-1
comment.acss
components/comment/comment.acss
+4
-1
notes.acss
components/notes/notes.acss
+1
-0
taskList.acss
components/taskList/taskList.acss
+1
-0
meetingDetail.acss
pages/meetingDetail/meetingDetail.acss
+3
-11
meetingDetail.axml
pages/meetingDetail/meetingDetail.axml
+2
-2
participantsDetail.acss
pages/participantsDetail/participantsDetail.acss
+3
-3
index.acss
template/avater/index.acss
+1
-1
index.acss
template/checkbox/index.acss
+8
-6
No files found.
app.acss
View file @
cf78447d
...
...
@@ -65,7 +65,7 @@ view {
view.list-item {
border: none;
border-radius: 0;
border-bottom:
2rpx solid rgba(227, 228, 228
);
border-bottom:
1rpx solid rgba(25, 31, 37, 0.12
);
margin-top: 0;
padding-top: 24rpx;
padding-bottom: 24rpx;
...
...
components/comment/comment.acss
View file @
cf78447d
...
...
@@ -44,5 +44,7 @@
.delete-btn {
position: absolute;
right: 16rpx;
bottom: 16rpx;
bottom: 9rpx;
line-height: 20rpx;
font-size: 28rpx;
}
\ No newline at end of file
components/notes/notes.acss
View file @
cf78447d
...
...
@@ -3,6 +3,7 @@
border-radius: 16rpx;
padding: 16rpx;
margin-top: 16rpx;
margin-bottom: 1rpx;
}
.notes-edit {
...
...
components/taskList/taskList.acss
View file @
cf78447d
...
...
@@ -5,6 +5,7 @@
border-radius: 8rpx;
padding: 16rpx;
margin-top: 16rpx;
margin-bottom: 1rpx;
}
.task-list>.task-box {
...
...
pages/meetingDetail/meetingDetail.acss
View file @
cf78447d
...
...
@@ -77,14 +77,6 @@ page {
font-family: PingFangSC-Regular;
}
.checkbox {
border: 3rpx solid rgba(77, 217, 100, 1);
border-radius: 4rpx;
width: 28rpx;
height: 28rpx;
margin-right: 18rpx;
}
.footer {
background: #fff;
border-top: 2rpx solid rgba(25, 31, 37, 0.12);
...
...
@@ -324,7 +316,7 @@ input {
width: 80rpx;
height: 80rpx;
border-radius: 50%;
background: #
3070F2
;
background: #
1890FF
;
color: white;
line-height: 80rpx;
text-align: center;
...
...
@@ -698,8 +690,8 @@ input {
}
.operation-containt>text {
padding-right:
16
rpx;
margin-right:
16
rpx;
padding-right:
24
rpx;
margin-right:
24
rpx;
font-size: 24rpx;
color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.55);
...
...
pages/meetingDetail/meetingDetail.axml
View file @
cf78447d
...
...
@@ -97,7 +97,7 @@
</view>
<!-- 几个任务 -->
<view onTap="goTasksPage" class="taskNumber" a:if="{{tasks.length}}">
<view class="iconicon_task1 iconfont icon
{{$data.showParticipatorList.length>1 ? '' : 'noValueIcon'}}
"></view>
<view class="iconicon_task1 iconfont icon"></view>
<view class="fileText">
{{tasks.length}} 个任务
</view>
...
...
@@ -105,7 +105,7 @@
</view>
<!-- 几个文件 -->
<view onTap="goFilesPage" class="taskNumber" a:if="{{files.length}}">
<view class="iconicon_data iconfont icon
{{$data.showParticipatorList.length>1 ? '' : 'noValueIcon'}}
"></view>
<view class="iconicon_data iconfont icon"></view>
<view class="fileText">
{{files.length}} 个附件
</view>
...
...
pages/participantsDetail/participantsDetail.acss
View file @
cf78447d
...
...
@@ -53,7 +53,7 @@ page {
width: 630rpx;
line-height: 112rpx;
height: 112rpx;
border-bottom: 1rpx solid
#E3E4E4
;
border-bottom: 1rpx solid
rgba(25, 31, 37, 0.12)
;
}
.close {
...
...
@@ -66,8 +66,8 @@ page {
.addParticipants {
height: 100rpx;
line-height: 100rpx;
border-top: 1rpx solid
#E3E4E4
;
border-bottom: 1rpx solid
#E3E4E4
;
border-top: 1rpx solid
rgba(25, 31, 37, 0.12)
;
border-bottom: 1rpx solid
rgba(25, 31, 37, 0.12)
;
opacity: 0.56;
line-height: 100rpx;
font-family: PingFangSC-Regular;
...
...
template/avater/index.acss
View file @
cf78447d
.avater {
border-radius: 50%;
background: #
3070F2
;
background: #
1890FF
;
color: white;
text-align: center;
}
...
...
template/checkbox/index.acss
View file @
cf78447d
.checkbox {
border:
3
rpx solid rgba(77, 217, 100, 1);
border:
2
rpx solid rgba(77, 217, 100, 1);
border-radius: 4rpx;
width:
28
rpx;
height:
28
rpx;
width:
36
rpx;
height:
36
rpx;
margin-right: 18rpx;
text-align: center;
line-height: 28rpx;
line-height: 36rpx;
border-radius: 50%;
}
.checkbox-active>.iconfont {
color: rgba(77, 217, 100, 1);
font-size: 2
4
rpx;
top: -
3
rpx;
font-size: 2
6
rpx;
top: -
2
rpx;
position: relative;
}
\ No newline at end of file
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