jfph_list.css 2.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  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. .h174{
  25. height: 174px;
  26. background-color: #17B3EC;
  27. }
  28. #star {
  29. position: absolute;
  30. top: 50%;
  31. right: 10px;
  32. margin-top: -10px;
  33. width: 20px;
  34. height: 20px;
  35. background-image: url(../images/sousuohuodong_icon.png);
  36. background-size: 20px;
  37. background-repeat: no-repeat;
  38. }
  39. .text,.pic{
  40. display: inline-block;
  41. z-index: 10000;
  42. }
  43. .text{
  44. width: calc(100% - 115px);
  45. text-align: center;
  46. margin-top: 34px;
  47. }
  48. .text>p:nth-of-type(1){
  49. font-size: 30px;
  50. color: #ffffff;
  51. }.text>p:nth-of-type(2){
  52. font-size: 18px;
  53. color: #8ae0ff;
  54. text-indent: 25px;
  55. }
  56. .pic{
  57. background-size: contain;
  58. position: absolute;
  59. top: 25px;
  60. right: 20px;
  61. width: 115px;
  62. height: 140px;
  63. }
  64. .c-list-action {
  65. text-align: center;
  66. right: 20px!important;
  67. width: 100px;
  68. }
  69. .c-list-action>span{
  70. font-size:20px ;
  71. color: #333;
  72. }
  73. .c-list-action>a{
  74. font-size:14px ;
  75. color: #FFA244;
  76. }
  77. .c-list > li {
  78. position: relative;
  79. display: -webkit-box;
  80. margin-left: 0px;
  81. border-top: none;
  82. border-top: 1px solid #e1e1e1;
  83. background: url(../images/tiaozhuan_icon.png) no-repeat right center;
  84. background-size: 8px 16px;
  85. font-size: 16px;
  86. color: #333;
  87. }
  88. .c-list li:nth-of-type(1){
  89. border-top: none;
  90. background: url(../images/tiaozhuan_icon.png) no-repeat right center;
  91. background-size: 8px 16px;
  92. }
  93. .c-list .c-list-indent-m {
  94. vertical-align: middle
  95. }
  96. .inlineBlock{
  97. display: inline-block;
  98. }
  99. .c-list-indent-m p{
  100. font-size: 20px;
  101. height: 65px;
  102. line-height: 65px;
  103. color: #333;
  104. vertical-align: middle;
  105. }
  106. .c-list .c-avatar-m{
  107. display: inline-block;
  108. width: 45px;
  109. height: 45px;
  110. font-size: 14px;
  111. vertical-align: middle;
  112. }
  113. .c-list-indent-m {
  114. padding-right: 130px !important;
  115. }
  116. .c-list-action {
  117. display: inline-block;
  118. vertical-align: middle;
  119. }