index.wxss 5.8 KB
/**index.wxss**/

page {
    padding-bottom:180rpx;
}
.lis_RightImgPick{
    position: absolute;
    right: 0;
}
.switch {
    position: relative;
    z-index: 0;
}

.indexBox {
    margin: 0 32rpx 0rpx;
}

swiper {
    height: 278rpx;
    margin-top: 24rpx;
    border-radius: 16rpx;
    box-shadow: 0px 16rpx 28rpx rgba(21, 0, 196, 0.25);
}

swiper-item image {
    width: 100%;
    height: 278rpx;
    border-radius: 16rpx;
}

.banner {
    position: relative;
}

.dots {
    height: 20rpx;
    display: flex;
    justify-content: center;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 16rpx;
}

/*未选中时的小圆点样式 */

.dot {
    width: 10rpx;
    height: 10rpx;
    border-radius: 14rpx;
    margin-right: 16rpx;
    background-color: white;
}

/*选中以后的小圆点样式  */

.active {
    width: 26rpx;
    height: 10rpx;
    background-color: white;
}

/* 布置作业 */

.index_Con {
    margin-top: 48rpx;
}

.title {
    font-size: 36rpx;
    font-weight: bold;
    margin-bottom: 28rpx;
    color: rgba(6, 18, 30, 1);
}

.index_Con2 {
    border-radius: 10rpx;
    background-color: white;
}

.lis {
    position: relative;
    padding: 34rpx 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 28rpx;
    border-bottom: 1px solid #f6f6f6;
}

.lis_RightImg {
    width: 44rpx;
    height: 44rpx;
    display: inline-block;
    margin-left: 28rpx;
    /* vertical-align: middle; */
}

.lis_Right {
    display: flex;
    align-items: center;
}

.lis_RightInput {
    width: 340rpx;
    height: 44rpx;
    line-height: 44rpx;
    text-align: right;
    font-size: 28rpx;
    color: black;
    display: inline-block;
    overflow-x: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lis_RightInput3 {
    width: 340rpx;
    height: 44rpx;
    text-align: right;
    font-size: 28rpx;
    color: #bebebe;
}

.lis_RightInput2 {
    width: 340rpx;
    height: 44rpx;
    text-align: right;
    font-size: 28rpx;
    color: black;
}

.place-holder {
    font-size: 28rpx;
    color: #BEBEBE;
}

.lis_Txt {
    font-size: 30rpx;
    font-weight: bold;
    color: rgba(6, 18, 30, 1);
}
.pickertime {
    color: #bebebe;
}
.picker{
    display: flex;
    align-items: center;
}

.lis2 {
    padding: 40rpx 0 0;
    margin: 0 28rpx;
}

.lis2_textarea {
    width: 100%;
    height: 300rpx;
    margin-top: 40rpx;
    overflow: hidden;
    position: relative;
    z-index: 0;
    background: rgba(245, 246, 250, 1);
    border-radius: 10rpx;
    border-bottom: 1px solid #f6f6f6;
}

.textareaClass {
    font-size: 28rpx;
    color: rgba(190, 190, 190, 1);
}

.textareaBox {
    width: 100%;
    height: 210rpx;
    padding: 40rpx 32rpx 0;
    box-sizing: border-box;
}

.lis2_bottom {
    width: 184rpx;
    height: 52rpx;
    background-color: rgba(77, 160, 255, 1);
    border-radius: 10rpx;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: 28rpx;
}

.lis2_bottomImg {
    width: 30rpx;
    height: 26rpx;
    margin-right: 14rpx;
}

.lis2_bottomTxt {
    font-size: 24rpx;
    color: rgba(255, 255, 255, 1);
}

.index_btn {
    width: 550rpx;
    height: 92rpx;
    background: rgba(77, 160, 255, 1);
    border-radius: 10rpx;
    font-size: 32rpx;
    line-height: 92rpx;
    margin: 60rpx auto 0rpx;
    color: white;
}

.li2_UpPic {
    margin-top: 44rpx;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.li2_UpPic2 {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.removeImg {
    width: 40rpx;
    height: 40rpx;
    position: absolute;
    right: -14rpx;
    top: -12rpx;
}

.li2_UpPic2Img {
    position: relative;    
    width: 166rpx;
    height: 166rpx;
    margin-bottom: 10rpx;
    margin-right: 40rpx;
}

.li2_UpPic2Img2 {
    width: 166rpx;
    height: 166rpx;
    display: none;
}

.li2_UpPic2Block {
    width: 166rpx;
    height: 166rpx;
    display: block;
}
.mask{
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background-color: rgba(0,0,0,0.5);
}
.mask_Con{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%,-50%);
    padding: 30rpx 50rpx;
    border-radius: 10rpx;
    box-sizing: border-box;
    background-color: white;
}
.mask_txt{
    text-align: center;
    font-weight: bold;
    font-size: 34rpx;
    margin-bottom: 30rpx;
}
.mask_txt2{
    font-size: 30rpx;
    margin-top: 10rpx;
}

.mask_btn1,.mask_btn2{
    box-sizing: border-box;
    border-radius: 10rpx;
    font-size: 32rpx;
    color: white;
}
.mask_btn1{
    background: rgba(77, 160, 255, 1);
}
.mask_btn2{
    background-color: white;
    border:1px solid #4DA0FF;
    color: #4DA0FF;
     margin: 40rpx auto 20rpx;    
}
.mask_btn::after{
    border:none;
}
.mask_no{
    position: absolute;
    top: 0rpx;
    right: 0rpx;
    width: 50rpx;
    height: 50rpx;
}
.mask_no image{
    width: 100%;
    height: 100%;
}
.inputProject{
  text-align: right;
  padding-right: 68rpx;
}
.slect_contaner{
    background: #FFF;
    max-height: 500rpx;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-flow: column;
}
.slect_top{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20rpx 30rpx;
    border-bottom: 1rpx solid #f6f6f6;
    font-size: 30rpx;
}
.confirm_btn{
    color: rgb(171, 214, 122);
}
.cancel_btn{
    color: #beb2b2;
}
.slect_contaner .item{
    color: rgb(80, 68, 68);
    height: 70rpx;
    padding-left: 230rpx;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #f6f6f6;
    justify-content: flex-start;
} 
.slect_body{
    flex: 1;
    overflow-y: scroll;
}

.item checkbox{
    transform: scale(0.8,0.8);
    display: inline-flexbox;
    flex:1;
    /* display: inline-flex; */
}