38 lines
669 B
Plaintext
Raw Normal View History

2024-02-27 08:47:32 +08:00
/* pages/meeting/visitorIinvitation/visitorIinvitation.wxss */
.container{
width: 100%;
position: absolute;
height: 100vh;
background-color: #f6f6f6;
}
.titleView {
border-left: 8rpx solid #2A6FFF;
display: flex;
align-items: center;
margin: 40rpx 30rpx 0;
}
.titleView .title{
margin-left: 10rpx;
font-size: 26rpx;
font-weight: 400;
color: #666666;
}
.inputView{
margin-top: 20rpx;
2024-02-28 13:43:50 +08:00
}
.uploadImgView{
padding: 16px;
background-color: #ffffff;
color: #646566;
font-size: 28rpx;
}
.tipsView{
text-align: center;
padding-top: 60rpx;
margin-bottom: 100rpx;
}
.submitBtnView{
width: 96%;
margin:0 auto ;
padding-bottom: 100rpx;
2024-02-27 08:47:32 +08:00
}