88 lines
1.2 KiB
Plaintext
88 lines
1.2 KiB
Plaintext
.new-team{
|
|
padding: 0 30rpx;
|
|
}
|
|
.row{
|
|
display: flex;
|
|
justify-content: space-between;
|
|
height: 90rpx;
|
|
}
|
|
.row-title{
|
|
line-height: 90rpx;
|
|
color: #242424;
|
|
font-size: 32rpx;
|
|
width: 24%;
|
|
display: flex;
|
|
align-items: center;
|
|
}
|
|
.row-text{
|
|
width: 75%;
|
|
display: flex;
|
|
align-items: center;
|
|
border-bottom: 1px solid #EBEBEB;
|
|
}
|
|
.row-text input{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
picker{
|
|
width: 100%;
|
|
height: 100%;
|
|
line-height: 90rpx;
|
|
}
|
|
laebl{
|
|
margin-right: 30rpx;
|
|
}
|
|
.intro, .intro textarea{
|
|
height: 230rpx;
|
|
}
|
|
.intro textarea{
|
|
padding: 26rpx 0;
|
|
box-sizing: border-box;
|
|
font-size: 32rpx;
|
|
}
|
|
.create{
|
|
position: fixed;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 0 30rpx 30rpx;
|
|
background: #fff;
|
|
}
|
|
.agree{
|
|
display: flex;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
padding-top: 5rpx;
|
|
}
|
|
.agree-checkbox{
|
|
transform: scale(0.8,0.8);
|
|
}
|
|
.create-btn{
|
|
background: #9F1512;
|
|
height: 80rpx;
|
|
border-radius: 10rpx;
|
|
color: #fff;
|
|
font-size: 32rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
margin-top: 15rpx;
|
|
}
|
|
label{
|
|
margin-right: 30rpx;
|
|
}
|
|
.info-text{
|
|
width: 77%;
|
|
font-size: 26rpx;
|
|
height: 55rpx;
|
|
}
|
|
.avatar{
|
|
height: 150rpx;
|
|
}
|
|
.avatar image{
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
}
|
|
.avatar-row{
|
|
height: 150rpx;
|
|
} |