123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104 |
- /*样式重置*/
- .demo-comtop {
- top: 0;
- right: 0;
- left: 0;
- background-color: #17B3EC;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- -webkit-backface-visibility: hidden;
- backface-visibility: hidden;
- width: 100%;
- height: 45px;
- line-height: 44px;
- color: #333;
- text-align: center;
- font-size: 18px;
- position: relative;
- z-index: 9999;
- box-sizing: border-box;
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- -ms-box-sizing: border-box;
- }
- #star {
- position: absolute;
- top: 50%;
- right: 10px;
- margin-top: -10px;
- width: 20px;
- height: 20px;
- background-image: url(../images/sousuohuodong_icon.png);
- background-size: 20px;
- background-repeat: no-repeat;
- }
- .c-list-action {
- text-align: center;
- right: 20px!important;
- width: 100px;
- }
- .c-list-action>span{
- font-size:20px ;
- color: #333;
- }
- .c-list-action>a{
- font-size:14px ;
- color: #FFA244;
- }
- .c-list > li {
- font-size: 16px;
- color: #333;
- position: relative;
- display: -webkit-box;
- display: box;
- margin-left: 15px;
- border-top: none;
- }
- .c-list>li:nth-of-type(1)>div:nth-of-type(1){
- background: url(../images/paiming01_icon.png) no-repeat center;
- -webkit-background-size: 30px 30px;
- }
- .c-list>li:nth-of-type(2)>div:nth-of-type(1){
- background: url(../images/paiming02_icon.png) no-repeat center;
- background-size: 30px 30px;
-
- }
- .c-list>li:nth-of-type(3)>div:nth-of-type(1){
- background: url(../images/paiming03_icon.png) no-repeat center;
- background-size: 30px 30px;
- }
- .c-list .c-list-indent-m {
- border-top: 1px solid #f1f1f1;
- }
- .inlineBlock{
- display: inline-block;
- }
- .c-list-indent-m p{
- font-size: 20px;
- height: 65px;
- line-height: 65px;
- color: #333;
- }
- .c-list .c-avatar-m{
- display: inline-block;
- text-align: center;
- font-size: 14px;
- color: #333;
- line-height: 58px;
- position: relative;
- }
- .c-avatar-m >img{
- border-radius: 50%;
- }
- .c-list-indent-m {
- padding-right: 200px !important;
- }
- .activePic{
- width: 20px;
- height: 20px;
- position: absolute;
- bottom: 0;
- right: 0;
- background: url(../images/yiduijiang_icon.png) no-repeat center bottom;
- background-size: 25px 15px;
- }
|