123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869 |
- #img_ind {
- bottom: 20px;
- left: 0;
- height: 8px;
- width: 100%;
- z-index: 100;
- }
- #img_ind span {
- display: inline-block;
- width: 8px;
- height: 8px;
- border-radius: 50%;
- background-color: #e1e1e1;
- }
- #img_ind span.active {
- background-color: #4dcd70;
- }
- .pt60 {padding-top: 60px;}
- .c-999 {color: #999999;}
- .lh45 {line-height: 45px;}
- .mt0 {margin-top: 0px;}
- .p0 {padding: 0;}
- .c-list .m0 {margin: 0;}
- .c-list .mt15 {margin-top: 15px;}
- .border-radius-50 {border-radius: 50%;}
- .bgc-17b3ec {background-color: #17b3ec;}
- .bgc-4dcd70 {background-color: #4dcd70;}
- .border-radius-5 {border-radius: 5px;}
- .h140 {height: 140px;}
- .pati-goal {
- background: url(../images/jumingjifen_icon.png) no-repeat center 10px;
- background-size: 45px 45px;
- }
- .activity-all {
- background: url(../images/huodongguangchuang_icon.png) no-repeat center 10px;
- background-size: 45px 45px;
- }
- .my-community {
- color: #c8c8c8;
- background: url(../images/wodehudong_hui_icon.png) no-repeat center 10px;
- background-size: 45px 45px;
- }
- .task-award {
- background: url(../images/renwujiangli_icon.png) no-repeat center 10px;
- background-size: 45px 45px;
- }
- .c-list li.sort_0 {
- width: 33%;
- height: 130px;
- margin-top: 10px;
- background: url(../images/2_img.png) no-repeat 5px 5px;
- background-size: 25px 35px;
- background-color: #c6d3e2;
- }
- .sort_1 {
- width: 34%;
- height: 140px;
- background: url(../images/1_img.png) no-repeat 5px 5px;
- background-size: 25px 35px;
- background-color: #ffe259;
- }
- .sort_2 {
- width: 33%;
- height: 120px;
- margin-top: 20px;
- background: url(../images/3_img.png) no-repeat 5px 5px;
- background-size: 25px 35px;
- background-color: #f8a86e;
- }
|