22 lines
409 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;
}