xz_mini/pages/newTeam/newTeam.wxss

97 lines
1.4 KiB
Plaintext
Raw Normal View History

2020-06-23 19:14:44 +08:00
.new-team{
padding: 0 30rpx;
}
.row{
display: flex;
justify-content: space-between;
height: 90rpx;
2022-03-29 11:05:37 +08:00
border-bottom: 1px solid #EBEBEB;
2020-06-23 19:14:44 +08:00
}
.row-title{
line-height: 90rpx;
color: #242424;
font-size: 32rpx;
width: 24%;
display: flex;
align-items: center;
2020-06-23 19:14:44 +08:00
}
.row-text{
width: 75%;
2022-03-29 11:05:37 +08:00
text-align: right;
2020-06-23 19:14:44 +08:00
}
.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{
2022-03-29 11:05:37 +08:00
background: linear-gradient(90deg, rgba(21, 113, 250, 0.97), rgba(21, 183, 250, 0.97));
border-radius: 36rpx;
2020-06-23 19:14:44 +08:00
height: 80rpx;
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;
2022-03-29 11:05:37 +08:00
box-sizing: border-box;
}
.avatar image{
width: 150rpx;
2022-03-29 11:05:37 +08:00
height: 130rpx;
margin-top: 10rpx;
}
.avatar-row{
height: 150rpx;
2022-03-29 11:05:37 +08:00
}
.upload{
width: 100rpx;
height: 120rpx;
}
.avatar-row .no-avatar{
padding-top: 20rpx;
2020-06-23 19:14:44 +08:00
}