Commit cf78447d by xiexiaoqin

fix: 修改各种样式

parent b63cba1a
...@@ -65,7 +65,7 @@ view { ...@@ -65,7 +65,7 @@ view {
view.list-item { view.list-item {
border: none; border: none;
border-radius: 0; border-radius: 0;
border-bottom: 2rpx solid rgba(227, 228, 228); border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
margin-top: 0; margin-top: 0;
padding-top: 24rpx; padding-top: 24rpx;
padding-bottom: 24rpx; padding-bottom: 24rpx;
......
...@@ -44,5 +44,7 @@ ...@@ -44,5 +44,7 @@
.delete-btn { .delete-btn {
position: absolute; position: absolute;
right: 16rpx; right: 16rpx;
bottom: 16rpx; bottom: 9rpx;
line-height: 20rpx;
font-size: 28rpx;
} }
\ No newline at end of file
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
border-radius: 16rpx; border-radius: 16rpx;
padding: 16rpx; padding: 16rpx;
margin-top: 16rpx; margin-top: 16rpx;
margin-bottom: 1rpx;
} }
.notes-edit { .notes-edit {
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
border-radius: 8rpx; border-radius: 8rpx;
padding: 16rpx; padding: 16rpx;
margin-top: 16rpx; margin-top: 16rpx;
margin-bottom: 1rpx;
} }
.task-list>.task-box { .task-list>.task-box {
......
...@@ -77,14 +77,6 @@ page { ...@@ -77,14 +77,6 @@ page {
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
} }
.checkbox {
border: 3rpx solid rgba(77, 217, 100, 1);
border-radius: 4rpx;
width: 28rpx;
height: 28rpx;
margin-right: 18rpx;
}
.footer { .footer {
background: #fff; background: #fff;
border-top: 2rpx solid rgba(25, 31, 37, 0.12); border-top: 2rpx solid rgba(25, 31, 37, 0.12);
...@@ -324,7 +316,7 @@ input { ...@@ -324,7 +316,7 @@ input {
width: 80rpx; width: 80rpx;
height: 80rpx; height: 80rpx;
border-radius: 50%; border-radius: 50%;
background: #3070F2; background: #1890FF;
color: white; color: white;
line-height: 80rpx; line-height: 80rpx;
text-align: center; text-align: center;
...@@ -698,8 +690,8 @@ input { ...@@ -698,8 +690,8 @@ input {
} }
.operation-containt>text { .operation-containt>text {
padding-right: 16rpx; padding-right: 24rpx;
margin-right: 16rpx; margin-right: 24rpx;
font-size: 24rpx; font-size: 24rpx;
color: #fff; color: #fff;
border-right: 1px solid rgba(255, 255, 255, 0.55); border-right: 1px solid rgba(255, 255, 255, 0.55);
......
...@@ -97,7 +97,7 @@ ...@@ -97,7 +97,7 @@
</view> </view>
<!-- 几个任务 --> <!-- 几个任务 -->
<view onTap="goTasksPage" class="taskNumber" a:if="{{tasks.length}}"> <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"> <view class="fileText">
{{tasks.length}} 个任务 {{tasks.length}} 个任务
</view> </view>
...@@ -105,7 +105,7 @@ ...@@ -105,7 +105,7 @@
</view> </view>
<!-- 几个文件 --> <!-- 几个文件 -->
<view onTap="goFilesPage" class="taskNumber" a:if="{{files.length}}"> <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"> <view class="fileText">
{{files.length}} 个附件 {{files.length}} 个附件
</view> </view>
......
...@@ -53,7 +53,7 @@ page { ...@@ -53,7 +53,7 @@ page {
width: 630rpx; width: 630rpx;
line-height: 112rpx; line-height: 112rpx;
height: 112rpx; height: 112rpx;
border-bottom: 1rpx solid #E3E4E4; border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
} }
.close { .close {
...@@ -66,8 +66,8 @@ page { ...@@ -66,8 +66,8 @@ page {
.addParticipants { .addParticipants {
height: 100rpx; height: 100rpx;
line-height: 100rpx; line-height: 100rpx;
border-top: 1rpx solid #E3E4E4; border-top: 1rpx solid rgba(25, 31, 37, 0.12);
border-bottom: 1rpx solid #E3E4E4; border-bottom: 1rpx solid rgba(25, 31, 37, 0.12);
opacity: 0.56; opacity: 0.56;
line-height: 100rpx; line-height: 100rpx;
font-family: PingFangSC-Regular; font-family: PingFangSC-Regular;
......
.avater { .avater {
border-radius: 50%; border-radius: 50%;
background: #3070F2; background: #1890FF;
color: white; color: white;
text-align: center; text-align: center;
} }
......
.checkbox { .checkbox {
border: 3rpx solid rgba(77, 217, 100, 1); border: 2rpx solid rgba(77, 217, 100, 1);
border-radius: 4rpx; border-radius: 4rpx;
width: 28rpx; width: 36rpx;
height: 28rpx; height: 36rpx;
margin-right: 18rpx; margin-right: 18rpx;
text-align: center; text-align: center;
line-height: 28rpx; line-height: 36rpx;
border-radius: 50%;
} }
.checkbox-active>.iconfont { .checkbox-active>.iconfont {
color: rgba(77, 217, 100, 1); color: rgba(77, 217, 100, 1);
font-size: 24rpx; font-size: 26rpx;
top: -3rpx; top: -2rpx;
position: relative; 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