mylist.css 952 Bytes
.weui-panel_top,.myList{
    background: #fff;
}
.mylist_logo_bg{
    border-radius: 2px;
    background:-webkit-linear-gradient(left bottom, rgb(47,166,241) ,  rgb(17,95,255) );
}
.weui-cell__ft:after {
    content: " ";
    display: inline-block;
    height: 6px;
    width: 6px;
    border-width: 2px 2px 0 0;
    border-color: #c8c8cd;
    border-style: solid;
    -webkit-transform: matrix(.71,.71,-.71,.71,0,0);
    transform: matrix(.71,.71,-.71,.71,0,0);
    position: relative;
    top: -2px;
    position: absolute;
    top: 50%;
    margin-top: -4px;
    right: 20px;
}
.weui-media-box-border{
    border-bottom: 1px solid #e5e5e5;
}
.weui-media-box__info li{
    padding: 3px 6px;
    border-radius: 15px;
    margin-right: 10px;

}
.year_card{
    background:-webkit-linear-gradient(left bottom, rgb(246,41,113) ,  rgb(246,41,60) );
}
.month_card{
    background:-webkit-linear-gradient(left bottom, rgb(247,168,45) ,  rgb(255,137,32) );
}