117 lines
1.9 KiB
Plaintext
117 lines
1.9 KiB
Plaintext
page{
|
|
background-color: #fafafa;
|
|
}
|
|
.top-tab{
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
right: 0;
|
|
display: flex;
|
|
box-shadow:0 0 17rpx 0 rgba(0,0,0,0.1);
|
|
border-radius:0 0 31rpx 31rpx;
|
|
background: #fff;
|
|
}
|
|
.tab-box{
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex: 1;
|
|
position: relative;
|
|
height: 90rpx;
|
|
font-size: 30rpx;
|
|
color: #242424;
|
|
}
|
|
.tab-box.active{
|
|
color: #9F1512;
|
|
}
|
|
.tab-box image{
|
|
position: absolute;
|
|
width: 15rpx;
|
|
height: 40rpx;
|
|
top: 50%;
|
|
margin-top: -20rpx;
|
|
display: none;
|
|
}
|
|
.tab-box.active image{
|
|
display: block;
|
|
}
|
|
.tab-box image.selected-l{
|
|
left: 100rpx;
|
|
}
|
|
.tab-box image.selected-r{
|
|
right: 100rpx;
|
|
}
|
|
.team{
|
|
padding: 0 20rpx;
|
|
}
|
|
.team-box{
|
|
padding: 30rpx 20rpx;
|
|
margin-top: 20rpx;
|
|
background: #FFFFFF;
|
|
box-shadow: 0px 2px 8px 0px rgba(35, 24, 21, 0.1);
|
|
border-radius: 20rpx;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
}
|
|
.team-img{
|
|
width: 150rpx;
|
|
height: 150rpx;
|
|
border-radius: 50%;
|
|
overflow: hidden;
|
|
flex-shrink: 0;
|
|
}
|
|
.team-img image{
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
.name-join{
|
|
flex-shrink: 0;
|
|
width: 470rpx;
|
|
line-height: 40rpx;
|
|
font-size: 32rpx;
|
|
color: #242424;
|
|
}
|
|
.name{
|
|
font-size: 34rpx;
|
|
color: #122939;
|
|
font-weight: bold;
|
|
white-space: nowrap;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
}
|
|
.join{
|
|
display: inline-block;
|
|
padding: 0 10rpx;
|
|
background: linear-gradient(90deg, rgba(21, 113, 250, 0.97), rgba(21, 183, 250, 0.97));
|
|
color: #fff;
|
|
font-size: 28rpx;
|
|
border-radius: 10rpx;
|
|
margin-top: 10rpx;
|
|
}
|
|
.slogan, .area{
|
|
color: #999;
|
|
font-size: 28rpx;
|
|
/* margin-top: 10rpx; */
|
|
}
|
|
.area{
|
|
color: #4D4D4D;
|
|
}
|
|
.new-team{
|
|
position: fixed;
|
|
background: #fff;
|
|
bottom: 0;
|
|
left: 0;
|
|
right: 0;
|
|
padding: 15rpx 30rpx;
|
|
border-top: 1px solid #EBEBEB;
|
|
}
|
|
.new-team-btn{
|
|
height: 80rpx;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
font-size: 30rpx;
|
|
color: #fff;
|
|
background: #9F1512;
|
|
border-radius: 10rpx;
|
|
} |