Commit 7dea8f44 by xiexiaoqin

style: meeting detail

parent 78a9fb5b
...@@ -6,6 +6,9 @@ page { ...@@ -6,6 +6,9 @@ page {
.affair-list { .affair-list {
background: #fff; background: #fff;
padding: 48rpx 32rpx 220rpx 32rpx; padding: 48rpx 32rpx 220rpx 32rpx;
}
.affair-list-margin-top {
margin-top: 16rpx; margin-top: 16rpx;
} }
...@@ -108,9 +111,11 @@ page { ...@@ -108,9 +111,11 @@ page {
.hideDetail { .hideDetail {
padding: 28rpx 32rpx 24rpx; padding: 28rpx 32rpx 24rpx;
border-bottom: 1rpx solid rgba(25, 31, 37, 0.12); box-shadow: 0 0px 4px 1px rgba(0, 0, 0, 0.08);
box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.08);
background: #fff; background: #fff;
z-index: 1;
position: relative;
padding-bottom: 0;
} }
.hideTitle { .hideTitle {
...@@ -130,8 +135,8 @@ page { ...@@ -130,8 +135,8 @@ page {
} }
.hideIcon { .hideIcon {
color: #A7ABB3; color: #9599A2;
margin-top: 28rpx; font-size: 64rpx;
text-align: center; text-align: center;
} }
...@@ -359,7 +364,6 @@ input { ...@@ -359,7 +364,6 @@ input {
bottom: 0; bottom: 0;
left: 0; left: 0;
right: 0; right: 0;
box-shadow: 1rpx 1rpx 4rpx 0 rgba(0, 0, 0, 0.08);
background: rgb(255, 255, 255); background: rgb(255, 255, 255);
z-index: 100 z-index: 100
} }
...@@ -480,8 +484,8 @@ input { ...@@ -480,8 +484,8 @@ input {
color: rgba(216, 216, 216, 1)!important; color: rgba(216, 216, 216, 1)!important;
} }
.footNavTop .devider { .footNavTop {
margin: 0; box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.08);
} }
.permissions { .permissions {
......
...@@ -13,7 +13,7 @@ ...@@ -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)}`}} {{`${$data.startTime.substring(5, 7)}月${$data.startTime.substring(8, 10)}日 ${week} ${$data.startTime.substring(11, 16)}-${$data.endTime.substring(11, 16)}`}}
</text> </text>
</view> </view>
<view class="hideIcon iconfont iconicon_expand" onTap="expand"> <view class="hideIcon iconfont iconicon_slide" onTap="expand">
</view> </view>
</view> </view>
<view class="editeMeeting" a:else> <view class="editeMeeting" a:else>
...@@ -199,8 +199,8 @@ ...@@ -199,8 +199,8 @@
<!-- 动态列表 --> <!-- 动态列表 -->
<import src="../../template/avater/index.axml"/> <import src="../../template/avater/index.axml"/>
<import src="../../template/affairBlank/index.axml"/> <import src="../../template/affairBlank/index.axml"/>
<view class="affair-list" onTap="hideFileOperate"> <view class="affair-list {{isExpand? '' : 'affair-list-margin-top'}}" onTap="hideFileOperate">
<view class="affair-list-title">会议动态</view> <view a:if="{{!isExpand}}" class="affair-list-title">会议动态</view>
<block a:for="{{affairList}}"> <block a:for="{{affairList}}">
<view a:if="{{item.category == '3' && item.taskViewList && item.taskViewList.length > 0}}" class='compose-column'> <view a:if="{{item.category == '3' && item.taskViewList && item.taskViewList.length > 0}}" class='compose-column'>
<view class="avater task-avater"> <view class="avater task-avater">
......
.delete-task-wrap { .delete-task-wrap {
display: flex; display: flex;
justify-content: center; justify-content: center;
margin-bottom: 34rpx; padding-bottom: 34rpx;
} }
.delete-task { .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