Skip to content
myActivityList.scss 6.38 KiB
Newer Older
wangqinghua's avatar
wangqinghua committed
page-myActivityList {
    a[disabled], button[disabled], [ion-button][disabled]{
        opacity: 1;
    }

    .searchToolBar{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }
    .list-ios .item-block .item-inner{
        border: none;
    }
    
    .pageMenuSlides{
        display: flex;
        flex-direction: row;
        background-color: #fff;
        padding: 10px 0;
        div{
           flex: 1;
            text-align: center;
            position: relative;
        }
        //设置菜单栏底部的颜色  
        border-bottom:1px solid rgb(255, 255, 255); 
        .swiper-container{  
           width: 100%;  
           height: 40px;  
        }  
        .swiper-slide{  
           //设置菜单栏的颜色  
           background: rgb(255, 255, 255);  
           //设置字体颜色  
           color: #0c0c0c;  
           font-size: 16px;
        }  
        .bottomLine{  
            //设置当前菜单底部边框  
            border-bottom: 2px solid #7aa7fa;
            color:#7aa7fa
        }  
    }

    .menu-index{
        position: absolute;
        top: -2px;
        padding: 0px 4px;
        border-radius: 10px;
        background-color: #f36c35;
        font-size: .5rem;
        color: white;
        margin-left: 5px;
        right: 21%;
        text-align: center;
        line-height: 1.4rem;
    }

    ion-slides {  
        .slide-zoom {  
          height: 100%;  
        }  
      }

      .item-header{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
      }

      .item-content{
        display: flex;
        flex-direction: row;
        align-items: flex-end;
        justify-content: space-between;
        box-sizing: border-box;
      }
      .item-header-style{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: left;
        box-sizing: border-box;
    }

    .item-title{
        font-size: 18px;
    }

    .icon{
        width: 20px;
        height: 20px;
        margin-right: 5px;
    }

    .content-item-box{
        display: flex;
        flex-direction: row;
        align-items: flex-start;
        justify-content: left;
        box-sizing: border-box;
    }

    .btn{
        // float: right;
        background-color: white;
        border: 1px solid #90da91;
        color: #90da91;
        margin: 0 0;
        font-size: 6px;
    }

    .left{
        color: #cccccc;
        font-size: 8px;
        // height: 70px;
        // display: inline-block;
        margin-left: 20px;
    }

    .left-title{
        color: #8b8c8d;
        font-size: 14px;
        text-align: justify;
    }

    .data{
        color: #666666;
        font-size: 14px;
    }

    .reselection{
        background-color: #19b5ff;
        height: 27px;
        width: 70px;
        border: 1px solid #19b5ff;
        margin-right: 2px;
        margin-left: 2px;
        border-radius: 2px;
        color: white
    }

    .cancel{
        background-color: #e15c5e;
        color: #ffffff;
        height: 27px;
        width: 70px;
        margin-right: 2px;
        margin-left: 2px;
        border-radius: 2px;
        border: 1px solid #e15c5e
    }

    .color1{
        border-color: #19b5ff;
        color: #19b5ff;
    }

    .color2{
        border-color: #fdac51;
        color: #fdac51;
    }

    .color3{
        border-color: #c5c5c5;
        color: #c5c5c5;
    }

    .right{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        float: right;
    }

    .cover{
        position: relative;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        // opacity: 0.4;
        z-index: 100;
    }
    
    .cover-content{
        position: fixed;
        width: 300px;
        margin:auto; 
        left:0; 
        right:0; 
        z-index: 1000;
        background-color: white;
        border-radius: 2px;
    }

    .content-box{
        margin-left: 25px;
        margin-top: 15px;
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #f1f2f3;
    }
    
    .cover-content-box{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
        margin: 15px 15px;
        color: #272727;
    }
    
    .cover-content-title{
        margin-top: 15px;
        margin-bottom: 20px;
        font-weight: normal;
    }

    .cover-btn{
        width: 100%;
        height: 40px;
        border-radius: 3px;
        margin: 7px 0;
        font-size: 18px;
        background-color: white;
    }

    .btn-yes{
        background-color: #4a89fa;
        color:white;
    }

    .btn-no{
        background-color: white;
        color: #676767;
        border: 1px solid #cccccc;
    }

    .c1{
        top: 200px;
    }

    .c2{
        top: 130px;
    }

    .btn1{
        border: 1px solid #cccccc;
        color:#48c159;
    }

    .btn2{
        border: 1px solid #cccccc;
        color: #27b9e8;
    }

    .btn3{
        border: 1px solid #cccccc;
        color: #f3a138;
    }

    .btn4{
        border: 1px solid #cccccc;
        color: #f57a4c;
    }

    .c3{
        top: 200px;
    }

    .third-btn-box{
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    .third-btn{
        width: 130px;
        height: 40px;
        margin: 5px 5px;
        font-size: 18px;
        background-color: white;
        border-radius: 3px;
    }
    
    .third-btn-left{
        color: white;
        background-color: #4a89fa;
    }

    .third-btn-right{
        border: 1px solid #cccccc;
    }

    .c4{
        top: 130px;
    }

    .suggest{
        width: 100%;
        // height: 100%;
        border: 1px solid #cccccc;
        padding: 5px 5px;
        border-radius: 3px;
    }

    .commit{
        margin-top: 20px;
    }

    .c5{
        top: 200px;
    }

    .result-img{
        width: 100px;
        height:100px;
    }
    
    .result-msg{
        color: #272727;
    }
    
    .cover-content-result{
        top:200px;
    }

    .back-btn{
        width: 30px;
        height: 30px;
    }
}