75 lines
1.2 KiB
Plaintext
75 lines
1.2 KiB
Plaintext
|
.new-team{
|
||
|
padding: 0 30rpx;
|
||
|
margin-bottom: 140rpx;
|
||
|
}
|
||
|
.row{
|
||
|
display: flex;
|
||
|
justify-content: space-between;
|
||
|
height: 90rpx;
|
||
|
}
|
||
|
.row-title{
|
||
|
line-height: 90rpx;
|
||
|
color: #242424;
|
||
|
font-size: 32rpx;
|
||
|
width: 24%;
|
||
|
}
|
||
|
.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;
|
||
|
}
|
||
|
.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: 15rpx 30rpx;
|
||
|
background: #fff;
|
||
|
box-shadow:0 0 17rpx 0 rgba(0,0,0,0.1);
|
||
|
}
|
||
|
.create-btn{
|
||
|
background: #9F1512;
|
||
|
height: 80rpx;
|
||
|
border-radius: 10rpx;
|
||
|
color: #fff;
|
||
|
font-size: 32rpx;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
}
|
||
|
.img-row{
|
||
|
height: auto;
|
||
|
}
|
||
|
.img-row .row-text{
|
||
|
padding-top: 20rpx;
|
||
|
display: flex;
|
||
|
flex-wrap: wrap;
|
||
|
justify-content: space-between;
|
||
|
}
|
||
|
.row-img{
|
||
|
width: 240rpx;
|
||
|
height: 130rpx;
|
||
|
margin-right: 20rpx;
|
||
|
margin-bottom: 20rpx;
|
||
|
}
|
||
|
.row-img:nth-child(even){
|
||
|
margin-right: 0;
|
||
|
}
|