mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-21 13:09:38 +08:00
1
This commit is contained in:
parent
9e6c438a02
commit
e1bad24bd3
@ -46,7 +46,19 @@
|
||||
<view class="itemView">
|
||||
<view class="label must">来参观人员</view>
|
||||
<view class="content">
|
||||
<van-field value="{{ title }}" placeholder="请输入展厅主题" input-align="right" border="{{ false }}" bind:change="titleChange" />
|
||||
<view class="add">请添加
|
||||
<van-icon class="van-icon" name="add-o" size="34rpx" color="#c3c3c3" />
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="itemView grayBg">
|
||||
<view class="personView">
|
||||
<view class="item" wx:for="{{3}}">
|
||||
<view class="data">陈泽</view>
|
||||
<view class="data">国务院院长</view>
|
||||
<view class="data">18360702148</view>
|
||||
<van-icon name="close" size="34rpx"/>
|
||||
</view>
|
||||
</view>
|
||||
</view>
|
||||
<view class="itemView">
|
||||
@ -58,19 +70,19 @@
|
||||
<view class="itemView">
|
||||
<view class="label must">讲解需求</view>
|
||||
<view class="content">
|
||||
<van-switch checked="{{ checked }}" bind:change="onChange" size="50rpx"/>
|
||||
<van-switch checked="{{ checked }}" bind:change="onChange" size="50rpx" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="itemView">
|
||||
<view class="label must">是否需要会议室</view>
|
||||
<view class="content">
|
||||
<van-switch checked="{{ checked }}" bind:change="onChange" size="50rpx"/>
|
||||
<van-switch checked="{{ checked }}" bind:change="onChange" size="50rpx" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="itemView">
|
||||
<view class="label must">摄影需求</view>
|
||||
<view class="content">
|
||||
<van-switch checked="{{ checked }}" bind:change="onChange" size="50rpx"/>
|
||||
<van-switch checked="{{ checked }}" bind:change="onChange" size="50rpx" />
|
||||
</view>
|
||||
</view>
|
||||
<view class="itemView">
|
||||
|
@ -141,9 +141,14 @@
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
align-items: center;
|
||||
height: 100rpx;
|
||||
min-height: 100rpx;
|
||||
}
|
||||
|
||||
.fillMsgView .itemView.grayBg {
|
||||
background: #F9FAFB;
|
||||
}
|
||||
|
||||
|
||||
.fillMsgView .itemView .label {
|
||||
position: relative;
|
||||
font-size: 28rpx;
|
||||
@ -160,11 +165,42 @@
|
||||
}
|
||||
|
||||
|
||||
.fillMsgView .itemView .content {
|
||||
flex: 1;
|
||||
.fillMsgView .itemView .content {}
|
||||
|
||||
.fillMsgView .itemView .content .add {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
align-items: center;
|
||||
font-size: 30rpx;
|
||||
color: #c3c3c3;
|
||||
}
|
||||
|
||||
.fillMsgView .itemView .content .add .van-icon {
|
||||
margin-left: 4rpx;
|
||||
}
|
||||
|
||||
|
||||
.fillMsgView .itemView .personView {
|
||||
width: 100%;
|
||||
font-size: 26rpx;
|
||||
}
|
||||
|
||||
|
||||
.fillMsgView .itemView .personView .item {
|
||||
display: flex;
|
||||
justify-content: flex-start;
|
||||
align-items: center;
|
||||
padding: 20rpx 0;
|
||||
border-bottom: 1px solid white;
|
||||
}
|
||||
|
||||
.fillMsgView .itemView .personView .item:last-of-type {
|
||||
border-bottom: none;
|
||||
}
|
||||
|
||||
.fillMsgView .itemView .personView .item .data {
|
||||
flex: 1;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.fillMsgView .itemView .content .coupon {
|
||||
|
Loading…
x
Reference in New Issue
Block a user