Join.wxss 1.4 KB
/* pages/Join/Join.wxss */
page {
    width: 100%;
    height: 100%;
    background-color: #3BC67A;
}

.join {
    position: relative;
    width: 100%;
    height: 100%;
}

.bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 882rpx;
}

.box {
    /* display: flex; */
    position: absolute;
    width: 100%;
    top: 520rpx;
    padding: 0 32rpx;
    padding-bottom: 32rpx;
    box-sizing: border-box;
    z-index: 1;
}

.bannn {
    width: 100%;
    /* height: 512rpx; */
    border-radius: 32rpx;
    font-size: 28rpx;
}

.bannn image {
    width: 100%;
    height: 100%;
}

.list {
    width: 100%;
    background: rgba(255, 255, 255, 1);
    border-radius: 32rpx;
    margin-top: 24rpx;
    padding: 32rpx;
    box-sizing: border-box;

}

.list_inupt {
    display: flex;
    align-items: center;
    height: 104rpx;
    font-size: 28rpx;
    border-bottom: 2rpx solid #eee;
}

.lnup_bt {
    flex: 3;
}

.inupt_n {
    flex: 7;
}

.bottom {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100rpx;
    background: #3BC67A;
    color: #ffffff;
    /* box-shadow: 0px 6rpx 24rpx 0px rgba(255, 210, 69, 0.73); */
    border-radius: 50rpx;
    font-size: 28rpx;
    font-weight: 600;
    margin-top: 72rpx;
}

.pickerBox {
    width: 100%;
    display: flex;
    align-items: center;
}

.pickerBox image {
    width: 24rpx;
    height: 24rpx;
}

.picker {
    width: 100%;
    color: #808080;
}