huodongxiangqing.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. /*样式重置*/
  2. .demo-comtop {
  3. top: 0;
  4. right: 0;
  5. left: 0;
  6. background-color: #17B3EC;
  7. -webkit-box-shadow: none !important;
  8. box-shadow: none !important;
  9. -webkit-backface-visibility: hidden;
  10. backface-visibility: hidden;
  11. width: 100%;
  12. height: 45px;
  13. line-height: 44px;
  14. color: #333;
  15. text-align: center;
  16. font-size: 18px;
  17. position: relative;
  18. z-index: 9999;
  19. box-sizing: border-box;
  20. -webkit-box-sizing: border-box;
  21. -moz-box-sizing: border-box;
  22. -ms-box-sizing: border-box;
  23. }
  24. #star {
  25. position: absolute;
  26. top: 50%;
  27. right: 10px;
  28. margin-top: -10px;
  29. width: 20px;
  30. height: 20px;
  31. background-image: url(../images/sousuohuodong_icon.png);
  32. background-size: 20px;
  33. background-repeat: no-repeat;
  34. }
  35. .c-list-action {
  36. text-align: center;
  37. right: 20px!important;
  38. width: 100px;
  39. }
  40. .c-list-action>span{
  41. font-size:20px ;
  42. color: #333;
  43. }
  44. .c-list-action>a{
  45. font-size:14px ;
  46. color: #FFA244;
  47. }
  48. .c-list > li {
  49. font-size: 16px;
  50. color: #333;
  51. position: relative;
  52. display: -webkit-box;
  53. display: box;
  54. margin-left: 15px;
  55. border-top: none;
  56. }
  57. .c-list>li:nth-of-type(1)>div:nth-of-type(1){
  58. background: url(../images/paiming01_icon.png) no-repeat center;
  59. -webkit-background-size: 30px 30px;
  60. }
  61. .c-list>li:nth-of-type(2)>div:nth-of-type(1){
  62. background: url(../images/paiming02_icon.png) no-repeat center;
  63. background-size: 30px 30px;
  64. }
  65. .c-list>li:nth-of-type(3)>div:nth-of-type(1){
  66. background: url(../images/paiming03_icon.png) no-repeat center;
  67. background-size: 30px 30px;
  68. }
  69. .c-list .c-list-indent-m {
  70. border-top: 1px solid #f1f1f1;
  71. }
  72. .inlineBlock{
  73. display: inline-block;
  74. }
  75. .c-list-indent-m p{
  76. font-size: 20px;
  77. height: 65px;
  78. line-height: 65px;
  79. color: #333;
  80. }
  81. .c-list .c-avatar-m{
  82. display: inline-block;
  83. text-align: center;
  84. font-size: 14px;
  85. color: #333;
  86. line-height: 58px;
  87. position: relative;
  88. }
  89. .c-avatar-m >img{
  90. border-radius: 50%;
  91. }
  92. .c-list-indent-m {
  93. padding-right: 200px !important;
  94. }
  95. .activePic{
  96. width: 20px;
  97. height: 20px;
  98. position: absolute;
  99. bottom: 0;
  100. right: 0;
  101. background: url(../images/yiduijiang_icon.png) no-repeat center bottom;
  102. background-size: 25px 15px;
  103. }