Commit 7dea8f44 by xiexiaoqin

style: meeting detail

parent 78a9fb5b
......@@ -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: 28rpx;
color: #9599A2;
font-size: 64rpx;
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 {
......
......@@ -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">
......
.delete-task-wrap {
display: flex;
justify-content: center;
margin-bottom: 34rpx;
padding-bottom: 34rpx;
}
.delete-task {
......
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