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
278ffddb
Commit
278ffddb
authored
Apr 09, 2020
by
fengzhaoyu
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: style 修改默认图标的字体大小
parent
13f1f2ed
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
5 deletions
+12
-5
iconfont.acss
fonts/iconfont.acss
+1
-1
meetingDetail.acss
pages/meetingDetail/meetingDetail.acss
+6
-0
meetingDetail.axml
pages/meetingDetail/meetingDetail.axml
+5
-4
No files found.
fonts/iconfont.acss
View file @
278ffddb
...
...
@@ -7,7 +7,7 @@
.iconfont {
font-family: "iconfont" !important;
font-size:
16
px;
font-size:
36r
px;
font-style: normal;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
...
...
pages/meetingDetail/meetingDetail.acss
View file @
278ffddb
...
...
@@ -434,6 +434,7 @@ input {
.participate>text {
margin-right: 10rpx;
color: #15BC83;
vertical-align: middle;
}
.noParticipateStatus {
...
...
@@ -578,4 +579,8 @@ input {
.iconicon_repeat1 {
color: rgba(10, 10, 10, 0.4)
}
.participateText {
vertical-align: middle
}
\ No newline at end of file
pages/meetingDetail/meetingDetail.axml
View file @
278ffddb
...
...
@@ -149,11 +149,12 @@
<view class="originStaus" a:if="{{confirmAttendance === -9}}">
<view catchTap="participate">
<text class="iconfont iconicon_Agreed1"></text>
<text>参加</text></view>
<text class="participateText">参加</text>
</view>
<text class="devider"></text>
<view catchTap="noParticipate">
<text class="iconfont iconicon_noAgreed1"></text>
<text>不参加</text>
<text
class="participateText"
>不参加</text>
</view>
</view>
<!--参加状态-->
...
...
@@ -171,13 +172,13 @@
<text class="devider"></text>
<view class="participate" catchTap="initialState">
<text class="iconfont iconicon_Agreed1"></text>
<text>参加</text>
<text
class="participateText"
>参加</text>
</view>
</view>
<!--不参加状态 -->
<view class="noParticipateStatus" a:if="{{confirmAttendance === 0}}" catchTap="initialState">
<text class="iconfont iconicon_noAgreed1"></text>
<text>不参加</text>
<text
class="participateText"
>不参加</text>
</view>
</view>
<view class="footerBottom">
...
...
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