/* 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; } .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; }