syshxcx/pages/community/join/select.wxss
dong_bo0602 a1f9e23f6d 0607
2022-06-07 15:43:05 +08:00

59 lines
835 B
Plaintext

.select{
padding: 0 20rpx;
background-color: #fff;
}
.select-box{
display: flex;
justify-content: space-between;
border-bottom: 1px solid #DDD;
}
.select-box:last-child{
border-bottom: none;
}
.select-lv{
width: 30%;
font-size: 32rpx;
line-height: 80rpx;
}
picker{
height: 80rpx;
line-height: 80rpx;
}
.select-join{
margin-top: 20rpx;
background-color: #fff;
padding: 0 20rpx;
}
.join-title{
font-size: 32rpx;
color: red;
line-height: 80rpx;
border-bottom: 1px solid #DDD;
}
.join-box{
display: flex;
justify-content: space-between;
border-bottom: 1px solid #DDD;
}
.join-name{
line-height: 80rpx;
font-size: 32rpx;
max-width: 70%;
white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;
}
.border-btn{
width: 140rpx;
margin-top: 15rpx;
text-align: center;
}