xz_jiangzi/pages/myActivity/myActivity.wxss
2020-07-15 17:13:45 +08:00

105 lines
1.7 KiB
Plaintext

.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 30rpx;
}
.team-box{
padding: 20rpx 0;
border-bottom: 1px solid #EBEBEB;
}
.name-join{
display: flex;
justify-content: space-between;
height: 40rpx;
line-height: 40rpx;
font-size: 32rpx;
color: #242424;
}
.name{
width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.join{
padding: 0 10rpx;
background: rgba(159,21,18,.1);
color: #9F1512;
font-size: 28rpx;
border-radius: 10rpx;
}
.slogan, .area{
color: #949494;
font-size: 26rpx;
margin-top: 10rpx;
}
.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;
}
.cancel-btn{
width: 150rpx;
height: 55rpx;
text-align: center;
font-size: 28rpx;
background: #9F1512;
border-radius: 10rpx;
line-height: 55rpx;
color: #fff;
margin-top: 10rpx;
display: inline-block;
margin-right: 10rpx;
}