mirror of
https://gitee.com/elegant_wings/dbd-meeting-wx-small.git
synced 2025-06-22 04:19:36 +08:00
191 lines
3.6 KiB
Plaintext
191 lines
3.6 KiB
Plaintext
.containerView.public {
|
|
height: auto;
|
|
}
|
|
|
|
.headView {
|
|
padding: 30rpx 20rpx;
|
|
background: #f6f6f6;
|
|
}
|
|
|
|
.contentView .rowView.self {
|
|
padding: 28rpx 28rpx 28rpx 30rpx;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.contentView .rowView.self .voiceBtnView {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.contentView .rowView.self .voiceBtnView .voiceTimeView {
|
|
margin-left: 10rpx;
|
|
margin-right: 24rpx;
|
|
}
|
|
|
|
.contentView .rowColumnView {
|
|
padding: 28rpx 28rpx 28rpx 30rpx;
|
|
border-bottom: 1px solid rgb(126, 126, 126, 0.2);
|
|
}
|
|
|
|
.contentView .rowColumnView .imgContentView {
|
|
padding-top: 20rpx;
|
|
}
|
|
|
|
.contentView .rowColumnView .contentView {
|
|
display: flex;
|
|
justify-content: flex-start;
|
|
align-items: center;
|
|
}
|
|
|
|
.contentView .rowColumnView .contentView .voiceView1 {
|
|
border-radius: 127rpx;
|
|
width: 127rpx;
|
|
height: 127rpx;
|
|
background: #E5F3FF;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-left: 20rpx;
|
|
}
|
|
|
|
.contentView .rowColumnView .contentView .voiceView2 {
|
|
border-radius: 103rpx;
|
|
width: 103rpx;
|
|
height: 103rpx;
|
|
background: #008DEF;
|
|
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
}
|
|
|
|
|
|
.contentView .rowColumnView .contentView .voiceView2:active {
|
|
background: red;
|
|
}
|
|
|
|
.contentView .rowColumnView .contentView .voiceImg {
|
|
width: 41rpx;
|
|
height: 67rpx;
|
|
}
|
|
|
|
.contentView .rowView {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
padding: 2rpx 0 2rpx 30rpx;
|
|
border-bottom: 1px solid rgb(126, 126, 126, 0.2);
|
|
}
|
|
|
|
.contentView .rowView.borderNone {
|
|
border-bottom: none;
|
|
}
|
|
|
|
.contentView .rowView .label,
|
|
.contentView .rowColumnView .label {
|
|
white-space: nowrap;
|
|
/* display: inline-block; */
|
|
position: relative;
|
|
font-size: 34rpx;
|
|
color: #000000;
|
|
/* min-width: 160rpx; */
|
|
margin-right: 30rpx;
|
|
}
|
|
|
|
.contentView .rowView .label.must::after,
|
|
.contentView .rowColumnView .label.must::after {
|
|
content: '*';
|
|
display: block;
|
|
position: absolute;
|
|
left: 100%;
|
|
top: 6rpx;
|
|
margin-left: 10rpx;
|
|
color: red;
|
|
}
|
|
|
|
.input {
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.uploadImgView {
|
|
padding: 0 40rpx;
|
|
background-color: #ffffff;
|
|
font-size: 28rpx;
|
|
color: #646566;
|
|
}
|
|
|
|
.uploadImgView .tipsView {
|
|
text-align: center;
|
|
}
|
|
|
|
.submitBtnView {
|
|
width: 600rpx;
|
|
padding: 20rpx;
|
|
background: #4e96f8;
|
|
color: white;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
border-radius: 10rpx;
|
|
margin: 60rpx auto;
|
|
}
|
|
|
|
.submitBtn {
|
|
box-sizing: border-box;
|
|
position: fixed;
|
|
z-index: 10;
|
|
width: 600rpx;
|
|
left: 50%;
|
|
transform: translateX(-50%);
|
|
bottom: 120rpx;
|
|
border-radius: 10rpx;
|
|
padding: 20rpx;
|
|
background: #4e96f8;
|
|
color: white;
|
|
font-size: 30rpx;
|
|
text-align: center;
|
|
}
|
|
#des .van-cell {
|
|
padding: 0;
|
|
}
|
|
|
|
.textarea {
|
|
height: 150rpx !important;
|
|
/* border: 1px solid rgb(126, 126, 126, 0.2) !important; */
|
|
padding: 10rpx !important;
|
|
font-size: 34rpx;
|
|
}
|
|
|
|
.dialogBtnView {
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: center;
|
|
border-top: 1px solid rgb(126, 126, 126, 0.2);
|
|
}
|
|
|
|
.dialogBtnView .rejectBtn,
|
|
.dialogBtnView .successBtn {
|
|
width: 50%;
|
|
text-align: center;
|
|
padding: 30rpx 0;
|
|
font-size: 32rpx;
|
|
}
|
|
|
|
.dialogBtnView .rejectBtn {
|
|
border-right: 1px solid rgb(126, 126, 126, 0.2);
|
|
color: red;
|
|
}
|
|
|
|
.dialogBtnView .successBtn {
|
|
color: #4e96f8;
|
|
}
|
|
|
|
|
|
.selfTextarea {
|
|
min-height: 140rpx !important;
|
|
max-height: 140rpx !important;
|
|
width: 650rpx !important;
|
|
} |