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