Commit cf78447d by xiexiaoqin

fix: 修改各种样式

parent b63cba1a
......@@ -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;
......
......@@ -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
......@@ -3,6 +3,7 @@
border-radius: 16rpx;
padding: 16rpx;
margin-top: 16rpx;
margin-bottom: 1rpx;
}
.notes-edit {
......
......@@ -5,6 +5,7 @@
border-radius: 8rpx;
padding: 16rpx;
margin-top: 16rpx;
margin-bottom: 1rpx;
}
.task-list>.task-box {
......
......@@ -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: 16rpx;
margin-right: 16rpx;
padding-right: 24rpx;
margin-right: 24rpx;
font-size: 24rpx;
color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.55);
......
......@@ -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>
......
......@@ -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;
......
.avater {
border-radius: 50%;
background: #3070F2;
background: #1890FF;
color: white;
text-align: center;
}
......
.checkbox {
border: 3rpx solid rgba(77, 217, 100, 1);
border: 2rpx solid rgba(77, 217, 100, 1);
border-radius: 4rpx;
width: 28rpx;
height: 28rpx;
width: 36rpx;
height: 36rpx;
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: 24rpx;
top: -3rpx;
font-size: 26rpx;
top: -2rpx;
position: relative;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment